|
7 | 7 | "nativescript": {
|
8 | 8 | "id": "{{ app_id }}",
|
9 | 9 | "tns-ios": {
|
10 |
| - "version": "5.0.0" |
| 10 | + "version": "5.4.2" |
11 | 11 | },
|
12 | 12 | "tns-android": {
|
13 |
| - "version": "5.0.0" |
| 13 | + "version": "5.4.0" |
14 | 14 | }
|
15 | 15 | },
|
16 | 16 | "dependencies": { {{#store}}
|
|
19 | 19 | "nativescript-socketio": "^3.2.1",
|
20 | 20 | "nativescript-vue-devtools": "^1.2.0",
|
21 | 21 | "nativescript-toasty": "^1.3.0",{{/devtools}}{{#if_eq preset "SideDrawer"}}
|
22 |
| - "nativescript-ui-sidedrawer": "^4.3.0",{{/if_eq}}{{#unless_eq color_scheme "none"}} |
23 |
| - "nativescript-theme-core": "^1.0.4",{{/unless_eq}} |
| 22 | + "nativescript-ui-sidedrawer": "^6.0.0",{{/if_eq}}{{#unless_eq color_scheme "none"}} |
| 23 | + "nativescript-theme-core": "^1.0.6",{{/unless_eq}} |
24 | 24 | "nativescript-vue": "^2.0.0",
|
25 |
| - "tns-core-modules": "^5.0.2" |
| 25 | + "tns-core-modules": "^5.4.2" |
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 | 28 | "@babel/core": "^7.0.0",
|
|
35 | 35 | "copy-webpack-plugin": "^4.5.2",
|
36 | 36 | "css-loader": "^1.0.0",
|
37 | 37 | "lazy": "1.0.11",
|
38 |
| - "nativescript-dev-webpack": "next", |
| 38 | + "nativescript-dev-webpack": "0.24.1", |
39 | 39 | "nativescript-vue-template-compiler": "^2.0.0",
|
40 | 40 | "nativescript-worker-loader": "~0.9.0",
|
41 | 41 | "node-sass": "^4.9.2",
|
42 | 42 | "sass-loader": "^7.1.0",
|
43 | 43 | "terser-webpack-plugin": "^1.1.0",{{#if_eq lang "typescript"}}
|
44 |
| - "tns-platform-declarations": "^5.1.2", |
| 44 | + "tns-platform-declarations": "^5.4.2", |
45 | 45 | "typescript": "^3.2.4",
|
46 | 46 | "vue": "^2.5.22",{{/if_eq}}
|
47 | 47 | "vue-loader": "^15.2.6",
|
|
0 commit comments