Merge pull request #307 from Wikid82/renovate/npm-minorpatch

fix(deps): update dependency react-hook-form to ^7.68.0
This commit is contained in:
Jeremy
2025-12-03 18:11:28 -05:00
committed by GitHub
4 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"react-hook-form": "^7.67.0"
"react-hook-form": "^7.68.0"
}
},
"node_modules/react": {
@@ -19,9 +19,9 @@
}
},
"node_modules/react-hook-form": {
"version": "7.67.0",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.67.0.tgz",
"integrity": "sha512-E55EOwKJHHIT/I6J9DmQbCWToAYSw9nN5R57MZw9rMtjh+YQreMDxRLfdjfxQbiJ3/qbg3Z02wGzBX4M+5fMtQ==",
"version": "7.68.0",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.68.0.tgz",
"integrity": "sha512-oNN3fjrZ/Xo40SWlHf1yCjlMK417JxoSJVUXQjGdvdRCU07NTFei1i1f8ApUAts+IVh14e4EdakeLEA+BEAs/Q==",
"license": "MIT",
"engines": {
"node": ">=18.0.0"

View File

@@ -1,5 +1,5 @@
{
"dependencies": {
"react-hook-form": "^7.67.0"
"react-hook-form": "^7.68.0"
}
}

View File

@@ -15,7 +15,7 @@
"lucide-react": "^0.555.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.67.0",
"react-hook-form": "^7.68.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.10.0",
"tailwind-merge": "^3.4.0",
@@ -5497,9 +5497,9 @@
}
},
"node_modules/react-hook-form": {
"version": "7.67.0",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.67.0.tgz",
"integrity": "sha512-E55EOwKJHHIT/I6J9DmQbCWToAYSw9nN5R57MZw9rMtjh+YQreMDxRLfdjfxQbiJ3/qbg3Z02wGzBX4M+5fMtQ==",
"version": "7.68.0",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.68.0.tgz",
"integrity": "sha512-oNN3fjrZ/Xo40SWlHf1yCjlMK417JxoSJVUXQjGdvdRCU07NTFei1i1f8ApUAts+IVh14e4EdakeLEA+BEAs/Q==",
"license": "MIT",
"engines": {
"node": ">=18.0.0"

View File

@@ -33,7 +33,7 @@
"lucide-react": "^0.555.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.67.0",
"react-hook-form": "^7.68.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.10.0",
"tailwind-merge": "^3.4.0",