Skip to content

Commit

Permalink
build(deps): bump typescript from 5.3.3 to 5.4.2 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 10, 2024
1 parent a864435 commit 90e113a
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 90e113a

Please sign in to comment.