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