@storybook-astro/framework 1.0.1 → 1.0.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook-astro/framework",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Community-supported Storybook framework for Astro 5 & 6 components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"astro": "^5.5.3 || ^6.0.0",
|
|
113
113
|
"storybook": "^10.0.0",
|
|
114
114
|
"storybook-solidjs": "^1.0.0-beta.7",
|
|
115
|
-
"vite": "^6.
|
|
115
|
+
"vite": "^6.4.1 || ^7.0.0 || ^8.0.0"
|
|
116
116
|
},
|
|
117
117
|
"peerDependenciesMeta": {
|
|
118
118
|
"@astrojs/alpinejs": {
|
|
@@ -159,9 +159,9 @@
|
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
"dependencies": {
|
|
162
|
-
"@storybook-astro/renderer": "1.0.
|
|
162
|
+
"@storybook-astro/renderer": "1.0.3",
|
|
163
163
|
"msw": "^2.12.10",
|
|
164
164
|
"sanitize-html": "^2.17.0",
|
|
165
|
-
"vite": "^6.
|
|
165
|
+
"vite": "^6.4.1 || ^7.0.0 || ^8.0.0"
|
|
166
166
|
}
|
|
167
167
|
}
|