Skip to content

Commit 63d8d29

Browse files
committed
fix: vue 2 - match compiler version
1 parent ea7c6b7 commit 63d8d29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/template-blank-vue-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-blank-vue-ts",
33
"main": "app/app.ts",
44
"displayName": "Blank Vue Typescript",
5-
"version": "9.0.3",
5+
"version": "9.0.4",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -55,6 +55,6 @@
5555
"typescript": "~5.4.0",
5656
"vue": "~2.6.12",
5757
"vue-loader": "^15.11.1",
58-
"vue-template-compiler": "^2.7.16"
58+
"vue-template-compiler": "~2.6.12"
5959
}
6060
}

packages/template-blank-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nativescript/template-blank-vue",
33
"main": "app/app.js",
44
"displayName": "Blank",
5-
"version": "9.0.2",
5+
"version": "9.0.3",
66
"description": "Blank template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -50,6 +50,6 @@
5050
"nativescript-vue-template-compiler": "~2.9.3",
5151
"vue": "~2.6.12",
5252
"vue-loader": "^15.11.1",
53-
"vue-template-compiler": "^2.7.16"
53+
"vue-template-compiler": "~2.6.12"
5454
}
5555
}

0 commit comments

Comments
 (0)