|
8 | 8 | "id": "{{ app_id }}",
|
9 | 9 | "templateVersion": "v2",
|
10 | 10 | "tns-android": {
|
11 |
| - "version": "6.0.0" |
| 11 | + "version": "6.5.0" |
12 | 12 | },
|
13 | 13 | "tns-ios": {
|
14 |
| - "version": "6.0.1" |
| 14 | + "version": "6.5.0" |
15 | 15 | }
|
16 | 16 | },
|
17 | 17 | "dependencies": { {{#store}}
|
18 | 18 | "vuex": "^3.1.1",{{/store}}{{#devtools}}
|
19 |
| - "@vue/devtools": "^5.0.6", |
20 |
| - "nativescript-socketio": "^3.2.1", |
21 |
| - "nativescript-vue-devtools": "^1.2.0", |
22 |
| - "nativescript-toasty": "^1.3.0",{{/devtools}}{{#if_eq preset "SideDrawer"}} |
23 |
| - "nativescript-ui-sidedrawer": "^7.0.0",{{/if_eq}}{{#unless_eq color_scheme "none"}} |
| 19 | + "@vue/devtools": "^5.3.3", |
| 20 | + "nativescript-socketio": "^3.3.1", |
| 21 | + "nativescript-vue-devtools": "^1.4.0", |
| 22 | + "nativescript-toasty": "^3.0.0-alpha.2",{{/devtools}}{{#if_eq preset "SideDrawer"}} |
| 23 | + "nativescript-ui-sidedrawer": "^8.0.1",{{/if_eq}}{{#unless_eq color_scheme "none"}} |
24 | 24 | "@nativescript/theme": "^2.2.1",{{/unless_eq}}
|
25 |
| - "nativescript-vue": "^2.5.0", |
26 |
| - "tns-core-modules": "^6.0.0" |
| 25 | + "nativescript-vue": "^2.6.0", |
| 26 | + "tns-core-modules": "^6.5.1" |
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 | 29 | "@babel/core": "^7.0.0",
|
30 | 30 | "@babel/preset-env": "^7.0.0",
|
31 |
| - "babel-loader": "^8.0.2", |
32 |
| - "nativescript-dev-webpack": "^1.0.0", |
33 |
| - "nativescript-vue-template-compiler": "^2.5.0", |
34 |
| - "nativescript-worker-loader": "~0.9.0", |
35 |
| - "node-sass": "^4.9.2",{{#if_eq lang "typescript"}} |
36 |
| - "tns-platform-declarations": "^6.0.0", |
37 |
| - "typescript": "^3.2.4", |
38 |
| - "@types/node": "^12.12.16", |
39 |
| - "vue": "^2.5.22",{{/if_eq}} |
40 |
| - "vue-loader": "^15.4.0" |
| 31 | + "babel-loader": "^8.1.0", |
| 32 | + "nativescript-dev-webpack": "^1.5.1", |
| 33 | + "nativescript-vue-template-compiler": "^2.6.0", |
| 34 | + "nativescript-worker-loader": "~0.11.0", |
| 35 | + "node-sass": "^4.13.1",{{#if_eq lang "typescript"}} |
| 36 | + "tns-platform-declarations": "^6.5.1", |
| 37 | + "typescript": "^3.8.3", |
| 38 | + "@types/node": "^13.11.1", |
| 39 | + "vue": "^2.6.11",{{/if_eq}} |
| 40 | + "vue-loader": "^15.9.1" |
41 | 41 | }
|
42 | 42 | }
|
0 commit comments