Skip to content

Commit

Permalink
Merge pull request #356 from storybookjs/loosen-theming-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday authored May 23, 2022
2 parents f70da5a + ae376da commit 2211652
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@emotion/weak-memoize": "^0.2.5",
"@storybook/theming": "6.5.0-alpha.63",
"@storybook/theming": "^6.5.0",
"@types/pluralize": "^0.0.29",
"@types/prismjs": "^1.16.6",
"@types/react-modal": "^3.12.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2193,10 +2193,10 @@
core-js "^3.8.2"
global "^4.4.0"

"@storybook/[email protected].0-alpha.63":
version "6.5.0-alpha.63"
resolved "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.0-alpha.63.tgz#3f432e77fff5baebd51420bade94b957d691db6d"
integrity sha512-YqDSL7EbtlgMXWMkjC4VHSyAFGiZZ2tjTYK7VLuNYPXG50aJyFlJRDI7m9hEexmViRH/De62UPyq9nSjNsmlZQ==
"@storybook/[email protected].4":
version "6.5.4"
resolved "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.4.tgz#57348015276e0453675968f6ca31d908ceb498ae"
integrity sha512-8z5cdocpLW2bK6lTGdlBoX8njmNLTd9rrzSEIYRtobAbWjyfB6leCY6F79OVDZCXGsXIOrx/e1fwzioCT/sJSQ==
dependencies:
core-js "^3.8.2"
global "^4.4.0"
Expand Down Expand Up @@ -2645,12 +2645,12 @@
resolve-from "^5.0.0"
ts-dedent "^2.0.0"

"@storybook/[email protected]-alpha.63":
version "6.5.0-alpha.63"
resolved "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.0-alpha.63.tgz#4e807548813ef64b3c3c2fea44266b4b2b428fe7"
integrity sha512-5xsQ84SqHX9rPMMmL7dw7YLad0adzNbhly4x4A/BMiuzSU3LvzK26yQWu9jzuM6Kxsm+4ssZmBDVGEUGsi9moA==
"@storybook/theming@^6.5.0":
version "6.5.4"
resolved "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.4.tgz#3be001bf425f682f6e16ce3581e8cd109c85f8ea"
integrity sha512-J5ipCqKH8FfMVj8SuVsjxSIYgb9GN8NBsVAVvTakVjqyKnv5znR+w+h0lvyzRNaEnF5LQCy7Uj7DE6+Pbg/wPw==
dependencies:
"@storybook/client-logger" "6.5.0-alpha.63"
"@storybook/client-logger" "6.5.4"
core-js "^3.8.2"
regenerator-runtime "^0.13.7"

Expand Down

0 comments on commit 2211652

Please sign in to comment.