Skip to content

Commit 0a585d5

Browse files
committed
test: demo update
1 parent b0d89c7 commit 0a585d5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

demo-vue/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"description": "NativeScript Application",
33
"repository": "https://github.com/nativescript-community/ui-image",
44
"dependencies": {
5+
"@akylas/nativescript": "^8.0.10",
56
"@nativescript-community/ui-image": "../plugin",
6-
"@nativescript/core": "7.0.0",
7-
"@nativescript/webpack": "3.0.0",
8-
"nativescript-theme-core": "~1.0.4",
9-
"nativescript-vue": "2.8.0"
7+
"nativescript-vue": "2.9.0"
108
},
119
"devDependencies": {
12-
"@babel/core": "^7.9.6",
13-
"@babel/preset-env": "^7.9.6",
14-
"@nativescript/android": "7.0.0",
15-
"@nativescript/ios": "7.0.0",
16-
"@nativescript/types": "7.0.0",
10+
"@babel/core": "^7.15.0",
11+
"@babel/preset-env": "^7.15.0",
12+
"@nativescript/android": "8.0.0",
13+
"@nativescript/core": "8.0.8",
14+
"@nativescript/ios": "8.0.0",
15+
"@nativescript/types": "8.0.1",
16+
"@nativescript/webpack": "beta",
1717
"babel-loader": "^8.1.0",
1818
"babel-traverse": "6.26.0",
1919
"babel-types": "6.26.0",
2020
"babylon": "6.18.0",
2121
"lazy": "1.0.11",
22-
"nativescript-vue-template-compiler": "2.8.0",
22+
"nativescript-vue-template-compiler": "2.9.0",
2323
"node-sass": "^4.14.1",
2424
"typescript": "3.9.7",
2525
"vue": "2.6.12",
26-
"vue-loader": "^15.9.2"
26+
"vue-loader": "^15.9.8"
2727
},
28-
"main": "app.js"
28+
"main": "app/app"
2929
}

0 commit comments

Comments
 (0)