Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 in /js
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 8fe1d09 commit 2283fba
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion js/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "18.19.69",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"scripts": {
"clean": "rimraf target",
Expand Down
2 changes: 1 addition & 1 deletion js/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/readline-sync": "1.4.8",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"scripts": {
"clean": "rimraf target",
Expand Down
2 changes: 1 addition & 1 deletion js/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"scripts": {
"clean": "rimraf target",
Expand Down
2 changes: 1 addition & 1 deletion js/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"scripts": {
"clean": "rimraf target",
Expand Down
2 changes: 1 addition & 1 deletion js/jvm-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"performance testing"
],
"devDependencies": {
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"scripts": {
"clean": "rm -f ./index.js ./index.d.ts",
Expand Down
16 changes: 8 additions & 8 deletions js/package-lock.json

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

0 comments on commit 2283fba

Please sign in to comment.