Skip to content

Commit 7870b87

Browse files
bundyorigor789
authored andcommitted
Update several dependencies (nativescript-vue#130)
And remove "@next" from dev-webpack
1 parent 051dff2 commit 7870b87

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"nativescript": {
88
"id": "{{ app_id }}",
99
"tns-ios": {
10-
"version": "5.0.0"
10+
"version": "5.4.2"
1111
},
1212
"tns-android": {
13-
"version": "5.0.0"
13+
"version": "5.4.0"
1414
}
1515
},
1616
"dependencies": { {{#store}}
@@ -19,10 +19,10 @@
1919
"nativescript-socketio": "^3.2.1",
2020
"nativescript-vue-devtools": "^1.2.0",
2121
"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}}
2424
"nativescript-vue": "^2.0.0",
25-
"tns-core-modules": "^5.0.2"
25+
"tns-core-modules": "^5.4.2"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.0.0",
@@ -35,13 +35,13 @@
3535
"copy-webpack-plugin": "^4.5.2",
3636
"css-loader": "^1.0.0",
3737
"lazy": "1.0.11",
38-
"nativescript-dev-webpack": "next",
38+
"nativescript-dev-webpack": "0.24.1",
3939
"nativescript-vue-template-compiler": "^2.0.0",
4040
"nativescript-worker-loader": "~0.9.0",
4141
"node-sass": "^4.9.2",
4242
"sass-loader": "^7.1.0",
4343
"terser-webpack-plugin": "^1.1.0",{{#if_eq lang "typescript"}}
44-
"tns-platform-declarations": "^5.1.2",
44+
"tns-platform-declarations": "^5.4.2",
4545
"typescript": "^3.2.4",
4646
"vue": "^2.5.22",{{/if_eq}}
4747
"vue-loader": "^15.2.6",

0 commit comments

Comments
 (0)