Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent bd08ba3 commit addc907
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"source-map-support": "0.5.21",
"swagger-typescript-api": "13.0.3",
"ts-morph": "23.0.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"fastify": "4.29.0",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@fastify/swagger": "8.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "20.17.10",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"files": [
"cli.js",
Expand Down
2 changes: 1 addition & 1 deletion playground/child-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"devDependencies": {
"@types/node": "20.17.10",
"fastify-flux-cli": "3.2.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion playground/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pino-pretty": "11.3.0",
"prisma": "5.21.1",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"version": "0.0.1"
}
2 changes: 1 addition & 1 deletion playground/template-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"pino-pretty": "11.3.0",
"prisma": "5.21.1",
"ts-jest": "29.2.5",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
Loading

0 comments on commit addc907

Please sign in to comment.