Skip to content

Commit f403162

Browse files
committed
chore: fix react-dom using the same version than react
Signed-off-by: Florent Benoit <[email protected]>
1 parent a8e370f commit f403162

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"react": "^19.1.0",
17-
"react-dom": "^19.0.0"
17+
"react-dom": "^19.1.0"
1818
},
1919
"devDependencies": {
2020
"@eslint/js": "^9.19.0",

0 commit comments

Comments
 (0)