Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent dc3fd26 commit 45ca2c8
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 107 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-legacy-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.14.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"dependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint-plugin-vue": "^9.14.1",
"typescript": "^5.1.3"
},
Expand Down
Loading

0 comments on commit 45ca2c8

Please sign in to comment.