@storybook/nextjs-vite 9.1.14 → 9.1.15

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/nextjs-vite",
3
- "version": "9.1.14",
3
+ "version": "9.1.15",
4
4
  "description": "Storybook for Next.js and Vite: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -109,9 +109,9 @@
109
109
  "prep": "jiti ../../../scripts/prepare/bundle.ts"
110
110
  },
111
111
  "dependencies": {
112
- "@storybook/builder-vite": "9.1.14",
113
- "@storybook/react": "9.1.14",
114
- "@storybook/react-vite": "9.1.14",
112
+ "@storybook/builder-vite": "9.1.15",
113
+ "@storybook/react": "9.1.15",
114
+ "@storybook/react-vite": "9.1.15",
115
115
  "styled-jsx": "5.1.6",
116
116
  "vite-plugin-storybook-nextjs": "^3.0.0"
117
117
  },
@@ -127,7 +127,7 @@
127
127
  "next": "^14.1.0 || ^15.0.0 || ^16.0.0",
128
128
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
129
129
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
130
- "storybook": "^9.1.14",
130
+ "storybook": "^9.1.15",
131
131
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
132
132
  },
133
133
  "peerDependenciesMeta": {