Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 49866f7 commit 3a9e53a
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 64 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.3.2"
"typescript": "5.3.3"
},
"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.24.3",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"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.3",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"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.3",
"fastify-flux-cli": "2.31.1",
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}
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": "5.7.0",
"ts-jest": "29.1.1",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"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": "5.7.0",
"ts-jest": "29.1.1",
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}
Loading

0 comments on commit 3a9e53a

Please sign in to comment.