Upgrade Dependencies (#873)
* Loading placeholder
* Upgrade dependencies, reduce warnings
* 👕
* Remove more unused deps
* Bump RME
This commit is contained in:
33
package.json
33
package.json
@@ -51,7 +51,6 @@
|
||||
"app"
|
||||
],
|
||||
"setupFiles": [
|
||||
"raf/polyfill",
|
||||
"<rootDir>/setupJest.js",
|
||||
"<rootDir>/__mocks__/window.js"
|
||||
]
|
||||
@@ -100,7 +99,6 @@
|
||||
"flow-typed": "^2.4.0",
|
||||
"fs-extra": "^4.0.2",
|
||||
"google-auth-library": "^1.5.0",
|
||||
"history": "3.0.0",
|
||||
"html-webpack-plugin": "2.17.0",
|
||||
"http-errors": "1.4.0",
|
||||
"immutable": "^3.8.2",
|
||||
@@ -130,10 +128,7 @@
|
||||
"mobx": "4.6.0",
|
||||
"mobx-react": "^5.4.2",
|
||||
"natural-sort": "^1.0.0",
|
||||
"node-dev": "3.1.0",
|
||||
"nodemailer": "^4.4.0",
|
||||
"normalize.css": "^7.0.0",
|
||||
"normalizr": "2.0.1",
|
||||
"outline-icons": "^1.6.0",
|
||||
"oy-vey": "^0.10.0",
|
||||
"pg": "^6.1.5",
|
||||
@@ -150,26 +145,24 @@
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-keydown": "^1.7.3",
|
||||
"react-markdown": "^3.0.2",
|
||||
"react-medium-image-zoom": "^3.0.10",
|
||||
"react-modal": "^3.1.2",
|
||||
"react-portal": "^4.0.0",
|
||||
"react-router-dom": "^4.2.0",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"react-waypoint": "^7.3.1",
|
||||
"redis": "^2.6.2",
|
||||
"redis-lock": "^0.1.0",
|
||||
"rich-markdown-editor": "^8.0.2",
|
||||
"rich-markdown-editor": "^8.1.3",
|
||||
"safestart": "1.1.0",
|
||||
"sequelize": "4.28.6",
|
||||
"sequelize-cli": "^2.7.0",
|
||||
"sequelize-encrypted": "0.1.0",
|
||||
"slug": "0.9.1",
|
||||
"string-hash": "^1.1.0",
|
||||
"string-replace-to-array": "^1.0.3",
|
||||
"style-loader": "^0.18.2",
|
||||
"styled-components": "^4.1.3",
|
||||
"styled-components-breakpoint": "^1.0.1",
|
||||
"styled-components-grid": "^2.2.0",
|
||||
"styled-normalize": "^2.2.1",
|
||||
"styled-components-breakpoint": "^2.1.1",
|
||||
"styled-components-grid": "^2.2.1",
|
||||
"styled-normalize": "^8.0.4",
|
||||
"tmp": "0.0.33",
|
||||
"uglifyjs-webpack-plugin": "1.2.5",
|
||||
"url-loader": "^0.6.2",
|
||||
@@ -179,17 +172,15 @@
|
||||
"webpack-manifest-plugin": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.1.2",
|
||||
"babel-eslint": "^9.0.0",
|
||||
"babel-jest": "22",
|
||||
"enzyme": "2.8.2",
|
||||
"enzyme-to-json": "^1.5.1",
|
||||
"eslint": "^4.14.0",
|
||||
"eslint-config-react-app": "^2.0.1",
|
||||
"eslint": "^5.12.1",
|
||||
"eslint-config-react-app": "^3.0.6",
|
||||
"eslint-plugin-flowtype": "^2.40.1",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-jsx-a11y": "5.1.1",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.1.2",
|
||||
"eslint-plugin-prettier": "^2.4.0",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
"eslint-plugin-react": "^7.12.4",
|
||||
"fetch-test-server": "^1.1.0",
|
||||
"flow-bin": "0.86.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
@@ -200,8 +191,6 @@
|
||||
"mobx-react-devtools": "^6.0.3",
|
||||
"nodemon": "1.11.0",
|
||||
"prettier": "1.8.2",
|
||||
"raf": "^3.4.0",
|
||||
"react-test-renderer": "^16.1.0",
|
||||
"rimraf": "^2.5.4"
|
||||
},
|
||||
"version": "0.17.0"
|
||||
|
||||
Reference in New Issue
Block a user