aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-02-25 02:15:38 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit47a3c1b8077bfdcd04a78f6893535bd72098c310 (patch)
tree4d5b437e8d43fface13886b1be2976c5dad994f2 /vnext/package.json
parente461c70b7424f744b30f7559b11b814cf7dba9e2 (diff)
Deps, rules of hooks
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 302f8cae..d1584f59 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -28,6 +28,7 @@
"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",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
@@ -38,7 +39,7 @@
"postcss-preset-env": "^6.5.0",
"prop-types": "^15.7.2",
"react-router-prop-types": "^1.0.4",
- "react-test-renderer": "^16.8.2",
+ "react-test-renderer": "^16.8.3",
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
@@ -82,11 +83,12 @@
"immutability-helper": "^3.0.0",
"moment": "^2.24.0",
"qs": "^6.6.0",
- "react": "16.8.2",
+ "react": "16.8.3",
"react-content-loader": "^4.0.1",
"react-cookies": "^0.1.0",
- "react-dom": "16.8.2",
+ "react-dom": "16.8.3",
"react-router-dom": "^4.3.1",
+ "react-use-form-state": "^0.6.0",
"url-polyfill": "^1.1.3"
}
}