Skip to content

Commit

Permalink
Update typescript-eslint monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent ee3e6ec commit 9a3adbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@types/jest": "26.0.24",
"@types/node": "13.13.51",
"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"babel-jest": "26.6.3",
"eslint": "6.8.0",
"eslint-config-prettier": "6.15.0",
Expand Down
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@types/webpack": "4.41.31",
"@types/webpack-env": "1.16.3",
"@types/webpack-merge": "4.1.5",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-plugin-typescript": "4.5.13",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/normalize-package-data": "2.4.1",
"@types/parse-json": "4.0.0",
"@types/unist": "2.0.6",
"@typescript-eslint/parser": "3.10.1",
"@typescript-eslint/parser": "7.6.0",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"prettier": "2.4.1",
Expand Down

0 comments on commit 9a3adbc

Please sign in to comment.