Skip to content

Commit 11d936d

Browse files
Merge pull request #258 from ember-cli/update-typescript
update typescript to v6
2 parents 6ba6e93 + b51210a commit 11d936d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/plugin-transform-runtime": "^7.29.0<% if (typescript) { %>",
3737
"@babel/plugin-transform-typescript": "^7.28.6<% } %>",
3838
"@babel/eslint-parser": "^7.28.6<% if (typescript) { %>",
39-
"@ember/app-tsconfig": "^1.0.3<% } %>",
39+
"@ember/app-tsconfig": "^2.0.0<% } %>",
4040
"@ember/optional-features": "^3.0.0",
4141
"@ember/string": "^4.0.1",
4242
"@ember/test-helpers": "^5.4.1",
@@ -89,7 +89,7 @@
8989
"stylelint": "^16.26.1",
9090
"stylelint-config-standard": "^38.0.0",
9191
"testem": "^3.20.0<% if (typescript) { %>",
92-
"typescript": "^5.9.3",
92+
"typescript": "^6.0.3",
9393
"typescript-eslint": "^8.58.2<% } %>",
9494
"vite": "^7.3.2"
9595
},

0 commit comments

Comments
 (0)