|
6 | 6 | "dependencies": {
|
7 | 7 | "@mdi/font": "5.9.55",
|
8 | 8 | "@nativescript-community/css-theme": "^1.2.7",
|
9 |
| - "@nativescript-community/text": "1.4.11", |
| 9 | + "@nativescript-community/text": "1.4.22", |
10 | 10 | "@nativescript-community/ui-material-activityindicator": "file:../packages/activityindicator",
|
11 | 11 | "@nativescript-community/ui-material-bottom-navigation": "file:../packages/bottom-navigation",
|
12 | 12 | "@nativescript-community/ui-material-bottomnavigationbar": "file:../packages/bottomnavigationbar",
|
|
24 | 24 | "@nativescript-community/ui-material-tabs": "file:../packages/tabs",
|
25 | 25 | "@nativescript-community/ui-material-textfield": "file:../packages/textfield",
|
26 | 26 | "@nativescript-community/ui-material-textview": "file:../packages/textview",
|
27 |
| - "@nativescript/core": "8.0.5", |
| 27 | + "@nativescript/core": "8.1.3", |
28 | 28 | "@nativescript/iqkeyboardmanager": "^2.0.0",
|
29 | 29 | "@nativescript/theme": "3.0.1",
|
30 | 30 | "nativescript-vue": "~2.9.0",
|
31 | 31 | "nativescript-vue-template-compiler": "~2.9.0"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 | 34 | "@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", |
38 | 38 | "babel-loader": "^8.2.2",
|
39 | 39 | "nativescript-vue-template-compiler": "~2.9.0",
|
40 |
| - "sass-loader": "^11.0.1", |
| 40 | + "sass-loader": "^12.1.0", |
41 | 41 | "scss-symbols-parser": "^2.0.1",
|
42 |
| - "string-replace-loader": "^3.0.1", |
| 42 | + "string-replace-loader": "^3.0.3", |
43 | 43 | "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" |
49 | 50 | },
|
50 | 51 | "scripts": {
|
51 | 52 | "tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'"
|
|
0 commit comments