Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 1ad97ff

Browse files
author
Vasil Chimev
authored
* chore: update to [email protected] and [email protected] * chore(ci): update iOS style image for AngularApp
1 parent e423ddb commit 1ad97ff

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed
Loading

demo/AngularApp/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/common": "~5.1.0",
17-
"@angular/compiler": "~5.1.0",
18-
"@angular/core": "~5.1.0",
19-
"@angular/forms": "~5.1.0",
20-
"@angular/http": "~5.1.0",
21-
"@angular/platform-browser": "~5.1.0",
22-
"@angular/platform-browser-dynamic": "~5.1.0",
23-
"@angular/router": "~5.1.0",
16+
"@angular/common": "~5.2.0",
17+
"@angular/compiler": "~5.2.0",
18+
"@angular/core": "~5.2.0",
19+
"@angular/forms": "~5.2.0",
20+
"@angular/http": "~5.2.0",
21+
"@angular/platform-browser": "~5.2.0",
22+
"@angular/platform-browser-dynamic": "~5.2.0",
23+
"@angular/router": "~5.2.0",
2424
"nativescript-angular": "next",
2525
"nativescript-theme-core": "~1.0.2",
2626
"reflect-metadata": "~0.1.8",
@@ -29,8 +29,8 @@
2929
"zone.js": "^0.8.4"
3030
},
3131
"devDependencies": {
32-
"@angular/compiler-cli": "~5.1.0",
33-
"@ngtools/webpack": "~1.9.0",
32+
"@angular/compiler-cli": "~5.2.0",
33+
"@ngtools/webpack": "~1.9.4",
3434
"@types/chai": "^4.0.2",
3535
"@types/mocha": "^2.2.41",
3636
"@types/node": "^7.0.5",
@@ -48,14 +48,14 @@
4848
"mocha-multi": "^0.11.0",
4949
"nativescript-dev-appium": "next",
5050
"nativescript-dev-sass": "^1.3.5",
51-
"nativescript-dev-typescript": "~0.5.0",
51+
"nativescript-dev-typescript": "next",
5252
"nativescript-dev-webpack": "file:../..",
5353
"nativescript-worker-loader": "~0.8.1",
5454
"node-sass": "^4.7.1",
5555
"raw-loader": "~0.5.1",
5656
"resolve-url-loader": "~2.2.1",
5757
"sass-loader": "^6.0.6",
58-
"typescript": "~2.4.2",
58+
"typescript": "~2.6.2",
5959
"webpack": "~3.10.0",
6060
"webpack-bundle-analyzer": "^2.9.1",
6161
"webpack-sources": "^1.1.0"

demo/TypeScriptApp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"lazy": "1.0.11",
2828
"nativescript-dev-appium": "next",
2929
"nativescript-dev-sass": "^1.3.5",
30-
"nativescript-dev-typescript": "~0.5.0",
30+
"nativescript-dev-typescript": "next",
3131
"nativescript-dev-webpack": "file:../..",
3232
"nativescript-worker-loader": "~0.8.1",
3333
"node-sass": "^4.7.2",
3434
"raw-loader": "~0.5.1",
3535
"resolve-url-loader": "~2.1.0",
3636
"sass-loader": "^6.0.6",
37-
"typescript": "~2.4.2",
37+
"typescript": "~2.6.2",
3838
"webpack": "~3.8.1",
3939
"webpack-bundle-analyzer": "^2.8.2",
4040
"webpack-sources": "~1.0.1"

0 commit comments

Comments
 (0)