Merge pull request #181 from christianlouis/dependabot/npm_and_yarn/frontend/react-dom-19.2.5

chore(deps): bump react-dom from 19.2.4 to 19.2.5 in /frontend
This commit is contained in:
Christian Krakau-Louis
2026-04-19 02:50:36 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -13,7 +13,7 @@
"lucide-react": "^1.8.0",
"next": "16.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-dom": "19.2.5",
"zustand": "^5.0.12"
},
"devDependencies": {
@@ -8917,15 +8917,15 @@
}
},
"node_modules/react-dom": {
"version": "19.2.4",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
"integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
"version": "19.2.5",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz",
"integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==",
"license": "MIT",
"dependencies": {
"scheduler": "^0.27.0"
},
"peerDependencies": {
"react": "^19.2.4"
"react": "^19.2.5"
}
},
"node_modules/react-is": {
+1 -1
View File
@@ -16,7 +16,7 @@
"lucide-react": "^1.8.0",
"next": "16.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-dom": "19.2.5",
"zustand": "^5.0.12"
},
"devDependencies": {