Skip to content

Commit

Permalink
chore(deps): update eslint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2023
1 parent 3dc9523 commit ed476ba
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 95 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^18.17.18",
"lerna": "^7.3.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"workspaces": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.17.18",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
6 changes: 3 additions & 3 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.17.18",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
6 changes: 3 additions & 3 deletions packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.17.18",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"prisma": "^5.3.1",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
6 changes: 3 additions & 3 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"devDependencies": {
"@types/amqplib": "^0.10.1",
"@types/node": "^18.17.18",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"amqplib": "^0.10.3",
"eslint": "^8.54.0",
"ioredis": "^5.3.2",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
Loading

0 comments on commit ed476ba

Please sign in to comment.