@modern-js/storybook 2.41.0 → 2.42.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modern-js/storybook",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.42.0",
|
4
4
|
"description": "modern.js support for storybook",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -57,13 +57,13 @@
|
|
57
57
|
},
|
58
58
|
"license": "MIT",
|
59
59
|
"dependencies": {
|
60
|
-
"@storybook/react": "
|
61
|
-
"storybook": "
|
62
|
-
"@modern-js/storybook-builder": "2.
|
63
|
-
"@modern-js/utils": "2.
|
60
|
+
"@storybook/react": "~7.6.1",
|
61
|
+
"storybook": "~7.6.1",
|
62
|
+
"@modern-js/storybook-builder": "2.42.0",
|
63
|
+
"@modern-js/utils": "2.42.0"
|
64
64
|
},
|
65
65
|
"devDependencies": {
|
66
|
-
"@storybook/types": "
|
66
|
+
"@storybook/types": "~7.6.1",
|
67
67
|
"typescript": "^5.2.2",
|
68
68
|
"@types/node": "^20.5.6"
|
69
69
|
},
|