Skip to content

Commit

Permalink
Update typescript-eslint monorepo to v7
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 46fc403 commit 6bd4ae9
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 76 deletions.
2 changes: 1 addition & 1 deletion node-services/cards-external-diffusion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "20.12.12",
"@types/nodemailer": "6.4.15",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard-with-typescript": "43.0.1",
Expand Down
2 changes: 1 addition & 1 deletion node-services/cards-reminder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"eslint": "8.57.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion node-services/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/sinon": "17.0.3",
"@types/express": "4.17.21",
"@types/config": "3.3.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"eslint": "8.57.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-config-prettier": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion node-services/supervisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"eslint": "8.57.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-config-prettier": "9.1.0",
Expand Down
159 changes: 89 additions & 70 deletions ui/main/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ui/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"@fortawesome/fontawesome-free": "6.5.2",
"@types/geojson": "^7946.0.10",
"@types/jasmine": "5.1.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ban": "^1.6.0",
Expand Down

0 comments on commit 6bd4ae9

Please sign in to comment.