Skip to content

Commit c6d3bcf

Browse files
committed
fix(create-quasar): upgrade typescript to ^5.9.2 #18122
1 parent fb6a96a commit c6d3bcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

create-quasar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-quasar",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
55
"type": "module",
66
"author": {

create-quasar/templates/app/quasar-v2/ts-vite-2/BASE/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<% if (preset.i18n) { %>"@intlify/unplugin-vue-i18n": "^4.0.0",<% } %>
4242
"@quasar/app-vite": "^2.1.0",
4343
"autoprefixer": "^10.4.2",
44-
"typescript": "~5.5.3"
44+
"typescript": "^5.9.2"
4545
},
4646
"engines": {
4747
"node": "^28 || ^26 || ^24 || ^22 || ^20",

create-quasar/templates/app/quasar-v2/ts-webpack-4/BASE/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@quasar/app-webpack": "^4.1.0",
4242
"autoprefixer": "^10.4.2",
4343
"ts-loader": "^9.4.2",
44-
"typescript": "~5.5.3"
44+
"typescript": "^5.9.2"
4545
},
4646
"browserslist": [
4747
"last 10 Chrome versions",

0 commit comments

Comments
 (0)