From b5bfb9af54d237ea8ece0e342150193526ddc644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 07:24:21 +0000 Subject: [PATCH] Bump @storybook/theming from 8.4.1 to 8.4.3 Bumps [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) from 8.4.1 to 8.4.3. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Commits](https://github.com/storybookjs/storybook/commits/v8.4.3/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..1a30f7a6284 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.3 + version: 8.4.3(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.3(storybook@8.4.2): + resolution: {integrity: sha512-ORQY2/C488ur5NkQYes6x+fO5rcyRMyh4uX3DlkNhCsA2CJ/Ik3WVGjprrDuLn+9S4+mtXfVUNfvN7xszlT1oA==} + 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..5f9d8fc5356 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.3", "@types/js-yaml": "^4.0.5", "@types/node": "^20.10.0", "@types/react": "^18.2.0",