Skip to content

Commit 98105ae

Browse files
Merge pull request #30 from NativeScript/tsenov/dep
chore(package.json): update dep
2 parents 69565e6 + 11e2279 commit 98105ae

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

package.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,28 @@
99
"version": "3.1.0"
1010
},
1111
"tns-android": {
12-
"version": "3.1.1"
12+
"version": "3.3.0"
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/common": "~4.2.6",
17-
"@angular/compiler": "~4.2.6",
18-
"@angular/core": "~4.2.6",
19-
"@angular/forms": "~4.2.6",
20-
"@angular/http": "~4.2.6",
21-
"@angular/platform-browser": "~4.2.6",
22-
"@angular/router": "~4.2.6",
16+
"@angular/common": "~5.0.0",
17+
"@angular/compiler": "~5.0.0",
18+
"@angular/core": "~5.0.0",
19+
"@angular/forms": "~5.0.0",
20+
"@angular/http": "~5.0.0",
21+
"@angular/platform-browser": "~5.0.0",
22+
"@angular/platform-browser-dynamic": "~5.0.0",
23+
"@angular/router": "~5.0.0",
2324
"nativescript-angular": "next",
2425
"nativescript-intl": "~3.0.0",
2526
"nativescript-theme-core": "^1.0.4",
2627
"reflect-metadata": "~0.1.8",
27-
"rxjs": "^5.4.0",
28+
"rxjs": "5.5.2",
2829
"tns-core-modules": "next",
29-
"zone.js": "^0.8.12"
30+
"zone.js": "0.8.4"
3031
},
3132
"devDependencies": {
32-
"@angular/compiler-cli": "~4.2.6",
33+
"@angular/compiler-cli": "~5.0.0",
3334
"@ngtools/webpack": "~1.5.3",
3435
"babel-traverse": "6.24.1",
3536
"babel-types": "6.24.1",
@@ -45,10 +46,11 @@
4546
"raw-loader": "~0.5.1",
4647
"resolve-url-loader": "~2.0.2",
4748
"tslint": "^5.4.3",
48-
"typescript": "~2.3.4",
49+
"typescript": "~2.4.2",
4950
"webpack": "~3.0.0",
5051
"webpack-sources": "~1.0.1",
51-
"webpack-bundle-analyzer": "^2.8.2"
52+
"webpack-bundle-analyzer": "^2.8.2",
53+
"nativescript-worker-loader": "~0.8.1"
5254
},
5355
"scripts": {
5456
"ns-bundle": "ns-bundle",

0 commit comments

Comments
 (0)