File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
frameworks/react-native-web-vite Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 9.1.5
2
+
3
+ - CSF: Support ` satisfies x as y ` syntax - [ #32169 ] ( https://github.com/storybookjs/storybook/pull/32169 ) , thanks @diagramatics !
4
+ - Vitest addon: Handle Playwright installation errors gracefully - [ #32329 ] ( https://github.com/storybookjs/storybook/pull/32329 ) , thanks @ndelangen !
5
+
1
6
## 9.1.4
2
7
3
8
- Angular: Properly merge builder options and browserTarget options - [ #32272 ] ( https://github.com/storybookjs/storybook/pull/32272 ) , thanks @kroeder !
Original file line number Diff line number Diff line change 67
67
"react" : " ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
68
68
"react-dom" : " ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" ,
69
69
"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 " ,
71
71
"storybook" : " workspace:^" ,
72
72
"vite" : " ^5.0.0 || ^6.0.0 || ^7.0.0"
73
73
},
Original file line number Diff line number Diff line change @@ -6635,7 +6635,7 @@ __metadata:
6635
6635
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
6636
6636
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
6637
6637
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
6639
6639
storybook: "workspace:^"
6640
6640
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
6641
6641
languageName: unknown
You can’t perform that action at this time.
0 commit comments