From 70a54a2d10e967df88009da6d4dac58701e01c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:37:28 +0000 Subject: [PATCH] Bump @storybook/theming from 8.4.1 to 8.4.4 Bumps [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) from 8.4.1 to 8.4.4. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Commits](https://github.com/storybookjs/storybook/commits/v8.4.4/code/lib/theming) --- updated-dependencies: - dependency-name: "@storybook/theming" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 12 ++++++++++-- polaris-react/package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 772c5daa518..60e28afe3ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -337,8 +337,8 @@ importers: specifier: ^0.17.0 version: 0.17.0(@types/node@20.12.5)(storybook@8.4.2)(ts-node@10.7.0) '@storybook/theming': - specifier: ^8.4.1 - version: 8.4.1(storybook@8.4.2) + specifier: ^8.4.4 + version: 8.4.4(storybook@8.4.2) '@types/js-yaml': specifier: ^4.0.5 version: 4.0.5 @@ -5856,6 +5856,14 @@ packages: storybook: 8.4.2(prettier@2.8.8) dev: true + /@storybook/theming@8.4.4(storybook@8.4.2): + resolution: {integrity: sha512-iq4yt3Fx35ZV5owNC//E6G+QPV19xHHVN2Ugi3p7KOSFK3chuXX9mxZ1rfir+t+U30a5EPOEnlsY3/1LXn7aTw==} + peerDependencies: + storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0 + dependencies: + storybook: 8.4.2(prettier@2.8.8) + dev: true + /@storybook/types@8.0.9: resolution: {integrity: sha512-ew0EXzk9k4B557P1qIWYrnvUcgaE0WWA5qQS0AU8l+fRTp5nvl9O3SP/zNIB0SN1qDFO7dXr3idTNTyIikTcEQ==} dependencies: diff --git a/polaris-react/package.json b/polaris-react/package.json index f3fc2b219e3..086587786cb 100644 --- a/polaris-react/package.json +++ b/polaris-react/package.json @@ -86,7 +86,7 @@ "@storybook/react-vite": "^8.4.1", "@storybook/test": "^8.4.1", "@storybook/test-runner": "^0.17.0", - "@storybook/theming": "^8.4.1", + "@storybook/theming": "^8.4.4", "@types/js-yaml": "^4.0.5", "@types/node": "^20.10.0", "@types/react": "^18.2.0",