@storybook-astro/framework 1.7.0-canary.1 → 1.7.0-canary.2
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/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook-astro/framework",
|
|
3
|
-
"version": "1.7.0-canary.
|
|
3
|
+
"version": "1.7.0-canary.2",
|
|
4
4
|
"description": "Community-supported Storybook framework for Astro 5, 6 & 7 components",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -135,6 +135,9 @@
|
|
|
135
135
|
"@storybook/vue3": {
|
|
136
136
|
"optional": true
|
|
137
137
|
},
|
|
138
|
+
"@vitejs/plugin-react": {
|
|
139
|
+
"optional": true
|
|
140
|
+
},
|
|
138
141
|
"@vitejs/plugin-vue": {
|
|
139
142
|
"optional": true
|
|
140
143
|
},
|
|
@@ -146,7 +149,7 @@
|
|
|
146
149
|
}
|
|
147
150
|
},
|
|
148
151
|
"dependencies": {
|
|
149
|
-
"@storybook-astro/renderer": "1.7.0-canary.
|
|
152
|
+
"@storybook-astro/renderer": "1.7.0-canary.2",
|
|
150
153
|
"get-tsconfig": "5.0.0-beta.4",
|
|
151
154
|
"hono": "^4.11.12",
|
|
152
155
|
"sanitize-html": "^2.17.0",
|