Skip to content

Commit

Permalink
fix(renovate): @types Update dependency @types/node to v20.7.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan authored Sep 30, 2023
1 parent 738f0d1 commit ea35294
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 211 deletions.
2 changes: 1 addition & 1 deletion apps/backend-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@nrwl/node": "16.8.1",
"@types/express": "4.17.18",
"@types/jest": "29.5.5",
"@types/node": "20.6.5",
"@types/node": "20.7.0",
"@types/node-fetch": "2.6.6",
"@types/supertest": "2.0.13",
"@typescript-eslint/eslint-plugin": "6.7.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/eslint": "8.44.3",
"@types/express": "4.17.18",
"@types/jest": "29.5.5",
"@types/node": "20.6.5",
"@types/node": "20.7.0",
"@types/nodemailer": "6.4.11",
"@types/passport-jwt": "3.0.10",
"@types/supertest": "2.0.13",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
}
},
"devDependencies": {
"@types/node": "20.6.5"
"@types/node": "20.7.0"
}
}
2 changes: 1 addition & 1 deletion libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/figlet": "1.5.6",
"@types/inquirer": "9.0.3",
"@types/jest": "29.5.5",
"@types/node": "20.6.5",
"@types/node": "20.7.0",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"ts-jest": "29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@nrwl/node": "16.8.1",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.5",
"@types/node": "20.6.5",
"@types/node": "20.7.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"concurrently": "8.2.1",
Expand Down
Loading

0 comments on commit ea35294

Please sign in to comment.