@modern-js/storybook 2.41.0 → 2.42.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/storybook",
3
- "version": "2.41.0",
3
+ "version": "2.42.1",
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": "^7.5.1",
61
- "storybook": "^7.5.1",
62
- "@modern-js/storybook-builder": "2.41.0",
63
- "@modern-js/utils": "2.41.0"
60
+ "@storybook/react": "~7.6.1",
61
+ "storybook": "~7.6.1",
62
+ "@modern-js/storybook-builder": "2.42.1",
63
+ "@modern-js/utils": "2.42.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@storybook/types": "^7.5.1",
66
+ "@storybook/types": "~7.6.1",
67
67
  "typescript": "^5.2.2",
68
68
  "@types/node": "^20.5.6"
69
69
  },