Merge pull request #51 from christianlouis/dependabot/npm_and_yarn/frontend/react-dom-19.2.4

chore(deps): bump react-dom from 19.2.3 to 19.2.4 in /frontend
This commit is contained in:
Christian Krakau-Louis
2026-03-23 13:25:53 +01:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -13,7 +13,7 @@
"lucide-react": "^0.563.0",
"next": "16.1.7",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-dom": "19.2.4",
"zustand": "^5.0.11"
},
"devDependencies": {
@@ -5574,15 +5574,15 @@
}
},
"node_modules/react-dom": {
"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==",
"version": "19.2.4",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
"integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
"license": "MIT",
"dependencies": {
"scheduler": "^0.27.0"
},
"peerDependencies": {
"react": "^19.2.3"
"react": "^19.2.4"
}
},
"node_modules/react-is": {
+1 -1
View File
@@ -14,7 +14,7 @@
"lucide-react": "^0.563.0",
"next": "16.1.7",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-dom": "19.2.4",
"zustand": "^5.0.11"
},
"devDependencies": {