Skip to content

Commit 556c18b

Browse files
committed
chore(storybook): pin react-dom to 18.3.1 to match pinned react 18.3.1 in web and RN apps
1 parent 134f119 commit 556c18b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/storybook-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@storybook/react-native": "^10",
4040
"@types/react": "^18.2.0",
4141
"@types/react-dom": "^18.2.0",
42-
"react-dom": "^18.2.0",
42+
"react-dom": "18.3.1",
4343
"react-native-safe-area-context": "^5.4.0",
4444
"react-native-svg": "^15.11.1",
4545
"react-native-svg-transformer": "^1.5.0",

apps/storybook-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"postcss": "^8.4.47",
3737
"prop-types": "^15.8.1",
3838
"react": "18.3.1",
39-
"react-dom": "^18.2.0",
39+
"react-dom": "18.3.1",
4040
"storybook": "^10.3.1",
4141
"tailwindcss": "^3.0.0",
4242
"typescript": "~5.2.2",

0 commit comments

Comments
 (0)