aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-03 10:44:30 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit82780d0de04a534dfbcebfdb0cfece022058a266 (patch)
tree5236a9687ba400c19a5fff719228ea6777b961a6 /vnext/package.json
parentb1c0688fe347a9bc832cb4be53ecf3b4f8d6477c (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 d62229ef..6f3e60a2 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,10 +11,10 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.4.3",
- "@babel/plugin-proposal-class-properties": "7.4.0",
+ "@babel/core": "7.4.4",
+ "@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "7.4.3",
+ "@babel/preset-env": "7.4.4",
"@babel/preset-react": "7.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
@@ -23,9 +23,9 @@
"error-overlay-webpack-plugin": "^0.2.0",
"eslint": "^5.16.0",
"eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-jest": "^22.4.1",
+ "eslint-plugin-jest": "^22.5.1",
"eslint-plugin-only-ascii": "^0.0.0",
- "eslint-plugin-react": "^7.12.4",
+ "eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
@@ -43,7 +43,7 @@
"stylelint-config-standard": "^18.3.0",
"terser-webpack-plugin": "^1.2.3",
"webpack": "^4.30.0",
- "webpack-cli": "^3.3.0",
+ "webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
},
"babel": {
@@ -86,7 +86,7 @@
"react-cookies": "^0.1.0",
"react-dom": "16.8.6",
"react-router-dom": "^5.0.0",
- "react-use-form-state": "^0.9.0",
+ "react-use-form-state": "^0.10.0",
"regenerator-runtime": "^0.13.2",
"url-polyfill": "^1.1.5"
}