@storybook/react-native-web-vite 9.1.1 → 9.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +15 -8
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
# Storybook for React Native Web & Vite
|
|
2
2
|
|
|
3
|
-
See [documentation](https://storybook.js.org/docs/get-started/frameworks/react-native-web-vite?renderer=react-native-web) for installation instructions, usage examples, APIs, and more.
|
|
3
|
+
See [documentation](https://storybook.js.org/docs/get-started/frameworks/react-native-web-vite?renderer=react-native-web&ref=readme) for installation instructions, usage examples, APIs, and more.
|
|
4
|
+
|
|
5
|
+
Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme).
|
package/package.json
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-native-web-vite",
|
|
3
|
-
"version": "9.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "9.1.3",
|
|
4
|
+
"description": "Storybook for React Native Web and Vite: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"storybook"
|
|
6
|
+
"storybook",
|
|
7
|
+
"react-native",
|
|
8
|
+
"react-native-web",
|
|
9
|
+
"expo",
|
|
10
|
+
"expo-web",
|
|
11
|
+
"vite",
|
|
12
|
+
"component",
|
|
13
|
+
"components"
|
|
7
14
|
],
|
|
8
15
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/react-native-web-vite",
|
|
9
16
|
"bugs": {
|
|
@@ -59,9 +66,9 @@
|
|
|
59
66
|
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
|
60
67
|
},
|
|
61
68
|
"dependencies": {
|
|
62
|
-
"@storybook/builder-vite": "9.1.
|
|
63
|
-
"@storybook/react": "9.1.
|
|
64
|
-
"@storybook/react-vite": "9.1.
|
|
69
|
+
"@storybook/builder-vite": "9.1.3",
|
|
70
|
+
"@storybook/react": "9.1.3",
|
|
71
|
+
"@storybook/react-vite": "9.1.3",
|
|
65
72
|
"vite-plugin-rnw": "^0.0.6",
|
|
66
73
|
"vite-tsconfig-paths": "^5.1.4"
|
|
67
74
|
},
|
|
@@ -74,7 +81,7 @@
|
|
|
74
81
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
|
75
82
|
"react-native": ">=0.74.5",
|
|
76
83
|
"react-native-web": "^0.19.12 || ^0.20.0",
|
|
77
|
-
"storybook": "^9.1.
|
|
84
|
+
"storybook": "^9.1.3",
|
|
78
85
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
79
86
|
},
|
|
80
87
|
"engines": {
|
|
@@ -92,5 +99,5 @@
|
|
|
92
99
|
],
|
|
93
100
|
"platform": "node"
|
|
94
101
|
},
|
|
95
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684"
|
|
96
103
|
}
|