Skip to content

Commit 0fe7406

Browse files
committed
chore: demo app update
1 parent 8bd9c22 commit 0fe7406

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

demo-vue/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"license": "SEE LICENSE IN <your-license-filename>",
44
"repository": "<fill-your-repository-here>",
55
"dependencies": {
6-
"@nativescript-community/ui-lottie": "file:../plugin",
7-
"@nativescript/core": "~8.1.5",
8-
"nativescript-vue": "~2.9.0"
6+
"@nativescript-community/ui-lottie": "link:../plugin",
7+
"@nativescript/core": "~8.3.3",
8+
"nativescript-vue": "~2.9.3"
99
},
1010
"devDependencies": {
11-
"@nativescript/android": "8.1.1",
12-
"@nativescript/ios": "8.1.0",
13-
"@nativescript/webpack": "5.0.0",
14-
"nativescript-vue-template-compiler": "~2.9.0",
15-
"typescript": "~4.4.4",
11+
"@nativescript/android": "8.3.1",
12+
"@nativescript/ios": "8.3.3",
13+
"@nativescript/webpack": "5.0.8",
14+
"nativescript-vue-template-compiler": "~2.9.3",
15+
"typescript": "~4.7.4",
1616
"vue": "2.6.14"
1717
},
1818
"scripts": {

0 commit comments

Comments
 (0)