Skip to content

Commit

Permalink
Update typescript requirement from ^5.4.3 to ^5.4.4
Browse files Browse the repository at this point in the history
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent 29492c8 commit 2a53b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"rimraf": "^5.0.5",
"suppress-warnings": "^1.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"stackblitzs": {
"startCommand": "npm install && npm run test"
Expand Down

0 comments on commit 2a53b77

Please sign in to comment.