Skip to content

Commit 95378db

Browse files
chore(deps-dev): bump @storybook/theming from 6.5.13 to 6.5.14 (#1029)
Bumps [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/lib/theming) from 6.5.13 to 6.5.14. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.14/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v6.5.14/lib/theming) --- updated-dependencies: - dependency-name: "@storybook/theming" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76171e2 commit 95378db

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@storybook/manager-webpack5": "^6.5.13",
9999
"@storybook/react": "^6.5.13",
100100
"@storybook/storybook-deployer": "^2.8.16",
101-
"@storybook/theming": "^6.5.10",
101+
"@storybook/theming": "^6.5.14",
102102
"@testing-library/react-hooks": "^8.0.1",
103103
"@types/jest": "^29.2.3",
104104
"@types/js-cookie": "^3.0.2",

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2699,6 +2699,14 @@
26992699
core-js "^3.8.2"
27002700
global "^4.4.0"
27012701

2702+
"@storybook/[email protected]":
2703+
version "6.5.14"
2704+
resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-6.5.14.tgz#ec178f31e70969ae22399ce4207c05e4f1d480a8"
2705+
integrity sha512-r1pY69DGKzX9/GngkudthaaPxPlka16zjG7Y58psunwcoUuH3riAP1cjqhXt5+S8FKCNI/MGb82PLlCPX2Liuw==
2706+
dependencies:
2707+
core-js "^3.8.2"
2708+
global "^4.4.0"
2709+
27022710
"@storybook/[email protected]":
27032711
version "6.5.13"
27042712
resolved "https://registry.yarnpkg.com/@storybook/components/-/components-6.5.13.tgz#a05fc969458760b348d640f26c2cad310ab35030"
@@ -3176,7 +3184,7 @@
31763184
read-pkg-up "^7.0.1"
31773185
regenerator-runtime "^0.13.7"
31783186

3179-
"@storybook/[email protected]", "@storybook/theming@^6.5.10":
3187+
"@storybook/[email protected]":
31803188
version "6.5.13"
31813189
resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-6.5.13.tgz#3f905eb9f72ddc28d096384290999057987f3083"
31823190
integrity sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==
@@ -3186,6 +3194,16 @@
31863194
memoizerific "^1.11.3"
31873195
regenerator-runtime "^0.13.7"
31883196

3197+
"@storybook/theming@^6.5.14":
3198+
version "6.5.14"
3199+
resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-6.5.14.tgz#4cc7e568b9641112f35abe0606cc6925952cb647"
3200+
integrity sha512-3ff6RLZGaIil/AFJ0/BRlE2hhdPrC5v6wGbRfroZVmGldRCxio/7+KAA3LH6cuHnjK5MeBcCBaHuxzXqGmbEFw==
3201+
dependencies:
3202+
"@storybook/client-logger" "6.5.14"
3203+
core-js "^3.8.2"
3204+
memoizerific "^1.11.3"
3205+
regenerator-runtime "^0.13.7"
3206+
31893207
"@storybook/[email protected]":
31903208
version "6.5.13"
31913209
resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-6.5.13.tgz#16b25fd839cdafc2b9989c548bc1ffb711b33dee"

0 commit comments

Comments
 (0)