Skip to content

Commit

Permalink
Update peerdependencies to work with sb@next
Browse files Browse the repository at this point in the history
fix: #44
  • Loading branch information
francoisromain authored and j3rem1e committed Apr 20, 2022
1 parent c4f2422 commit 0a051ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
"typescript": "^3.9.7"
},
"peerDependencies": {
"@storybook/addons": "^6.4.20",
"@storybook/api": "^6.4.20",
"@storybook/client-api": "^6.4.20",
"@storybook/client-logger": "^6.4.20",
"@storybook/components": "^6.4.20",
"@storybook/core-events": "^6.4.20",
"@storybook/svelte": "^6.4.20",
"@storybook/theming": "^6.4.20",
"@storybook/addons": ">=6.4.20",
"@storybook/api": ">=6.4.20",
"@storybook/client-api": ">=6.4.20",
"@storybook/client-logger": ">=6.4.20",
"@storybook/components": ">=6.4.20",
"@storybook/core-events": ">=6.4.20",
"@storybook/svelte": ">=6.4.20",
"@storybook/theming": ">=6.4.20",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
"svelte": "^3.46.6",
Expand Down

0 comments on commit 0a051ae

Please sign in to comment.