Skip to content

Commit

Permalink
chore(deps): bump typescript from 5.7.2 to 5.7.3
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 595a556 commit e0cd93a
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 71 deletions.
2 changes: 1 addition & 1 deletion benchmarks/honojsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"hono": "^4.6.15",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "^22.10.5"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/jsxte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"jsxte": "^3.3.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "^22.10.5"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/kitajs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"dependencies": {
"@kitajs/html": "workspace:*",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion benchmarks/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"preact": "^10.25.4",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "^22.10.5",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "^18.3.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "^22.10.5",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/reactjsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"react": "^18.3.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "^22.10.5",
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "^22.10.5"
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 @@ -9,6 +9,6 @@
"dependencies": {
"tslib": "^2.8.1",
"typed-html": "^3.0.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion benchmarks/vhtml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vhtml": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@kitajs/html": "workspace:*",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"packageManager": "pnpm@9.1.1",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jsdom": "^25.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"engines": {
"node": ">=12"
Expand Down
98 changes: 38 additions & 60 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 e0cd93a

Please sign in to comment.