Skip to content

Commit

Permalink
Update dependency typescript to v5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent ad160c5 commit b6acd1f
Show file tree
Hide file tree
Showing 7 changed files with 218 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .github/actions/issue-labeler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@types/node": "^20.0.0",
"@vercel/ncc": "0.38.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
2 changes: 1 addition & 1 deletion .github/actions/issue-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@vercel/ncc": "0.38.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"dependencies": {
"@actions/core": "1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/needs-triage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/node": "^20.0.0",
"@vercel/ncc": "0.38.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"dependencies": {
"@actions/core": "1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/next-stats-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"semver": "7.6.2"
},
"devDependencies": {
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"engines": {
"node": ">=16.8.0",
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/validate-docs-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/github-slugger": "^2.0.0",
"@vercel/ncc": "0.38.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down
450 changes: 212 additions & 238 deletions .github/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"tree-kill": "1.2.2",
"tsec": "0.2.8",
"turbo": "1.13.4",
"typescript": "5.4.5",
"typescript": "5.5.2",
"unfetch": "5.0.0",
"wait-port": "1.1.0",
"webpack": "5.92.1",
Expand Down

0 comments on commit b6acd1f

Please sign in to comment.