Skip to content

Commit

Permalink
Merge pull request #20231 from storybookjs/norbert/sb-1087-sb20179-pn…
Browse files Browse the repository at this point in the history
…pm-missing-typescript-peer

Core: Remove unnecessary peer deps
  • Loading branch information
shilman authored Dec 14, 2022
2 parents 103e520 + 0865977 commit afcd3b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
5 changes: 0 additions & 5 deletions code/lib/core-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@
"type-fest": "^2.19.0",
"typescript": "~4.9.3"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
Expand Down
12 changes: 1 addition & 11 deletions code/lib/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,28 +76,18 @@
"ws": "^8.2.3"
},
"devDependencies": {
"@storybook/builder-webpack5": "7.0.0-beta.6",
"@types/compression": "^1.7.0",
"@types/ip": "^1.1.0",
"@types/serve-favicon": "^2.5.2",
"@types/ws": "^8",
"jest-os-detection": "^1.3.1",
"jest-specific-snapshot": "^7.0.0",
"typescript": "~4.9.3",
"webpack": "5"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@storybook/builder-webpack5": {
"optional": true
},
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
Expand Down
10 changes: 0 additions & 10 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6336,9 +6336,6 @@ __metadata:
ts-dedent: ^2.0.0
type-fest: ^2.19.0
typescript: ~4.9.3
peerDependenciesMeta:
typescript:
optional: true
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6366,7 +6363,6 @@ __metadata:
"@aw-web-design/x-default-browser": 1.4.88
"@discoveryjs/json-ext": ^0.5.3
"@storybook/builder-manager": 7.0.0-beta.6
"@storybook/builder-webpack5": 7.0.0-beta.6
"@storybook/core-common": 7.0.0-beta.6
"@storybook/core-events": 7.0.0-beta.6
"@storybook/csf": next
Expand Down Expand Up @@ -6411,16 +6407,10 @@ __metadata:
typescript: ~4.9.3
util-deprecate: ^1.0.2
watchpack: ^2.2.0
webpack: 5
ws: ^8.2.3
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@storybook/builder-webpack5":
optional: true
typescript:
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit afcd3b4

Please sign in to comment.