Skip to content

Commit

Permalink
fix(renovate): @types Update minor-types
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Nov 3, 2024
1 parent 58a0fdf commit 6fb7298
Show file tree
Hide file tree
Showing 6 changed files with 11,058 additions and 14,447 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.17.5",
"@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.17.5",
"@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.17.5"
}
}
4 changes: 2 additions & 2 deletions libs/project-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@babel/core": "7.24.9",
"@babel/preset-env": "7.24.8",
"@babel/preset-typescript": "7.24.7",
"@types/figlet": "1.5.8",
"@types/figlet": "1.7.0",
"@types/inquirer": "9.0.7",
"@types/jest": "29.5.12",
"@types/node": "20.14.11",
"@types/node": "20.17.5",
"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.17.5",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"concurrently": "8.2.2",
Expand Down
Loading

0 comments on commit 6fb7298

Please sign in to comment.