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

fix(deps): update npm minor/patch to ^19.2.3
This commit is contained in:
Jeremy
2025-12-11 23:08:50 -05:00
committed by GitHub
2 changed files with 11 additions and 11 deletions

View File

@@ -13,8 +13,8 @@
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.560.0",
"react": "^19.2.2",
"react-dom": "^19.2.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.68.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.10.1",
@@ -5513,9 +5513,9 @@
"license": "MIT"
},
"node_modules/react": {
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.2.tgz",
"integrity": "sha512-BdOGOY8OKRBcgoDkwqA8Q5XvOIhoNx/Sh6BnGJlet2Abt0X5BK0BDrqGyQgLhAVjD2nAg5f6o01u/OPUhG022Q==",
"version": "19.2.3",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz",
"integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==",
"license": "MIT",
"peer": true,
"engines": {
@@ -5523,16 +5523,16 @@
}
},
"node_modules/react-dom": {
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.2.tgz",
"integrity": "sha512-fhyD2BLrew6qYf4NNtHff1rLXvzR25rq49p+FeqByOazc6TcSi2n8EYulo5C1PbH+1uBW++5S1SG7FcUU6mlDg==",
"version": "19.2.3",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz",
"integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==",
"license": "MIT",
"peer": true,
"dependencies": {
"scheduler": "^0.27.0"
},
"peerDependencies": {
"react": "^19.2.2"
"react": "^19.2.3"
}
},
"node_modules/react-hook-form": {

View File

@@ -31,8 +31,8 @@
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.560.0",
"react": "^19.2.2",
"react-dom": "^19.2.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.68.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.10.1",