aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-10-23 12:52:34 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commita839f4fc903c46206a75cac5507846b6c0fe8d4f (patch)
treeb0c804ce42ac82d28dadc8085228908e0822008b /vnext/package.json
parent15378090c104fa9af0fc7835229b7f5fe9c11a15 (diff)
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/vnext/package.json b/vnext/package.json
index be183366..3f77fdf8 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -24,10 +24,10 @@
"eslint": "^6.5.1",
"eslint-loader": "^3.0.2",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^22.19.0",
+ "eslint-plugin-jest": "^22.20.0",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.16.0",
- "eslint-plugin-react-hooks": "^2.1.2",
+ "eslint-plugin-react-hooks": "^2.2.0",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
@@ -36,13 +36,13 @@
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
- "react-test-renderer": "^16.10.2",
+ "react-test-renderer": "^16.11.0",
"style-loader": "^1.0.0",
"stylelint": "^11.1.1",
"stylelint-config-standard": "^19.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
- "webpack-dev-server": "^3.8.2"
+ "webpack-dev-server": "^3.9.0"
},
"babel": {
"plugins": [
@@ -77,14 +77,14 @@
},
"dependencies": {
"axios": "^0.19.0",
- "core-js": "^3.3.2",
+ "core-js": "^3.3.3",
"evil-icons": "^1.10.1",
"moment": "^2.24.0",
"qs": "^6.9.0",
- "react": "16.10.2",
+ "react": "16.11.0",
"react-content-loader": "^4.3.2",
"react-cookies": "^0.1.1",
- "react-dom": "16.10.2",
+ "react-dom": "16.11.0",
"react-router-dom": "^5.1.2",
"react-use-form-state": "^0.11.0",
"regenerator-runtime": "^0.13.3",