Skip to content

Commit 06d27da

Browse files
Update typescript requirement from ^5.4.5 to ^5.6.3
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.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7804e4 commit 06d27da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"prettier-plugin-ember-template-tag": "^2.0.2",
8686
"rollup": "^4.21.0",
8787
"rollup-plugin-copy": "^3.5.0",
88-
"typescript": "^5.4.5"
88+
"typescript": "^5.6.3"
8989
},
9090
"publishConfig": {
9191
"registry": "https://registry.npmjs.org"

type-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"dom-element-descriptors": "^0.5.0",
1515
"ember-source": "~5.9.0",
1616
"expect-type": "^0.15.0",
17-
"typescript": "^5.1.3"
17+
"typescript": "^5.6.3"
1818
}
1919
}

0 commit comments

Comments
 (0)