Skip to content

Commit 4919aeb

Browse files
chore(deps-dev): bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [rollup](https://github.com/rollup/rollup) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@types/node` from 24.8.1 to 24.9.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `rollup` from 4.52.4 to 4.52.5 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.52.4...v4.52.5) Updates `typescript-eslint` from 8.46.1 to 8.46.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: rollup dependency-version: 4.52.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 980effe commit 4919aeb

File tree

2 files changed

+286
-197
lines changed

2 files changed

+286
-197
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@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.1",
96+
"@types/node": "^24.9.0",
9797
"@types/react": "^19.2.2",
9898
"@types/react-dom": "^19.2.2",
9999
"all-contributors-cli": "^6.26.1",
@@ -105,11 +105,11 @@
105105
"neostandard": "^0.12.2",
106106
"react": "^19.2.0",
107107
"react-dom": "^19.2.0",
108-
"rollup": "^4.52.4",
108+
"rollup": "^4.52.5",
109109
"rollup-plugin-dts": "^6.2.3",
110110
"storybook": "^9.1.13",
111111
"typescript": "^5.9.3",
112-
"typescript-eslint": "^8.46.1",
112+
"typescript-eslint": "^8.46.2",
113113
"eslint-plugin-storybook": "9.1.13"
114114
},
115115
"peerDependencies": {

0 commit comments

Comments
 (0)