Skip to content

Commit 19dd1b0

Browse files
committed
fix: vue 2 templates
1 parent e4bafc3 commit 19dd1b0

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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.0",
5+
"version": "9.0.1",
66
"description": "Blank Typescript template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@nativescript/types": "~9.0.0",
50-
"@nativescript/webpack": "~5.0.25",
50+
"@nativescript/webpack": "5.0.24",
5151
"@types/node": "~17.0.21",
5252
"nativescript-vue-template-compiler": "~2.9.3",
5353
"typescript": "~5.4.0",

packages/template-blank-vue-vision/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-vision",
33
"main": "src/app.ts",
44
"displayName": "Blank Vue Typescript",
5-
"version": "9.0.0",
5+
"version": "9.0.1",
66
"description": "Nativescript visionOS Starter with Vue",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -39,7 +39,7 @@
3939
],
4040
"dependencies": {
4141
"@nativescript/core": "~9.0.0",
42-
"nativescript-vue": "rc"
42+
"nativescript-vue": "^3.0.0"
4343
},
4444
"devDependencies": {
4545
"@nativescript/tailwind": "^2.1.0",

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.0",
5+
"version": "9.0.1",
66
"description": "Blank template for NativeScript apps using Vue.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -45,7 +45,7 @@
4545
"nativescript-vue": "~2.9.3"
4646
},
4747
"devDependencies": {
48-
"@nativescript/webpack": "~5.0.25",
48+
"@nativescript/webpack": "5.0.24",
4949
"nativescript-vue-template-compiler": "~2.9.3"
5050
}
5151
}

packages/template-drawer-navigation-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "app/app.js",
44
"displayName": "Navigation Drawer",
55
"templateType": "App template",
6-
"version": "9.0.0",
6+
"version": "9.0.1",
77
"description": "Side navigation template using Vue.",
88
"author": "NativeScript Team <[email protected]>",
99
"license": "Apache-2.0",
@@ -48,7 +48,7 @@
4848
"rxjs": "~7.8.0"
4949
},
5050
"devDependencies": {
51-
"@nativescript/webpack": "~5.0.25",
51+
"@nativescript/webpack": "5.0.24",
5252
"nativescript-vue-template-compiler": "~2.9.3"
5353
}
5454
}

packages/template-master-detail-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-master-detail-vue",
33
"main": "app/app.js",
44
"displayName": "Master Detail",
5-
"version": "9.0.0",
5+
"version": "9.0.1",
66
"description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -47,7 +47,7 @@
4747
"nativescript-vue": "~2.9.3"
4848
},
4949
"devDependencies": {
50-
"@nativescript/webpack": "~5.0.25",
50+
"@nativescript/webpack": "5.0.24",
5151
"nativescript-vue-template-compiler": "~2.9.3"
5252
}
5353
}

packages/template-tab-navigation-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-tab-navigation-vue",
33
"main": "app/app.js",
44
"displayName": "Tabs",
5-
"version": "9.0.0",
5+
"version": "9.0.1",
66
"description": "Tabbed interface template using Vue",
77
"author": "NativeScript Team <[email protected]>",
88
"license": "Apache-2.0",
@@ -45,7 +45,7 @@
4545
"nativescript-vue": "~2.9.3"
4646
},
4747
"devDependencies": {
48-
"@nativescript/webpack": "~5.0.25",
48+
"@nativescript/webpack": "5.0.24",
4949
"nativescript-vue-template-compiler": "~2.9.3"
5050
}
5151
}

0 commit comments

Comments
 (0)