@modern-js/storybook 2.58.0 → 2.58.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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/storybook",
3
- "version": "2.58.0",
3
+ "version": "2.58.1",
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.0",
63
- "@modern-js/utils": "2.58.0"
62
+ "@modern-js/storybook-builder": "2.58.1",
63
+ "@modern-js/utils": "2.58.1"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@storybook/types": "~7.6.12",
67
- "typescript": "^5.2.2",
68
- "@types/node": "^20.5.6"
67
+ "@types/node": "^20.5.6",
68
+ "typescript": "^5.2.2"
69
69
  },
70
70
  "publishConfig": {
71
71
  "registry": "https://registry.npmjs.org/",