Skip to content

Commit 4ee8589

Browse files
chore(deps-dev): bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/compat` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v1.4.0/packages/compat) Updates `typescript-eslint` from 8.44.0 to 8.44.1 - [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.44.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74083dd commit 4ee8589

File tree

2 files changed

+147
-48
lines changed

2 files changed

+147
-48
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
},
8585
"devDependencies": {
8686
"@changesets/cli": "^2.29.7",
87-
"@eslint/compat": "^1.3.2",
87+
"@eslint/compat": "^1.4.0",
8888
"@eslint/js": "^9.36.0",
8989
"@rollup/plugin-typescript": "^12.1.4",
9090
"@storybook/addon-a11y": "^9.1.7",
@@ -109,7 +109,7 @@
109109
"rollup-plugin-dts": "^6.2.3",
110110
"storybook": "^9.1.7",
111111
"typescript": "^5.9.2",
112-
"typescript-eslint": "^8.44.0",
112+
"typescript-eslint": "^8.44.1",
113113
"eslint-plugin-storybook": "9.1.7"
114114
},
115115
"peerDependencies": {

0 commit comments

Comments
 (0)