Skip to content

Commit

Permalink
Bump typescript from 5.3.3 to 5.4.2 (#110)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 52261eb commit 2d000e0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^20.11.25",
"itty-router": "^4.0.27",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"wrangler": "^3.31.0",
"@raiplayrss/rai": "*",
"@whatwg-node/server": "^0.9.26"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tsconfig/strictest": "^2.0.3",
"@types/node": "^20.11.25",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"dependencies": {
"@podverse/podcast-feed-parser": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@podverse/podcast-feed-parser": "^1.1.1",
"@types/node": "^20.11.25",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"dependencies": {
"@supercharge/promise-pool": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "^20.11.25",
"@whatwg-node/server": "^0.9.26",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"dependencies": {
"@raiplayrss/rai": "*",
Expand Down

0 comments on commit 2d000e0

Please sign in to comment.