Skip to content

Commit

Permalink
chore: revert package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nutboltu committed Aug 10, 2023
1 parent 1f435cc commit 93dcfd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 831 deletions.
10 changes: 5 additions & 5 deletions packages/mock-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
"release": "yarn build && auto shipit"
},
"dependencies": {
"@storybook/addons": "^7.0.0",
"@storybook/blocks": "^7.0.0",
"@storybook/components": "^7.0.2",
"@storybook/manager-api": "^7.0.0",
"@storybook/theming": "^7.0.0",
"mock-xmlhttprequest": "^8.1.0",
"path-to-regexp": "^6.2.1",
"polished": "^4.2.2"
Expand All @@ -67,6 +62,11 @@
"zx": "^1.14.1"
},
"peerDependencies": {
"@storybook/addons": "^7.0.0",
"@storybook/blocks": "^7.0.0",
"@storybook/components": "^7.0.2",
"@storybook/manager-api": "^7.0.0",
"@storybook/theming": "^7.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"storybook": "^7.0.0"
Expand Down

0 comments on commit 93dcfd1

Please sign in to comment.