aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-02-27 19:39:18 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit046a09758c5bc5ef4ccfb4bac754e519866665eb (patch)
tree52e9a0275024680b5057b8b3c8164cbb7f9f23b0 /vnext/package.json
parent695672f750ec9702c75a5020c90acba7b036380d (diff)
update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/vnext/package.json b/vnext/package.json
index bfcc199e..cc9c33b6 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -11,24 +11,24 @@
"author": "",
"license": "AGPL-3.0-or-later",
"devDependencies": {
- "@babel/core": "7.3.3",
- "@babel/plugin-proposal-class-properties": "7.3.3",
+ "@babel/core": "7.3.4",
+ "@babel/plugin-proposal-class-properties": "7.3.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "7.3.1",
+ "@babel/preset-env": "7.3.4",
"@babel/preset-react": "7.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"enzyme": "^3.9.0",
- "enzyme-adapter-react-16": "^1.9.1",
+ "enzyme-adapter-react-16": "^1.10.0",
"error-overlay-webpack-plugin": "^0.1.6",
"eslint": "^5.14.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jest": "^22.3.0",
"eslint-plugin-only-ascii": "^0.0.0",
"eslint-plugin-react": "^7.12.4",
- "eslint-plugin-react-hooks": "^1.2.0",
+ "eslint-plugin-react-hooks": "^1.3.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
@@ -88,7 +88,7 @@
"react-cookies": "^0.1.0",
"react-dom": "16.8.3",
"react-router-dom": "^4.3.1",
- "react-use-form-state": "^0.6.0",
+ "react-use-form-state": "^0.6.1",
"url-polyfill": "^1.1.3"
}
}