Bump @storybook/theming from 7.6.9 to 7.6.12 in /extensions/ql-vscode (#3309)

Bumps [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming) from 7.6.9 to 7.6.12.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.6.12/code/lib/theming)

---
updated-dependencies:
- dependency-name: "@storybook/theming"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-01 14:15:49 +00:00
committed by GitHub
parent ed2698ff01
commit ae173f24f0
2 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@
"@storybook/manager-api": "^7.6.7",
"@storybook/react": "^7.1.0",
"@storybook/react-webpack5": "^7.6.7",
"@storybook/theming": "^7.6.9",
"@storybook/theming": "^7.6.12",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.0.0",
@@ -8396,13 +8396,13 @@
}
},
"node_modules/@storybook/theming": {
"version": "7.6.9",
"resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-7.6.9.tgz",
"integrity": "sha512-S2tow/l2HJFL7im+ovFQE0nLCzy/39qZU30/WVc8gM2dfM7Gsn6M4xiXu23BEwJHnCP8TIOBiCDN1JkOcOvvgg==",
"version": "7.6.12",
"resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-7.6.12.tgz",
"integrity": "sha512-P4zoMKlSYbNrWJjQROuz+DZSDEpdf3TUvk203EqBRdElqw2EMHcqZ8+0HGPFfVHpqEj05+B9Mr6R/Z/BURj0lw==",
"dev": true,
"dependencies": {
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
"@storybook/client-logger": "7.6.9",
"@storybook/client-logger": "7.6.12",
"@storybook/global": "^5.0.0",
"memoizerific": "^1.11.3"
},
@@ -8416,9 +8416,9 @@
}
},
"node_modules/@storybook/theming/node_modules/@storybook/client-logger": {
"version": "7.6.9",
"resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.6.9.tgz",
"integrity": "sha512-Xm6fa6AR3cjxabauMldBv/66OOp5IhDiUEpp4D/a7hXfvCWqwmjVJ6EPz9WzkMhcPbMJr8vWJBaS3glkFqsRng==",
"version": "7.6.12",
"resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.6.12.tgz",
"integrity": "sha512-hiRv6dXsOttMPqm9SxEuFoAtDe9rs7TUS8XcO5rmJ9BgfwBJsYlHzAxXkazxmvlyZtKL7gMx6m8OYbCdZgUqtA==",
"dev": true,
"dependencies": {
"@storybook/global": "^5.0.0"

View File

@@ -1982,7 +1982,7 @@
"@storybook/manager-api": "^7.6.7",
"@storybook/react": "^7.1.0",
"@storybook/react-webpack5": "^7.6.7",
"@storybook/theming": "^7.6.9",
"@storybook/theming": "^7.6.12",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.0.0",