Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v5.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 5, 2023
1 parent 58b454a commit 86f6d03
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 100 deletions.
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"@types/node": "18.11.19",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@vitest/coverage-istanbul": "0.28.4",
"eslint": "8.33.0",
"eslint-config-custom": "0.15.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@types/node": "18.11.19",
"@types/nodemailer": "6.4.7",
"@types/nodemailer-html-to-text": "3.1.0",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"eslint": "8.33.0",
"eslint-config-custom": "0.15.1",
"fastify": "4.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@dzangolab/fastify-config": "0.15.1",
"@dzangolab/fastify-slonik": "0.15.1",
"@types/node": "18.11.19",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"eslint": "8.32.0",
"eslint-config-custom": "0.15.1",
"fastify": "4.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/multi-tenant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@types/humps": "2.0.2",
"@types/node": "18.11.19",
"@types/pg": "8.6.6",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@vitest/coverage-istanbul": "0.28.4",
"eslint": "8.33.0",
"eslint-config-custom": "0.15.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/slonik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@dzangolab/fastify-config": "0.15.1",
"@types/humps": "2.0.2",
"@types/node": "18.11.19",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@vitest/coverage-istanbul": "0.28.4",
"eslint": "8.33.0",
"eslint-config-custom": "0.15.1",
Expand Down
Loading

0 comments on commit 86f6d03

Please sign in to comment.