Skip to content

Commit

Permalink
Merge pull request #237 from dazuku/dazuku/set-dependencies
Browse files Browse the repository at this point in the history
Set dependencies to avoid using legacy-peer-deps flag
  • Loading branch information
ghengeveld committed Apr 15, 2024
2 parents 2c53b99 + 1d1d39a commit 3614054
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/storybook-addon-designs/package.json
Expand Up @@ -55,17 +55,17 @@
"@types/webpack-env": "^1.18.4",
"auto": "^11.1.1",
"figma-js": "^1.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
},
"peerDependencies": {
"@storybook/blocks": "^8.0.0",
"@storybook/components": "^8.0.0",
"@storybook/theming": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@storybook/blocks": {
Expand Down

0 comments on commit 3614054

Please sign in to comment.