Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent 6652a63 commit 6d40ba2
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 66 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"swagger-typescript-api": "12.0.4",
"ts-json-schema-generator": "1.4.1",
"ts-morph": "18.0.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"devDependencies": {
"@types/fs-extra": "11.0.3",
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.24.3",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"peerDependencies": {
"@fastify/swagger": "8.12.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": "18.19.2",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"typescript": "5.3.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": "18.19.2",
"fastify-flux-cli": "2.31.1",
"typescript": "5.2.2"
"typescript": "5.3.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": "10.2.3",
"prisma": "4.16.2",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"typescript": "5.3.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": "10.2.3",
"prisma": "4.16.2",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
Loading

0 comments on commit 6d40ba2

Please sign in to comment.