Skip to content

Commit

Permalink
fix(renovate): @types Update dependency @types/node to v20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Aug 19, 2024
1 parent 58a0fdf commit abdac1a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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": "19.5.1",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@types/node": "20.15.0",
"@types/node-fetch": "2.6.11",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.16.1",
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.56.10",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@types/node": "20.15.0",
"@types/nodemailer": "6.4.15",
"@types/passport-jwt": "4.0.1",
"@types/supertest": "6.0.2",
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.14.11"
"@types/node": "20.15.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.8",
"@types/inquirer": "9.0.7",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@types/node": "20.15.0",
"babel-jest": "29.7.0",
"jest": "29.7.0",
"ts-jest": "29.2.3",
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": "19.5.1",
"@semantic-release/exec": "6.0.3",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@types/node": "20.15.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"concurrently": "8.2.2",
Expand Down

0 comments on commit abdac1a

Please sign in to comment.