We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f435cc commit 93dcfd1Copy full SHA for 93dcfd1
packages/mock-addon/package.json
@@ -44,11 +44,6 @@
44
"release": "yarn build && auto shipit"
45
},
46
"dependencies": {
47
- "@storybook/addons": "^7.0.0",
48
- "@storybook/blocks": "^7.0.0",
49
- "@storybook/components": "^7.0.2",
50
- "@storybook/manager-api": "^7.0.0",
51
- "@storybook/theming": "^7.0.0",
52
"mock-xmlhttprequest": "^8.1.0",
53
"path-to-regexp": "^6.2.1",
54
"polished": "^4.2.2"
@@ -67,6 +62,11 @@
67
62
"zx": "^1.14.1"
68
63
69
64
"peerDependencies": {
65
+ "@storybook/addons": "^7.0.0",
66
+ "@storybook/blocks": "^7.0.0",
+ "@storybook/components": "^7.0.2",
+ "@storybook/manager-api": "^7.0.0",
+ "@storybook/theming": "^7.0.0",
70
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
71
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
72
"storybook": "^7.0.0"
0 commit comments