Skip to content

Commit 2e4237e

Browse files
authored
Merge branch 'next' into norbert/fix-type-event-slowdown
2 parents 33dd46c + 0b13a94 commit 2e4237e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code/frameworks/react-native-web-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
6868
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
6969
"react-native": ">=0.74.5",
70-
"react-native-web": "^0.19.12 || ^0.20.0",
70+
"react-native-web": "^0.19.12 || ^0.20.0 || ^0.21.0",
7171
"storybook": "workspace:^",
7272
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
7373
},

code/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6635,7 +6635,7 @@ __metadata:
66356635
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
66366636
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
66376637
react-native: ">=0.74.5"
6638-
react-native-web: ^0.19.12 || ^0.20.0
6638+
react-native-web: ^0.19.12 || ^0.20.0 || ^0.21.0
66396639
storybook: "workspace:^"
66406640
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
66416641
languageName: unknown

0 commit comments

Comments
 (0)