Skip to content

Commit 0a132e8

Browse files
authored
chore(ng): update to Angular 2.4.3 (NativeScript#622)
1 parent fa3e5ff commit 0a132e8

File tree

4 files changed

+36
-76
lines changed

4 files changed

+36
-76
lines changed

nativescript-angular/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@
2222
},
2323
"dependencies": {
2424
"nativescript-intl": "~0.0.8",
25-
"@angular/core": "~2.3.1",
26-
"@angular/common": "~2.3.1",
27-
"@angular/compiler": "~2.3.1",
28-
"@angular/http": "~2.3.1",
29-
"@angular/platform-browser": "~2.3.1",
30-
"@angular/platform-browser-dynamic": "~2.3.1",
31-
"@angular/forms": "~2.3.1",
32-
"@angular/router": "~3.3.1",
33-
"rxjs": "5.0.0-rc.4",
25+
"@angular/core": "~2.4.3",
26+
"@angular/common": "~2.4.3",
27+
"@angular/compiler": "~2.4.3",
28+
"@angular/http": "~2.4.3",
29+
"@angular/platform-browser": "~2.4.3",
30+
"@angular/platform-browser-dynamic": "~2.4.3",
31+
"@angular/forms": "~2.4.3",
32+
"@angular/router": "~3.4.3",
33+
"rxjs": "~5.0.1",
3434
"reflect-metadata": "~0.1.8",
3535
"parse5": "1.3.2",
3636
"punycode": "1.3.2",
3737
"querystring": "0.2.0",
3838
"url": "0.10.3"
3939
},
4040
"devDependencies": {
41-
"typescript": "~2.0.10",
41+
"typescript": "~2.1.0",
4242
"tslint": "~4.0.1",
4343
"codelyzer": "^2.0.0-beta.1",
44-
"@angular/compiler-cli": "~2.3.1",
44+
"@angular/compiler-cli": "~2.4.3",
4545
"codelyzer": "^2.0.0-beta.1",
4646
"tns-core-modules": ">=2.5.0 || >=2.5.0-2016",
4747
"zone.js": "^0.7.2"

ng-sample/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"homepage": "https://github.com/NativeScript/template-hello-world",
2525
"dependencies": {
2626
"tns-core-modules": "~2.4.0",
27+
"@angular/common": "~2.4.3",
28+
"@angular/compiler": "~2.4.3",
29+
"@angular/core": "~2.4.3",
30+
"@angular/forms": "~2.4.3",
31+
"@angular/http": "~2.4.3",
32+
"@angular/platform-browser": "~2.4.3",
33+
"@angular/platform-browser-dynamic": "~2.4.3",
34+
"@angular/router": "~3.4.3",
2735
"nativescript-angular": "file:../nativescript-angular",
28-
"@angular/core": "~2.3.1",
29-
"@angular/common": "~2.3.1",
30-
"@angular/compiler": "~2.3.1",
31-
"@angular/http": "~2.3.1",
32-
"@angular/platform-browser": "~2.3.1",
33-
"@angular/platform-browser-dynamic": "~2.3.1",
34-
"@angular/forms": "~2.3.1",
35-
"@angular/router": "~3.3.1",
36-
"rxjs": "5.0.0-rc.4"
36+
"rxjs": "~5.0.1"
3737
},
3838
"devDependencies": {
3939
"zone.js": "~0.7.2",
@@ -45,7 +45,7 @@
4545
"nativescript-dev-typescript": "^0.3.1",
4646
"nativescript-dev-webpack": "0.0.13",
4747
"shelljs": "^0.7.0",
48-
"typescript": "~2.0.10"
48+
"typescript": "~2.1.0"
4949
},
5050
"nativescript": {
5151
"id": "org.nativescript.ngsample",
@@ -56,4 +56,4 @@
5656
"version": "2.4.0"
5757
}
5858
}
59-
}
59+
}

tests/npm-shrinkwrap.json

Lines changed: 4 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"nativescript-unit-test-runner": "^0.3.4",
3030
"tns-core-modules": "~2.4.0",
3131
"nativescript-angular": "file:../nativescript-angular",
32-
"@angular/core": "~2.3.1",
33-
"@angular/common": "~2.3.1",
34-
"@angular/compiler": "~2.3.1",
35-
"@angular/http": "~2.3.1",
36-
"@angular/platform-browser": "~2.3.1",
37-
"@angular/platform-browser-dynamic": "~2.3.1",
38-
"@angular/router": "~3.3.1",
39-
"rxjs": "5.0.0-rc.4"
32+
"@angular/core": "~2.4.3",
33+
"@angular/common": "~2.4.3",
34+
"@angular/compiler": "~2.4.3",
35+
"@angular/http": "~2.4.3",
36+
"@angular/platform-browser": "~2.4.3",
37+
"@angular/platform-browser-dynamic": "~2.4.3",
38+
"@angular/router": "~3.4.3",
39+
"rxjs": "~5.0.1"
4040
},
4141
"devDependencies": {
4242
"zone.js": "^0.7.2",
@@ -56,7 +56,7 @@
5656
"mocha": "^2.4.5",
5757
"nativescript-dev-appium": "0.0.14",
5858
"nativescript-dev-typescript": "^0.3.1",
59-
"typescript": "~2.0.10",
59+
"typescript": "~2.1.0",
6060
"socket.io": "1.4.8",
6161
"socket.io-client": "1.4.8",
6262
"wd": "0.4.0"
@@ -67,4 +67,4 @@
6767
"run-appium-android": "nativescript-dev-appium android",
6868
"appium-ios-simulator": "tns build ios && nativescript-dev-appium ios-simulator"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)