Skip to content

Commit

Permalink
Move playground dependencies to 'devDependencies' (#3828)
Browse files Browse the repository at this point in the history
* move playground deps to devDeps

* CL
  • Loading branch information
thompsongl authored Jul 30, 2020
1 parent cacc542 commit 57b8cae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Removed `pointer-events: none` in both `EuiButton` & `EuiButtonEmpty` to not override the `pointer-events: auto` in the button mixin `euiButtonContentDisabled` ([#3824](https://github.com/elastic/eui/pull/3824))
- Fixed bug in `EuiPagination` showing wrong page count when `compressed` prop is true. ([#3827](https://github.com/elastic/eui/pull/3827))
- Fixed bug in EUI's input field components where their `inputRef` couldn't be a `RefObject` ([#3822](https://github.com/elastic/eui/pull/3822))
- Moved `react-view` and `html-format` to be `devDependencies` ([#3828](https://github.com/elastic/eui/pull/3828))

## [`27.3.0`](https://github.com/elastic/eui/tree/v27.3.0)

Expand Down Expand Up @@ -68,7 +69,7 @@
- Added `listId` to `EuiSelectableSearch`
- `options` passed into `EuiSelectable` cannot have an `id`
- Requires an `onChange` to be passed into `EuiSelectableSearch`

## [`26.3.2`](https://github.com/elastic/eui/tree/v26.3.2)

**Note: this release is a backport containing changes originally made in `27.1.0`**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"classnames": "^2.2.5",
"highlight.js": "^9.12.0",
"html": "^1.0.0",
"html-format": "^1.0.1",
"keymirror": "^0.1.1",
"lodash": "^4.17.11",
"numeral": "^2.0.6",
Expand All @@ -70,7 +69,6 @@
"react-focus-on": "^3.4.1",
"react-input-autosize": "^2.2.2",
"react-is": "~16.3.0",
"react-view": "^2.3.2",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"resize-observer-polyfill": "^1.5.0",
Expand Down Expand Up @@ -159,6 +157,7 @@
"geckodriver": "^1.11.0",
"get-port": "^5.1.1",
"glob": "^7.1.2",
"html-format": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.1.0",
"jest-cli": "^24.1.0",
Expand Down Expand Up @@ -186,6 +185,7 @@
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-test-renderer": "^16.2.0",
"react-view": "^2.3.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"resolve": "^1.5.0",
Expand Down

0 comments on commit 57b8cae

Please sign in to comment.