From 57b8cae7e8ff3bf9e372faa2d2a60b6055074511 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Thu, 30 Jul 2020 10:45:09 -0700 Subject: [PATCH] Move playground dependencies to 'devDependencies' (#3828) * move playground deps to devDeps * CL --- CHANGELOG.md | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c505afdec18..60350d9095a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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`** diff --git a/package.json b/package.json index f057a7b90eb..bd0fd41cb37 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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", @@ -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",