Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 3c2d268 commit 1cbb556
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 24 deletions.
16 changes: 8 additions & 8 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"chai": "^4.3.7",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^5.7.2"
}
}
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
"tarn": "^3.0.2",
"tedious": "^19.0.0",
"tsd": "^0.31.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
16 changes: 8 additions & 8 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/types": "^3.4.0",
"@types/react": "^18.3.4",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion test/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@types/bun": "^1.1.8",
"typescript": "^5.5.4"
"typescript": "^5.7.2"
}
}

0 comments on commit 1cbb556

Please sign in to comment.