Skip to content

Commit

Permalink
fix version of storybook theming package in components package
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 12, 2022
1 parent 5e24b16 commit f5e87c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,11 @@ jobs:
command: |
cd examples/vue-kitchen-sink
yarn storybook --smoke-test --quiet
- run:
name: Run svelte kitchen-sink (smoke test)
command: |
cd examples/svelte-kitchen-sink
yarn storybook --smoke-test --quiet
# - run:
# name: Run svelte kitchen-sink (smoke test)
# command: |
# cd examples/svelte-kitchen-sink
# yarn storybook --smoke-test --quiet
- run:
name: Run angular-cli (smoke test)
command: |
Expand Down
2 changes: 1 addition & 1 deletion lib/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@storybook/client-logger": "6.5.0-beta.4",
"@storybook/csf": "0.0.2--canary.4566f4d.1",
"@storybook/theming": "6.5.0-beta.1"
"@storybook/theming": "6.5.0-beta.4"
},
"devDependencies": {
"@digitak/esrun": "^3.2.2",
Expand Down
26 changes: 1 addition & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7439,16 +7439,6 @@ __metadata:
languageName: node
linkType: hard

"@storybook/client-logger@npm:6.5.0-beta.1":
version: 6.5.0-beta.1
resolution: "@storybook/client-logger@npm:6.5.0-beta.1"
dependencies:
core-js: ^3.8.2
global: ^4.4.0
checksum: b37a15123235d7e17186440691675e778eb6934ee07fa5ebeaa99d2ca3bda0ffcc8dbd38023e77680c7da590a65a55c670018a6b49b591f6d5c15081a19e81df
languageName: node
linkType: hard

"@storybook/[email protected], @storybook/codemod@workspace:*, @storybook/codemod@workspace:lib/codemod":
version: 0.0.0-use.local
resolution: "@storybook/codemod@workspace:lib/codemod"
Expand Down Expand Up @@ -7479,7 +7469,7 @@ __metadata:
"@popperjs/core": ^2.6.0
"@storybook/client-logger": 6.5.0-beta.4
"@storybook/csf": 0.0.2--canary.4566f4d.1
"@storybook/theming": 6.5.0-beta.1
"@storybook/theming": 6.5.0-beta.4
"@types/color-convert": ^2.0.0
"@types/overlayscrollbars": ^1.12.0
"@types/react-syntax-highlighter": 11.0.5
Expand Down Expand Up @@ -9106,20 +9096,6 @@ __metadata:
languageName: node
linkType: hard

"@storybook/theming@npm:6.5.0-beta.1":
version: 6.5.0-beta.1
resolution: "@storybook/theming@npm:6.5.0-beta.1"
dependencies:
"@storybook/client-logger": 6.5.0-beta.1
core-js: ^3.8.2
regenerator-runtime: ^0.13.7
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: aefdb16032eb811150fd1094d34638323c10332dbb10304bfd7debde5c9703dec8f1626212a0a41ffe3fc872c3884459bb8389b68073f9dd9a25691e10d624b0
languageName: node
linkType: hard

"@storybook/[email protected], @storybook/ui@workspace:*, @storybook/ui@workspace:lib/ui":
version: 0.0.0-use.local
resolution: "@storybook/ui@workspace:lib/ui"
Expand Down

0 comments on commit f5e87c9

Please sign in to comment.