Skip to content

Commit a7a3179

Browse files
chore(deps-dev): bump the storybook-packages group across 1 directory with 2 updates
Bumps the storybook-packages group with 2 updates in the / directory: [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core). Updates `eslint-plugin-storybook` from 9.1.2 to 9.1.8 - [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/v9.1.8/code/lib/eslint-plugin) Updates `storybook` from 9.1.2 to 9.1.8 - [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/v9.1.8/code/core) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-version: 9.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook-packages - dependency-name: storybook dependency-version: 9.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: storybook-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b5d7dc commit a7a3179

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"eslint-config-prettier": "^9.1.0",
103103
"eslint-plugin-react": "^7.37.2",
104104
"eslint-plugin-react-hooks": "^5.0.0",
105-
"eslint-plugin-storybook": "^9.1.2",
105+
"eslint-plugin-storybook": "^9.1.8",
106106
"husky": "^9.1.7",
107107
"json": "^11.0.0",
108108
"prettier": "^3.3.3",
@@ -116,7 +116,7 @@
116116
"rollup-plugin-terser": "^7.0.2",
117117
"semantic-release": "^24.2.0",
118118
"serve": "^14.2.4",
119-
"storybook": "^9.1.2",
119+
"storybook": "^9.1.8",
120120
"three": "^0.159.0",
121121
"ts-node": "^10.9.2",
122122
"typescript": "^5.6.3",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2824,7 +2824,7 @@ __metadata:
28242824
eslint-config-prettier: "npm:^9.1.0"
28252825
eslint-plugin-react: "npm:^7.37.2"
28262826
eslint-plugin-react-hooks: "npm:^5.0.0"
2827-
eslint-plugin-storybook: "npm:^9.1.2"
2827+
eslint-plugin-storybook: "npm:^9.1.8"
28282828
glsl-noise: "npm:^0.0.0"
28292829
hls.js: "npm:^1.5.17"
28302830
husky: "npm:^9.1.7"
@@ -2844,7 +2844,7 @@ __metadata:
28442844
serve: "npm:^14.2.4"
28452845
stats-gl: "npm:^2.2.8"
28462846
stats.js: "npm:^0.17.0"
2847-
storybook: "npm:^9.1.2"
2847+
storybook: "npm:^9.1.8"
28482848
suspend-react: "npm:^0.1.3"
28492849
three: "npm:^0.159.0"
28502850
three-mesh-bvh: "npm:^0.8.3"
@@ -6234,15 +6234,15 @@ __metadata:
62346234
languageName: node
62356235
linkType: hard
62366236

6237-
"eslint-plugin-storybook@npm:^9.1.2":
6238-
version: 9.1.2
6239-
resolution: "eslint-plugin-storybook@npm:9.1.2"
6237+
"eslint-plugin-storybook@npm:^9.1.8":
6238+
version: 9.1.8
6239+
resolution: "eslint-plugin-storybook@npm:9.1.8"
62406240
dependencies:
62416241
"@typescript-eslint/utils": "npm:^8.8.1"
62426242
peerDependencies:
62436243
eslint: ">=8"
6244-
storybook: ^9.1.2
6245-
checksum: 10c0/37a5fbe4558013de311b730a1fc76db3f995864d57b1c3d749075ad5452f05f81366d6ef270e31168613109a4038fba91cda93eea96e153a620a18ec29f4095a
6244+
storybook: ^9.1.8
6245+
checksum: 10c0/625822966707d51d8f25f27bc3217868578de1d8117468b1a082f81864688c88bc669ad4a70231810a406db96441c05f4244cd57b1ad2cfe8b397853a3c7e303
62466246
languageName: node
62476247
linkType: hard
62486248

@@ -11612,9 +11612,9 @@ __metadata:
1161211612
languageName: node
1161311613
linkType: hard
1161411614

11615-
"storybook@npm:^9.1.2":
11616-
version: 9.1.2
11617-
resolution: "storybook@npm:9.1.2"
11615+
"storybook@npm:^9.1.8":
11616+
version: 9.1.8
11617+
resolution: "storybook@npm:9.1.8"
1161811618
dependencies:
1161911619
"@storybook/global": "npm:^5.0.0"
1162011620
"@testing-library/jest-dom": "npm:^6.6.3"
@@ -11635,7 +11635,7 @@ __metadata:
1163511635
optional: true
1163611636
bin:
1163711637
storybook: ./bin/index.cjs
11638-
checksum: 10c0/3a575f94913f9000a3591e5c685f4eabf75fa78ce306f8b0d48e9c72e46028df31f6d15955b8a338be2bf48dadca6550b65782783d8b3cb4b737ba9f3887d007
11638+
checksum: 10c0/e9039edf5df4bcb13b68f1051a3d9bd4e86d61ea6d405c341023112d9ede828f6c256662b526b07e43750941502eecf2104a5880da69a4572715d13cefbf1d3a
1163911639
languageName: node
1164011640
linkType: hard
1164111641

0 commit comments

Comments
 (0)