aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-07-25 00:50:46 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit1f74b55cf3e9ffc01e786633f4a8ae08da88db5e (patch)
tree7cf787e2c56bd2e2a36b035cd8b1cf967914afaf /vnext/package.json
parent802b19b76bf0eecec9dffc9d9e3ba3356c425ffa (diff)
update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/vnext/package.json b/vnext/package.json
index dd09ffcc..8326a9c4 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,6 +11,7 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
+ "autoprefixer": "^9.0.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-jest": "^23.4.0",
@@ -24,9 +25,9 @@
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"error-overlay-webpack-plugin": "^0.1.5",
- "eslint": "^5.1.0",
+ "eslint": "^5.2.0",
"eslint-plugin-babel": "^5.1.0",
- "eslint-plugin-jest": "^21.17.0",
+ "eslint-plugin-jest": "^21.18.0",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.10.0",
"file-loader": "^1.1.11",
@@ -36,13 +37,13 @@
"jest": "^23.4.1",
"koa-connect": "^2.0.1",
"mini-css-extract-plugin": "^0.4.1",
- "optimize-css-assets-webpack-plugin": "^4.0.3",
+ "optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss-loader": "^2.1.6",
"prop-types": "^15.6.2",
"react-router-prop-types": "^1.0.4",
"react-test-renderer": "^16.4.1",
"style-loader": "^0.21.0",
- "webpack": "^4.16.0",
+ "webpack": "^4.16.2",
"webpack-command": "0.4.1",
"webpack-serve": "^2.0.2"
},