Skip to content

Commit 2d2d8a2

Browse files
chore(deps): update typescript-eslint monorepo to v6 (major) (#297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e01be9 commit 2d2d8a2

File tree

3 files changed

+87
-108
lines changed

3 files changed

+87
-108
lines changed

packages/eslint-config-legacy-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
],
1010
"dependencies": {
1111
"@nuxtjs/eslint-config": "^12.0.0",
12-
"@typescript-eslint/eslint-plugin": "^5.62.0",
13-
"@typescript-eslint/parser": "^5.62.0",
12+
"@typescript-eslint/eslint-plugin": "^6.5.0",
13+
"@typescript-eslint/parser": "^6.5.0",
1414
"eslint-import-resolver-typescript": "^3.6.0",
1515
"eslint-plugin-import": "^2.28.1",
1616
"eslint-plugin-vue": "^9.17.0"

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"dependencies": {
1515
"@rushstack/eslint-patch": "^1.3.3",
16-
"@typescript-eslint/eslint-plugin": "^5.62.0",
17-
"@typescript-eslint/parser": "^5.62.0",
16+
"@typescript-eslint/eslint-plugin": "^6.5.0",
17+
"@typescript-eslint/parser": "^6.5.0",
1818
"eslint-plugin-vue": "^9.17.0",
1919
"typescript": "^5.2.2"
2020
},

0 commit comments

Comments
 (0)