Skip to content

Commit eb6204a

Browse files
chore(deps-dev): bump the dev-dependencies group with 8 updates
Bumps the dev-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.37.0` | `9.38.0` | | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `9.1.12` | `9.1.13` | | [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `9.1.12` | `9.1.13` | | [@storybook/react-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-webpack5) | `9.1.12` | `9.1.13` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.8.0` | `24.8.1` | | [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` | | [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `9.1.12` | `9.1.13` | | [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `9.1.12` | `9.1.13` | Updates `@eslint/js` from 9.37.0 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js) Updates `@storybook/addon-a11y` from 9.1.12 to 9.1.13 - [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/HEAD/code/addons/a11y) Updates `@storybook/addon-docs` from 9.1.12 to 9.1.13 - [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/HEAD/code/addons/docs) Updates `@storybook/react-webpack5` from 9.1.12 to 9.1.13 - [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/HEAD/code/frameworks/react-webpack5) Updates `@types/node` from 24.8.0 to 24.8.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.37.0 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.37.0...v9.38.0) Updates `storybook` from 9.1.12 to 9.1.13 - [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/HEAD/code/core) Updates `eslint-plugin-storybook` from 9.1.12 to 9.1.13 - [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/HEAD/code/lib/eslint-plugin) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@storybook/addon-a11y" dependency-version: 9.1.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@storybook/addon-docs" dependency-version: 9.1.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@storybook/react-webpack5" dependency-version: 9.1.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 24.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: storybook dependency-version: 9.1.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: eslint-plugin-storybook dependency-version: 9.1.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be8b174 commit eb6204a

File tree

2 files changed

+222
-223
lines changed

2 files changed

+222
-223
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,20 @@
8585
"devDependencies": {
8686
"@changesets/cli": "^2.29.7",
8787
"@eslint/compat": "^1.4.0",
88-
"@eslint/js": "^9.37.0",
88+
"@eslint/js": "^9.38.0",
8989
"@rollup/plugin-typescript": "^12.1.4",
90-
"@storybook/addon-a11y": "^9.1.12",
91-
"@storybook/addon-docs": "^9.1.12",
90+
"@storybook/addon-a11y": "^9.1.13",
91+
"@storybook/addon-docs": "^9.1.13",
9292
"@storybook/addon-webpack5-compiler-swc": "^4.0.1",
93-
"@storybook/react-webpack5": "^9.1.12",
93+
"@storybook/react-webpack5": "^9.1.13",
9494
"@storybook/test-runner": "^0.23.0",
9595
"@types/eslint__js": "^9.14.0",
96-
"@types/node": "^24.8.0",
96+
"@types/node": "^24.8.1",
9797
"@types/react": "^19.2.2",
9898
"@types/react-dom": "^19.2.2",
9999
"all-contributors-cli": "^6.26.1",
100100
"concurrently": "^9.2.1",
101-
"eslint": "^9.37.0",
101+
"eslint": "^9.38.0",
102102
"eslint-plugin-jsx-a11y": "^6.10.2",
103103
"eslint-plugin-react": "^7.37.5",
104104
"eslint-plugin-react-hooks": "^7.0.0",
@@ -107,10 +107,10 @@
107107
"react-dom": "^19.2.0",
108108
"rollup": "^4.52.4",
109109
"rollup-plugin-dts": "^6.2.3",
110-
"storybook": "^9.1.12",
110+
"storybook": "^9.1.13",
111111
"typescript": "^5.9.3",
112112
"typescript-eslint": "^8.46.1",
113-
"eslint-plugin-storybook": "9.1.12"
113+
"eslint-plugin-storybook": "9.1.13"
114114
},
115115
"peerDependencies": {
116116
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

0 commit comments

Comments
 (0)