chore: bump storybook from 10.1.10 to 10.1.11

Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 10.1.10 to 10.1.11.
- [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/v10.1.11/code/core)

---
updated-dependencies:
- dependency-name: storybook
  dependency-version: 10.1.11
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-08 01:39:31 +00:00
committed by GitHub
parent 684d8cd73c
commit 7fc6063fca
2 changed files with 5 additions and 16 deletions

19
package-lock.json generated
View File

@@ -78,7 +78,7 @@
"postcss-load-config": "^6.0.1",
"rimraf": "^6.1.2",
"semantic-release": "^25.0.2",
"storybook": "^10.1.4",
"storybook": "^10.1.11",
"tailwindcss": "^4.1.17",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
@@ -24719,17 +24719,6 @@
}
}
},
"node_modules/next-intl/node_modules/@swc/helpers": {
"version": "0.5.18",
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.18.tgz",
"integrity": "sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==",
"license": "Apache-2.0",
"optional": true,
"peer": true,
"dependencies": {
"tslib": "^2.8.0"
}
},
"node_modules/next/node_modules/postcss": {
"version": "8.4.31",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
@@ -31648,9 +31637,9 @@
}
},
"node_modules/storybook": {
"version": "10.1.10",
"resolved": "https://registry.npmjs.org/storybook/-/storybook-10.1.10.tgz",
"integrity": "sha512-oK0t0jEogiKKfv5Z1ao4Of99+xWw1TMUGuGRYDQS4kp2yyBsJQEgu7NI7OLYsCDI6gzt5p3RPtl1lqdeVLUi8A==",
"version": "10.1.11",
"resolved": "https://registry.npmjs.org/storybook/-/storybook-10.1.11.tgz",
"integrity": "sha512-pKP5jXJYM4OjvNklGuHKO53wOCAwfx79KvZyOWHoi9zXUH5WVMFUe/ZfWyxXG/GTcj0maRgHGUjq/0I43r0dDQ==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -108,7 +108,7 @@
"postcss-load-config": "^6.0.1",
"rimraf": "^6.1.2",
"semantic-release": "^25.0.2",
"storybook": "^10.1.4",
"storybook": "^10.1.11",
"tailwindcss": "^4.1.17",
"tsx": "^4.21.0",
"typescript": "^5.9.3",