Skip to content

Commit

Permalink
fix(deps): update typescript-eslint monorepo to v5.49.0 (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 24, 2023
1 parent b010b3a commit 7cef927
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 71 deletions.
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"eslint": "8.32.0",
"eslint-config-custom": "0.12.3",
"fastify": "4.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@types/node": "18.11.18",
"@types/nodemailer": "6.4.7",
"@types/nodemailer-html-to-text": "3.1.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"eslint": "8.32.0",
"eslint-config-custom": "0.12.3",
"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 @@ -27,8 +27,8 @@
"@dzangolab/fastify-config": "0.12.3",
"@dzangolab/fastify-slonik": "0.12.3",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"eslint": "8.32.0",
"eslint-config-custom": "0.12.3",
"fastify": "4.10.2",
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 @@
"devDependencies": {
"@dzangolab/fastify-config": "0.12.3",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"eslint": "8.32.0",
"eslint-config-custom": "0.12.3",
"fastify": "4.10.2",
Expand Down
122 changes: 61 additions & 61 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions tools/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"sort-package": "npx sort-package-json"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-turbo": "0.0.7",
"eslint-import-resolver-alias": "1.1.2",
Expand Down

0 comments on commit 7cef927

Please sign in to comment.