Skip to content

Commit

Permalink
build(deps): bump typescript from 5.3.3 to 5.4.2
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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 10, 2024
1 parent c5b0000 commit 5664241
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion benchmarks/kitajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"dependencies": {
"@kitajs/html": "workspace:*",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion benchmarks/reactjsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"react": "^18.2.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"devDependencies": {
"@types/node": "^20.11.20",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"devDependencies": {
"@types/node": "^20.11.20"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/typed-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"dependencies": {
"tslib": "^2.6.2",
"typed-html": "^3.0.1",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"c8": "^9.1.0",
"jsdom": "^24.0.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"peerDependencies": {
"@kitajs/ts-html-plugin": "workspace:^"
Expand Down
21 changes: 10 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 5664241

Please sign in to comment.