Skip to content

Commit

Permalink
chore(deps-dev): bump typescript in /examples/getting-started-typescript
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 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.3.3...v5.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 6758adb commit f5e3cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/getting-started-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18",
"ts-node": "^10",
"typescript": "5.3.3"
"typescript": "5.7.3"
}
}

0 comments on commit f5e3cf3

Please sign in to comment.