@storybook/nextjs-vite 9.0.0-alpha.19 → 9.0.0-alpha.21

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/nextjs-vite",
3
- "version": "9.0.0-alpha.19",
3
+ "version": "9.0.0-alpha.21",
4
4
  "description": "Storybook for Next.js and Vite",
5
5
  "keywords": [
6
6
  "storybook",
@@ -104,22 +104,23 @@
104
104
  "prep": "jiti ../../../scripts/prepare/bundle.ts"
105
105
  },
106
106
  "dependencies": {
107
- "@storybook/builder-vite": "9.0.0-alpha.19",
108
- "@storybook/react": "9.0.0-alpha.19",
109
- "@storybook/react-vite": "9.0.0-alpha.19",
107
+ "@storybook/builder-vite": "9.0.0-alpha.21",
108
+ "@storybook/react": "9.0.0-alpha.21",
109
+ "@storybook/react-vite": "9.0.0-alpha.21",
110
110
  "styled-jsx": "5.1.6",
111
- "vite-plugin-storybook-nextjs": "2.0.0--canary.33.c17eb1b.0"
111
+ "vite-plugin-storybook-nextjs": "2.0.0"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@types/node": "^22.0.0",
115
115
  "next": "^15.0.3",
116
+ "postcss-load-config": "^6.0.1",
116
117
  "typescript": "^5.7.3"
117
118
  },
118
119
  "peerDependencies": {
119
120
  "next": "^14.1.0 || ^15.0.0",
120
121
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
121
122
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
122
- "storybook": "^9.0.0-alpha.19",
123
+ "storybook": "^9.0.0-alpha.21",
123
124
  "vite": "^5.0.0 || ^6.0.0"
124
125
  },
125
126
  "peerDependenciesMeta": {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes