Skip to content

Commit

Permalink
Update typescript requirement from ^5.4.5 to ^5.7.2
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.5...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent cbbadbe commit 80c9fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"prettier-plugin-ember-template-tag": "^2.0.2",
"rollup": "^4.21.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion type-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"dom-element-descriptors": "^0.5.0",
"ember-source": "~5.9.0",
"expect-type": "^0.15.0",
"typescript": "^5.1.3"
"typescript": "^5.7.2"
}
}

0 comments on commit 80c9fb9

Please sign in to comment.