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 Mar 18, 2024
1 parent 2893db3 commit f124c58
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 275 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 @@ -43,7 +43,7 @@
"@types/nodemailer": "6.4.14",
"@types/quill": "2.0.14",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.2.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.11.28",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.2.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.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.2.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.11.28",
"@types/sinon": "17.0.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"eslint": "8.57.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-config-prettier": "9.1.0",
Expand Down
288 changes: 19 additions & 269 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 @@ -73,8 +73,8 @@
"@types/geojson": "^7946.0.10",
"@types/handlebars": "4.0.40",
"@types/jasmine": "5.1.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ban": "^1.6.0",
Expand Down

0 comments on commit f124c58

Please sign in to comment.