Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Updated outdated dependencies (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe-zh committed Apr 28, 2020
1 parent 5e17908 commit e00a0ad
Show file tree
Hide file tree
Showing 2 changed files with 1,908 additions and 2,330 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"brace": "0.11.1",
"react-dom": "^16.3.0",
"react-double-scrollbar": "^0.0.15",
"node": "latest"
"node": "^14.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.4",
Expand All @@ -39,43 +39,43 @@
"@elastic/elasticsearch": "^7.2.0",
"@elastic/eslint-config-kibana": "link:../../packages/eslint-config-kibana",
"@elastic/eslint-import-resolver-kibana": "link:../../packages/kbn-eslint-import-resolver-kibana",
"@elastic/eui": "^14.4.0",
"@elastic/eui": "^23.1.0",
"@kbn/expect": "link:../../packages/kbn-expect",
"@kbn/i18n": "link:../../packages/kbn-i18n",
"@kbn/plugin-helpers": "link:../../packages/kbn-plugin-helpers",
"@kbn/ui-framework": "link:../../packages/kbn-ui-framework",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.5",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@testing-library/user-event": "^4.1.0",
"@types/angular": "1.6.50",
"@types/hapi-latest": "npm:@types/hapi@17.0.12",
"@types/jest": "^24.0.9",
"@types/lodash": "^3.10.1",
"@types/node": "^10.12.27",
"@types/hapi-latest": "npm:@types/hapi@18.0.3",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.150",
"@types/node": "^13.13.4",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/react-router-dom": "^4.3.1",
"babel-eslint": "^9.0.0",
"eslint": "^5.6.0",
"@types/react-router-dom": "^5.1.5",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-babel": "^5.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.26.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.11.1",
"husky": "^3.0.0",
"jest": "^23.5.0",
"jest-cli": "24.9.0",
"husky": "^4.2.5",
"jest": "^25.5.0",
"jest-cli": "^25.5.0",
"jest-raw-loader": "^1.0.1",
"lint-staged": "^9.2.0",
"lint-staged": "^10.2.0",
"mutationobserver-shim": "^0.3.3",
"prettier": "1.18.2",
"ts-jest": "^23.1.4",
"ts-loader": "^3.5.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"prettier": "^2.0.5",
"ts-jest": "^25.4.0",
"ts-loader": "^7.0.1",
"ts-node": "^8.9.1",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "3.0.3"
Expand All @@ -91,7 +91,7 @@
"**/@types/jest": "^24.0.9",
"**/@types/react-dom": "^16.0.5",
"**/@types/react-router-dom": "^4.3.1",
"eslint-utils": "^1.4.2",
"eslint-utils": "^2.0.0",
"**/@types/react": "16.3.14"
}
}
Loading

0 comments on commit e00a0ad

Please sign in to comment.