fix(deps): update npm minor/patch to ^19.2.2

This commit is contained in:
renovate[bot]
2025-12-11 22:45:42 +00:00
committed by GitHub
parent 8cdd29b047
commit 7a0fb23a46
2 changed files with 11 additions and 11 deletions
+9 -9
View File
@@ -13,8 +13,8 @@
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.560.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react": "^19.2.2",
"react-dom": "^19.2.2",
"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.1",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.1.tgz",
"integrity": "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==",
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.2.tgz",
"integrity": "sha512-BdOGOY8OKRBcgoDkwqA8Q5XvOIhoNx/Sh6BnGJlet2Abt0X5BK0BDrqGyQgLhAVjD2nAg5f6o01u/OPUhG022Q==",
"license": "MIT",
"peer": true,
"engines": {
@@ -5523,16 +5523,16 @@
}
},
"node_modules/react-dom": {
"version": "19.2.1",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.1.tgz",
"integrity": "sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==",
"version": "19.2.2",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.2.tgz",
"integrity": "sha512-fhyD2BLrew6qYf4NNtHff1rLXvzR25rq49p+FeqByOazc6TcSi2n8EYulo5C1PbH+1uBW++5S1SG7FcUU6mlDg==",
"license": "MIT",
"peer": true,
"dependencies": {
"scheduler": "^0.27.0"
},
"peerDependencies": {
"react": "^19.2.1"
"react": "^19.2.2"
}
},
"node_modules/react-hook-form": {