aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-07-18 17:36:05 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit357a2c85f6920822a8e3c5dfc83b56b7970e15d7 (patch)
tree179c8152686fed151da4d9f2f2012e91fd36de3f /vnext/package.json
parent89d50b419f8bee891f6c8f5821e9e69496ac686f (diff)
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 2a02d4dc..da25a6c0 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,28 +11,28 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.5.4",
- "@babel/plugin-proposal-class-properties": "7.5.0",
+ "@babel/core": "7.5.5",
+ "@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "7.5.4",
+ "@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
- "css-loader": "^3.0.0",
+ "css-loader": "^3.1.0",
"error-overlay-webpack-plugin": "^0.4.0",
"eslint": "^6.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^22.7.2",
+ "eslint-plugin-jest": "^22.10.0",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
- "file-loader": "^4.0.0",
+ "file-loader": "^4.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
- "mini-css-extract-plugin": "^0.7.0",
+ "mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
@@ -43,7 +43,7 @@
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"terser-webpack-plugin": "^1.3.0",
- "webpack": "^4.35.3",
+ "webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},