Skip to content

Commit

Permalink
Only add @storybook/theming to resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jan 16, 2024
1 parent 7c85f42 commit fc05211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
9 changes: 2 additions & 7 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,7 @@
],
"resolutions": {
"@playwright/test": "1.36.0",
"@storybook/client-logger": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/instrumenter": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/test": "workspace:*",
"@storybook/types": "workspace:*",
"@storybook/theming": "workspace:*",
"@vitest/[email protected]": "patch:@vitest/expect@npm%3A1.1.3#~/.yarn/patches/@vitest-expect-npm-1.1.3-2062bf533f.patch",
"esbuild": "^0.18.0",
"playwright": "1.36.0",
Expand Down Expand Up @@ -162,7 +157,7 @@
"@storybook/svelte": "workspace:*",
"@storybook/svelte-webpack5": "workspace:*",
"@storybook/telemetry": "workspace:*",
"@storybook/test": "next",
"@storybook/test": "workspace:*",
"@storybook/testing-library": "next",
"@storybook/theming": "workspace:*",
"@storybook/types": "workspace:*",
Expand Down
19 changes: 2 additions & 17 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2613,7 +2613,7 @@ __metadata:
languageName: node
linkType: hard

"@emotion/use-insertion-effect-with-fallbacks@npm:^1.0.0, @emotion/use-insertion-effect-with-fallbacks@npm:^1.0.1":
"@emotion/use-insertion-effect-with-fallbacks@npm:^1.0.1":
version: 1.0.1
resolution: "@emotion/use-insertion-effect-with-fallbacks@npm:1.0.1"
peerDependencies:
Expand Down Expand Up @@ -6448,7 +6448,7 @@ __metadata:
"@storybook/svelte": "workspace:*"
"@storybook/svelte-webpack5": "workspace:*"
"@storybook/telemetry": "workspace:*"
"@storybook/test": "npm:next"
"@storybook/test": "workspace:*"
"@storybook/testing-library": "npm:next"
"@storybook/theming": "workspace:*"
"@storybook/types": "workspace:*"
Expand Down Expand Up @@ -6723,21 +6723,6 @@ __metadata:
languageName: node
linkType: hard

"@storybook/theming@npm:^7.0.2":
version: 7.5.0
resolution: "@storybook/theming@npm:7.5.0"
dependencies:
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.0.0"
"@storybook/client-logger": "npm:7.5.0"
"@storybook/global": "npm:^5.0.0"
memoizerific: "npm:^1.11.3"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 57da8e27c748cbec4dc1661cdd2d449949d97476d8e97933696b31d07c7361cbbcca8d7225cc00ca078daa160023b8965ddec7c23519ce0a4ef2658246b062e7
languageName: node
linkType: hard

"@storybook/theming@workspace:*, @storybook/theming@workspace:lib/theming":
version: 0.0.0-use.local
resolution: "@storybook/theming@workspace:lib/theming"
Expand Down

0 comments on commit fc05211

Please sign in to comment.