create-storybook 8.5.0-alpha.7 → 8.5.0-alpha.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-storybook",
3
- "version": "8.5.0-alpha.7",
3
+ "version": "8.5.0-alpha.9",
4
4
  "description": "Initialize Storybook into your project",
5
5
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/create-storybook",
6
6
  "bugs": {
@@ -64,7 +64,7 @@
64
64
  "prettier": "^3.1.1",
65
65
  "prompts": "^2.4.0",
66
66
  "semver": "^7.3.7",
67
- "storybook": "8.5.0-alpha.7",
67
+ "storybook": "8.5.0-alpha.9",
68
68
  "tiny-invariant": "^1.3.1",
69
69
  "ts-dedent": "^2.0.0"
70
70
  },