Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.4.3 to 5.4.4
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.4)

---
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 Apr 5, 2024
1 parent 5b944e7 commit d3041a5
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"typescript": "~5.4.3"
"typescript": "~5.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/eventemitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"typescript": "~5.4.3"
"typescript": "~5.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"typescript": "~5.4.3"
"typescript": "~5.4.4"
},
"dependencies": {
"pinyin-pro": "^3.19.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"typescript": "~5.4.3"
"typescript": "~5.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/worker-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"typescript": "~5.4.3"
"typescript": "~5.4.4"
}
}
Loading

0 comments on commit d3041a5

Please sign in to comment.