Skip to content

Commit 3e09e18

Browse files
committed
Fix: Update react-dom to match react version
1 parent 2a39e9d commit 3e09e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanity-apps/notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@sanity/webhook": "^4.0.0",
2323
"date-fns": "^3.3.1",
2424
"react": "19.2.1",
25-
"react-dom": "^19"
25+
"react-dom": "19.2.1"
2626
},
2727
"devDependencies": {
2828
"@types/react": "^19",

0 commit comments

Comments
 (0)