create-storybook 8.4.3 → 8.4.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-storybook",
|
3
|
-
"version": "8.4.
|
3
|
+
"version": "8.4.4",
|
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.4.
|
67
|
+
"storybook": "8.4.4",
|
68
68
|
"tiny-invariant": "^1.3.1",
|
69
69
|
"ts-dedent": "^2.0.0"
|
70
70
|
},
|