Skip to content

Commit e845803

Browse files
chor(application): Update dependencies to latest official versions
1 parent aadc7a4 commit e845803

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

sdkAngular/package.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
"nativescript": {
1212
"id": "org.nativescript.sdkAngular",
1313
"tns-ios": {
14-
"version": "next"
14+
"version": "3.4.0"
1515
},
1616
"tns-android": {
17-
"version": "next"
18-
}
17+
"version": "3.4.0"
1918
},
2019
"dependencies": {
2120
"@angular/common": "~5.0.0",
@@ -26,13 +25,13 @@
2625
"@angular/platform-browser": "~5.0.0",
2726
"@angular/platform-browser-dynamic": "~5.0.0",
2827
"@angular/router": "~5.0.0",
29-
"nativescript-angular": "next",
28+
"nativescript-angular": "5.0.0",
3029
"nativescript-fresco": "^3.0.2",
3130
"nativescript-intl": "^3.0.0",
32-
"nativescript-pro-ui": "next",
31+
"nativescript-pro-ui": "3.3.0",
3332
"nativescript-unit-test-runner": "^0.3.2",
3433
"rxjs": "^5.5.2",
35-
"tns-core-modules": "next",
34+
"tns-core-modules": "3.4.0",
3635
"zone.js": "~0.8.2"
3736
},
3837
"devDependencies": {
@@ -55,11 +54,11 @@
5554
"mocha": "^3.3.0",
5655
"nativescript-css-loader": "~0.26.0",
5756
"nativescript-dev-typescript": "0.5.1",
58-
"nativescript-dev-webpack": "next",
57+
"nativescript-dev-webpack": "0.9.0",
5958
"nativescript-worker-loader": "~0.8.1",
6059
"raw-loader": "~0.5.1",
6160
"resolve-url-loader": "~2.1.0",
62-
"tns-platform-declarations": "next",
61+
"tns-platform-declarations": "3.4.0",
6362
"tslib": "1.7.1",
6463
"tslint": "^5.1.0",
6564
"typescript": "~2.4.2",

0 commit comments

Comments
 (0)