create-storybook 8.3.0 → 8.3.1

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.3.0",
3
+ "version": "8.3.1",
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": {
@@ -66,7 +66,7 @@
66
66
  "prettier": "^3.1.1",
67
67
  "prompts": "^2.4.0",
68
68
  "semver": "^7.3.7",
69
- "storybook": "8.3.0",
69
+ "storybook": "8.3.1",
70
70
  "tiny-invariant": "^1.3.1",
71
71
  "ts-dedent": "^2.0.0"
72
72
  },