aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-28 00:23:40 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit9bd48005fda1d94a526e36bec256b56add65b28d (patch)
tree2bffeb7e3ec8b2e8ac6886cffae544771958e333 /vnext/package.json
parent40d411e516efee5531404725b45ab89d97172ce8 (diff)
use `react-hook-form` and fix tests
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json
index bc75ecd3..bf5dc14a 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -33,6 +33,7 @@
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.2.2",
+ "jest-environment-jsdom": "^29.2.2",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
@@ -89,9 +90,9 @@
"react-content-loader": "^6.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
+ "react-hook-form": "^7.38.0",
"react-router-dom": "^5.3.4",
"react-use": "^17.4.0",
- "react-use-form-state": "^0.13.2",
"regenerator-runtime": "^0.13.10",
"svg4everybody": "^2.1.9",
"url-loader": "^4.1.1",