Skip to content

Commit 5422998

Browse files
chore(deps-dev): bump the dev-dependencies group with 6 updates
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `9.1.8` | `9.1.9` | | [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `9.1.8` | `9.1.9` | | [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `9.1.8` | `9.1.9` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.15` | `19.1.16` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `9.1.8` | `9.1.9` | | [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `9.1.8` | `9.1.9` | Updates `@storybook/addon-a11y` from 9.1.8 to 9.1.9 - [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.9/code/addons/a11y) Updates `@storybook/addon-docs` from 9.1.8 to 9.1.9 - [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.9/code/addons/docs) Updates `@storybook/react-webpack5` from 9.1.8 to 9.1.9 - [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.9/code/frameworks/react-webpack5) Updates `@types/react` from 19.1.15 to 19.1.16 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `storybook` from 9.1.8 to 9.1.9 - [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.9/code/core) Updates `eslint-plugin-storybook` from 9.1.8 to 9.1.9 - [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.9/code/lib/eslint-plugin) --- updated-dependencies: - dependency-name: "@storybook/addon-a11y" dependency-version: 9.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@storybook/addon-docs" dependency-version: 9.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@storybook/react-webpack5" dependency-version: 9.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/react" dependency-version: 19.1.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: storybook dependency-version: 9.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint-plugin-storybook dependency-version: 9.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7a79de commit 5422998

File tree

2 files changed

+141
-230
lines changed

2 files changed

+141
-230
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@
8787
"@eslint/compat": "^1.4.0",
8888
"@eslint/js": "^9.36.0",
8989
"@rollup/plugin-typescript": "^12.1.4",
90-
"@storybook/addon-a11y": "^9.1.8",
91-
"@storybook/addon-docs": "^9.1.8",
90+
"@storybook/addon-a11y": "^9.1.9",
91+
"@storybook/addon-docs": "^9.1.9",
9292
"@storybook/addon-webpack5-compiler-swc": "^4.0.1",
93-
"@storybook/react-webpack5": "^9.1.8",
93+
"@storybook/react-webpack5": "^9.1.9",
9494
"@storybook/test-runner": "^0.23.0",
9595
"@types/eslint__js": "^9.14.0",
9696
"@types/node": "^24.6.0",
97-
"@types/react": "^19.1.15",
97+
"@types/react": "^19.1.16",
9898
"@types/react-dom": "^19.1.9",
9999
"all-contributors-cli": "^6.26.1",
100100
"concurrently": "^9.2.1",
@@ -107,10 +107,10 @@
107107
"react-dom": "^19.1.1",
108108
"rollup": "^4.52.3",
109109
"rollup-plugin-dts": "^6.2.3",
110-
"storybook": "^9.1.8",
110+
"storybook": "^9.1.9",
111111
"typescript": "^5.9.2",
112112
"typescript-eslint": "^8.45.0",
113-
"eslint-plugin-storybook": "9.1.8"
113+
"eslint-plugin-storybook": "9.1.9"
114114
},
115115
"peerDependencies": {
116116
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

0 commit comments

Comments
 (0)