aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-06 12:31:24 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit3ab1b6ca9e87ecf96b5bd8355fd1f099e2202165 (patch)
tree1377827cc2175e739166145a30bdbcba88f0e0b5 /vnext/package.json
parent1d30fa928253c52a6382750eb054b0e8d9caf50a (diff)
update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 457b96c4..ba2d34db 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -12,12 +12,12 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@babel/core": "7.2.0",
- "@babel/plugin-proposal-class-properties": "7.2.0",
+ "@babel/plugin-proposal-class-properties": "7.2.1",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/preset-react": "7.0.0",
- "autoprefixer": "^9.4.0",
+ "autoprefixer": "^9.4.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
@@ -29,7 +29,7 @@
"error-overlay-webpack-plugin": "^0.1.5",
"eslint": "^5.9.0",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^22.1.1",
+ "eslint-plugin-jest": "^22.1.2",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^2.0.0",
@@ -47,7 +47,7 @@
"react-test-renderer": "^16.6.3",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.1.0",
- "webpack": "^4.26.1",
+ "webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},