Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v4.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 20, 2021
1 parent b128bf2 commit 7c37f5e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/dsb-message-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"@types/supertest": "2.0.10",
"@types/chai": "4.2.18",
"@types/passport-jwt": "3.0.5",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"mocha": "9.0.0",
"chai": "4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions libs/dsb-address-book-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@energyweb/dsb-transport-core": "~0.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"typescript": "4.4.3"
}
Expand Down
4 changes: 2 additions & 2 deletions libs/dsb-address-book-nats-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@energyweb/dsb-transport-core": "~0.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"typescript": "4.4.3"
}
Expand Down
4 changes: 2 additions & 2 deletions libs/dsb-transport-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"typescript": "4.4.3"
}
Expand Down
4 changes: 2 additions & 2 deletions libs/dsb-transport-nats-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"polly-js": "1.8.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"typescript": "4.4.3"
}
Expand Down

0 comments on commit 7c37f5e

Please sign in to comment.