Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 5307caf commit 02db4ea
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.5.4"
"typescript": "5.6.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.28.1",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
"typescript": "5.6.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.16.5",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
"typescript": "5.6.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.16.5",
"fastify-flux-cli": "3.2.0",
"typescript": "5.5.4"
"typescript": "5.6.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.2.2",
"prisma": "5.19.1",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
"typescript": "5.6.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.2.2",
"prisma": "5.19.1",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
Loading

0 comments on commit 02db4ea

Please sign in to comment.