diff --git a/package.json b/package.json index be801f6878855..20c260c35596e 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,6 @@ "@kbn/ui-framework": "1.0.0", "@types/json-stable-stringify": "^1.0.32", "@types/lodash.clonedeep": "^4.5.4", - "@types/lru-cache": "^5.1.0", "@types/react-grid-layout": "^0.16.7", "@types/recompose": "^0.30.5", "JSONStream": "1.1.1", @@ -294,6 +293,7 @@ "@types/json5": "^0.0.30", "@types/listr": "^0.13.0", "@types/lodash": "^3.10.1", + "@types/lru-cache": "^5.1.0", "@types/minimatch": "^2.0.29", "@types/mocha": "^5.2.6", "@types/moment-timezone": "^0.5.8", diff --git a/x-pack/package.json b/x-pack/package.json index 498ddec427223..60f4f85122c84 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -44,8 +44,8 @@ "@types/d3-array": "^1.2.1", "@types/d3-scale": "^2.0.0", "@types/d3-shape": "^1.3.1", - "@types/d3-time": "^1.0.7", "@types/d3-time-format": "^2.1.0", + "@types/d3-time": "^1.0.7", "@types/elasticsearch": "^5.0.30", "@types/graphql": "^0.13.1", "@types/history": "^4.6.2", @@ -55,12 +55,13 @@ "@types/jsonwebtoken": "^7.2.7", "@types/lodash": "^3.10.1", "@types/mocha": "^5.2.6", + "@types/object-hash": "^1.2.0", "@types/pngjs": "^3.3.1", "@types/prop-types": "^15.5.3", - "@types/react": "^16.8.0", "@types/react-dom": "^16.8.0", "@types/react-redux": "^6.0.6", "@types/react-router-dom": "^4.3.1", + "@types/react": "^16.8.0", "@types/recompose": "^0.30.2", "@types/reduce-reducers": "^0.1.3", "@types/sinon": "^5.0.1", @@ -115,7 +116,9 @@ "proxyquire": "1.7.11", "react-docgen-typescript-loader": "^3.0.0", "react-docgen-typescript-webpack-plugin": "^1.1.0", + "react-hooks-testing-library": "^0.3.8", "react-test-renderer": "^16.8.0", + "react-testing-library": "^6.0.0", "redux-test-utils": "0.2.2", "rsync": "0.4.0", "run-sequence": "^2.2.1", @@ -151,7 +154,6 @@ "@scant/router": "^0.1.0", "@slack/client": "^4.8.0", "@turf/boolean-contains": "6.0.1", - "@types/object-hash": "^1.2.0", "angular-resource": "1.4.9", "angular-sanitize": "1.6.5", "angular-ui-ace": "0.2.3", @@ -247,7 +249,6 @@ "react-dom": "^16.8.0", "react-dropzone": "^4.2.9", "react-fast-compare": "^2.0.4", - "react-hooks-testing-library": "^0.3.8", "react-markdown-renderer": "^1.4.0", "react-portal": "^3.2.0", "react-redux": "^5.0.7", @@ -257,7 +258,6 @@ "react-shortcuts": "^2.0.0", "react-sticky": "^6.0.3", "react-syntax-highlighter": "^5.7.0", - "react-testing-library": "^6.0.0", "react-vis": "^1.8.1", "recompose": "^0.26.0", "reduce-reducers": "^0.4.3",