Skip to content

Commit

Permalink
build(deps): bump typescript from 5.4.2 to 5.4.3 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 3133333 commit 7dd9db4
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 37 deletions.
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.6.2",
"typescript": "^5.4.2"
"typescript": "^5.4.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.20.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"devDependencies": {
"@types/node": "^20.11.30",
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.2.0",
"tslib": "^2.6.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"devDependencies": {
"@types/node": "^20.11.30",
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.2.0",
"tslib": "^2.6.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"devDependencies": {
"@types/node": "^20.11.30",
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.6.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"devDependencies": {
"@types/node": "^20.11.30"
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.6.2",
"typed-html": "^3.0.1",
"typescript": "^5.4.2"
"typescript": "^5.4.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.6.2",
"typescript": "^5.4.2",
"typescript": "^5.4.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 @@ -35,7 +35,7 @@
"@kitajs/html": "workspace:*",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"packageManager": "[email protected]",
"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 @@ -31,7 +31,7 @@
"c8": "^9.1.0",
"jsdom": "^24.0.0",
"tslib": "^2.6.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"peerDependencies": {
"@kitajs/ts-html-plugin": "workspace:^"
Expand Down
56 changes: 28 additions & 28 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 7dd9db4

Please sign in to comment.