Skip to content

Commit

Permalink
Merge pull request #186 from nilscox/master
Browse files Browse the repository at this point in the history
Remove @storybook/* dependencies from peer dependencies
  • Loading branch information
hipstersmoothie authored Sep 14, 2022
2 parents 98eb047 + 49592ce commit 4c7ebeb
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 804 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,17 @@
"build": "tsc",
"release": "auto shipit"
},
"peerDependencies": {
"dependencies": {
"@storybook/addons": "^6.0.0",
"@storybook/api": "^6.0.0",
"@storybook/components": "^6.0.0",
"@storybook/core-events": "^6.0.0",
"@storybook/theming": "^6.0.0"
},
"dependencies": {
"@storybook/theming": "^6.0.0",
"fast-deep-equal": "^3.0.0",
"global": "^4.4.0",
"memoizerific": "^1.11.3"
},
"devDependencies": {
"@storybook/addons": "6.0.5",
"@storybook/api": "6.0.5",
"@storybook/components": "6.0.5",
"@storybook/core-events": "6.0.5",
"@storybook/theming": "6.0.5",
"@types/react": "16.9.11",
"@typescript-eslint/eslint-plugin": "2.17.0",
"@typescript-eslint/parser": "2.17.0",
Expand All @@ -64,6 +57,18 @@
"react-dom": "16.11.0",
"typescript": "3.7.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"auto": {
"extends": "hipstersmoothie"
},
Expand Down
Loading

0 comments on commit 4c7ebeb

Please sign in to comment.