Skip to content

Commit

Permalink
chore(deps): bump typescript from 5.5.2 to 5.5.3 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent cd28429 commit 21d4c62
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 41 deletions.
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.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/node": "^20.14.9"
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.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.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.22.1",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/node": "^20.14.9",
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.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/node": "^20.14.9",
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.6.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/node": "^20.14.9",
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.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/node": "^20.14.9"
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.3",
"typed-html": "^3.0.1",
"typescript": "^5.5.2"
"typescript": "^5.5.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.3",
"typescript": "^5.5.2",
"typescript": "^5.5.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.3.2",
"typescript": "^5.5.2"
"typescript": "^5.5.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 @@ -42,7 +42,7 @@
"@types/node": "^20.14.9",
"c8": "^9.1.0",
"jsdom": "^24.1.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"engines": {
"node": ">=12"
Expand Down
62 changes: 31 additions & 31 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 21d4c62

Please sign in to comment.