@storybook/nextjs-vite 10.2.0-alpha.0 → 10.2.0-alpha.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/nextjs-vite",
3
- "version": "10.2.0-alpha.0",
3
+ "version": "10.2.0-alpha.2",
4
4
  "description": "Storybook for Next.js and Vite: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -74,14 +74,10 @@
74
74
  "*.d.ts",
75
75
  "!src/**/*"
76
76
  ],
77
- "scripts": {
78
- "check": "jiti ../../../scripts/check/check-package.ts",
79
- "prep": "jiti ../../../scripts/build/build-package.ts"
80
- },
81
77
  "dependencies": {
82
- "@storybook/builder-vite": "10.2.0-alpha.0",
83
- "@storybook/react": "10.2.0-alpha.0",
84
- "@storybook/react-vite": "10.2.0-alpha.0",
78
+ "@storybook/builder-vite": "10.2.0-alpha.2",
79
+ "@storybook/react": "10.2.0-alpha.2",
80
+ "@storybook/react-vite": "10.2.0-alpha.2",
85
81
  "styled-jsx": "5.1.6",
86
82
  "vite-plugin-storybook-nextjs": "^3.1.0"
87
83
  },
@@ -97,7 +93,7 @@
97
93
  "next": "^14.1.0 || ^15.0.0 || ^16.0.0",
98
94
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
99
95
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
100
- "storybook": "^10.2.0-alpha.0",
96
+ "storybook": "^10.2.0-alpha.2",
101
97
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
102
98
  },
103
99
  "peerDependenciesMeta": {