Skip to content

Commit 562550e

Browse files
committed
test: deps
1 parent bd7abd8 commit 562550e

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

demo-vue/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@mdi/font": "5.9.55",
88
"@nativescript-community/css-theme": "^1.2.7",
9-
"@nativescript-community/text": "1.4.11",
9+
"@nativescript-community/text": "1.4.22",
1010
"@nativescript-community/ui-material-activityindicator": "file:../packages/activityindicator",
1111
"@nativescript-community/ui-material-bottom-navigation": "file:../packages/bottom-navigation",
1212
"@nativescript-community/ui-material-bottomnavigationbar": "file:../packages/bottomnavigationbar",
@@ -24,28 +24,29 @@
2424
"@nativescript-community/ui-material-tabs": "file:../packages/tabs",
2525
"@nativescript-community/ui-material-textfield": "file:../packages/textfield",
2626
"@nativescript-community/ui-material-textview": "file:../packages/textview",
27-
"@nativescript/core": "8.0.5",
27+
"@nativescript/core": "8.1.3",
2828
"@nativescript/iqkeyboardmanager": "^2.0.0",
2929
"@nativescript/theme": "3.0.1",
3030
"nativescript-vue": "~2.9.0",
3131
"nativescript-vue-template-compiler": "~2.9.0"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.13.14",
35-
"@nativescript/android": "8.0.0",
36-
"@nativescript/types": "8.0.0",
37-
"@nativescript/webpack": "5.0.0-beta.9",
35+
"@nativescript/android": "8.1.1",
36+
"@nativescript/types": "8.1.1",
37+
"@nativescript/webpack": "5.0.0",
3838
"babel-loader": "^8.2.2",
3939
"nativescript-vue-template-compiler": "~2.9.0",
40-
"sass-loader": "^11.0.1",
40+
"sass-loader": "^12.1.0",
4141
"scss-symbols-parser": "^2.0.1",
42-
"string-replace-loader": "^3.0.1",
42+
"string-replace-loader": "^3.0.3",
4343
"tns-ios": "6.5.4",
44-
"typescript": "^4.2.4",
45-
"vue": "^2.6.12",
46-
"vue-i18n": "^8.24.1",
47-
"vue-loader": "^15.9.6",
48-
"vue-property-decorator": "^8.5.1"
44+
"typescript": "^4.4.3",
45+
"vue": "^2.6.14",
46+
"vue-i18n": "^8.25.1",
47+
"vue-loader": "^15.9.8",
48+
"vue-class-component": "^7.2.6",
49+
"vue-property-decorator": "^9.1.2"
4950
},
5051
"scripts": {
5152
"tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'"

0 commit comments

Comments
 (0)