Skip to content

Commit

Permalink
chore(deps): update eslint dependencies to ^6.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent f9fddfd commit 11eefbe
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 67 deletions.
4 changes: 2 additions & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.17.18",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.17.18",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.17.18",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"prisma": "^5.3.1",
"rimraf": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/node": "^18.17.18",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"amqplib": "^0.10.3",
"eslint": "^8.51.0",
"ioredis": "^5.3.2",
Expand Down
113 changes: 54 additions & 59 deletions pnpm-lock.yaml

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

0 comments on commit 11eefbe

Please sign in to comment.