Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 26ad2d6

Browse files
authored
chore: bump versions to official Angular 6.1 (#1455)
1 parent dffba00 commit 26ad2d6

File tree

7 files changed

+81
-82
lines changed

7 files changed

+81
-82
lines changed

‎e2e/modal-navigation-ng/package.json‎

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~6.1.0-beta.3",
17-
"@angular/common": "~6.1.0-beta.3",
18-
"@angular/compiler": "~6.1.0-beta.3",
19-
"@angular/core": "~6.1.0-beta.3",
20-
"@angular/forms": "~6.1.0-beta.3",
21-
"@angular/http": "~6.1.0-beta.3",
22-
"@angular/platform-browser": "~6.1.0-beta.3",
23-
"@angular/platform-browser-dynamic": "~6.1.0-beta.3",
24-
"@angular/router": "~6.1.0-beta.3",
16+
"@angular/animations": "~6.1.0",
17+
"@angular/common": "~6.1.0",
18+
"@angular/compiler": "~6.1.0",
19+
"@angular/core": "~6.1.0",
20+
"@angular/forms": "~6.1.0",
21+
"@angular/http": "~6.1.0",
22+
"@angular/platform-browser": "~6.1.0",
23+
"@angular/platform-browser-dynamic": "~6.1.0",
24+
"@angular/router": "~6.1.0",
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-theme-core": "~1.0.4",
2727
"reflect-metadata": "~0.1.8",
@@ -30,9 +30,8 @@
3030
"zone.js": "~0.8.2"
3131
},
3232
"devDependencies": {
33-
"@angular-devkit/core": "~0.7.0-beta.1",
34-
"@angular/compiler-cli": "~6.1.0-beta.3",
35-
"@ngtools/webpack": "~6.1.0-beta.1",
33+
"@ngtools/webpack": "~6.1.0",
34+
"@angular/compiler-cli": "~6.1.0",
3635
"@types/chai": "^4.0.2",
3736
"@types/mocha": "^2.2.41",
3837
"@types/node": "^7.0.5",

‎e2e/renderer/package.json‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"id": "org.nativescript.renderer"
88
},
99
"dependencies": {
10-
"@angular/common": "~6.1.0-beta.3",
11-
"@angular/compiler": "~6.1.0-beta.3",
12-
"@angular/core": "~6.1.0-beta.3",
13-
"@angular/forms": "~6.1.0-beta.3",
14-
"@angular/http": "~6.1.0-beta.3",
15-
"@angular/platform-browser": "~6.1.0-beta.3",
16-
"@angular/platform-browser-dynamic": "~6.1.0-beta.3",
17-
"@angular/router": "~6.1.0-beta.3",
10+
"@angular/common": "~6.1.0",
11+
"@angular/compiler": "~6.1.0",
12+
"@angular/core": "~6.1.0",
13+
"@angular/forms": "~6.1.0",
14+
"@angular/http": "~6.1.0",
15+
"@angular/platform-browser": "~6.1.0",
16+
"@angular/platform-browser-dynamic": "~6.1.0",
17+
"@angular/router": "~6.1.0",
1818
"nativescript-angular": "file:../../nativescript-angular",
1919
"nativescript-intl": "^3.0.0",
2020
"reflect-metadata": "~0.1.8",
@@ -23,7 +23,7 @@
2323
"zone.js": "^0.8.4"
2424
},
2525
"devDependencies": {
26-
"@angular/compiler-cli": "~6.1.0-beta.1",
26+
"@angular/compiler-cli": "~6.1.0",
2727
"@types/chai": "^4.0.2",
2828
"@types/mocha": "^2.2.41",
2929
"@types/node": "^7.0.5",
@@ -42,7 +42,7 @@
4242
"nativescript-dev-webpack": "next",
4343
"tslib": "^1.7.1",
4444
"typescript": "~2.7.2",
45-
"@ngtools/webpack": "6.1.0-rc.0"
45+
"@ngtools/webpack": "~6.1.0"
4646
},
4747
"scripts": {
4848
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

‎e2e/router-tab-view/package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~6.1.0-beta.3",
17-
"@angular/common": "~6.1.0-beta.3",
18-
"@angular/compiler": "~6.1.0-beta.3",
19-
"@angular/core": "~6.1.0-beta.3",
20-
"@angular/forms": "~6.1.0-beta.3",
21-
"@angular/http": "~6.1.0-beta.3",
22-
"@angular/platform-browser": "~6.1.0-beta.3",
23-
"@angular/platform-browser-dynamic": "~6.1.0-beta.3",
24-
"@angular/router": "~6.1.0-beta.3",
16+
"@angular/animations": "~6.1.0",
17+
"@angular/common": "~6.1.0",
18+
"@angular/compiler": "~6.1.0",
19+
"@angular/core": "~6.1.0",
20+
"@angular/forms": "~6.1.0",
21+
"@angular/http": "~6.1.0",
22+
"@angular/platform-browser": "~6.1.0",
23+
"@angular/platform-browser-dynamic": "~6.1.0",
24+
"@angular/router": "~6.1.0",
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-theme-core": "~1.0.4",
2727
"reflect-metadata": "~0.1.8",

‎e2e/router/package.json‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"id": "org.nativescript.router"
88
},
99
"dependencies": {
10-
"@angular/animations": "~6.1.0-beta.3",
11-
"@angular/common": "~6.1.0-beta.3",
12-
"@angular/compiler": "~6.1.0-beta.3",
13-
"@angular/core": "~6.1.0-beta.3",
14-
"@angular/forms": "~6.1.0-beta.3",
15-
"@angular/http": "~6.1.0-beta.3",
16-
"@angular/platform-browser": "~6.1.0-beta.3",
17-
"@angular/platform-browser-dynamic": "~6.1.0-beta.3",
18-
"@angular/router": "~6.1.0-beta.3",
10+
"@angular/animations": "~6.1.0",
11+
"@angular/common": "~6.1.0",
12+
"@angular/compiler": "~6.1.0",
13+
"@angular/core": "~6.1.0",
14+
"@angular/forms": "~6.1.0",
15+
"@angular/http": "~6.1.0",
16+
"@angular/platform-browser": "~6.1.0",
17+
"@angular/platform-browser-dynamic": "~6.1.0",
18+
"@angular/router": "~6.1.0",
1919
"nativescript-angular": "file:../../nativescript-angular",
2020
"nativescript-intl": "^3.0.0",
2121
"reflect-metadata": "~0.1.8",
@@ -24,8 +24,8 @@
2424
"zone.js": "^0.8.26"
2525
},
2626
"devDependencies": {
27-
"@ngtools/webpack": "6.1.0-rc.0",
28-
"@angular/compiler-cli": "~6.1.0-beta.1",
27+
"@ngtools/webpack": "~6.1.0",
28+
"@angular/compiler-cli": "~6.1.0",
2929
"@types/chai": "^4.0.2",
3030
"@types/mocha": "^2.2.41",
3131
"@types/node": "^7.0.5",

‎e2e/single-page/package.json‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~6.1.0-beta.3",
17-
"@angular/common": "~6.1.0-beta.3",
18-
"@angular/compiler": "~6.1.0-beta.3",
19-
"@angular/core": "~6.1.0-beta.3",
20-
"@angular/forms": "~6.1.0-beta.3",
21-
"@angular/http": "~6.1.0-beta.3",
22-
"@angular/platform-browser": "~6.1.0-beta.3",
23-
"@angular/platform-browser-dynamic": "~6.1.0-beta.3",
24-
"@angular/router": "~6.1.0-beta.3",
16+
"@angular/animations": "~6.1.0",
17+
"@angular/common": "~6.1.0",
18+
"@angular/compiler": "~6.1.0",
19+
"@angular/core": "~6.1.0",
20+
"@angular/forms": "~6.1.0",
21+
"@angular/http": "~6.1.0",
22+
"@angular/platform-browser": "~6.1.0",
23+
"@angular/platform-browser-dynamic": "~6.1.0",
24+
"@angular/router": "~6.1.0",
2525
"nativescript-angular": "file:../../nativescript-angular",
2626
"nativescript-intl": "^3.0.0",
2727
"reflect-metadata": "~0.1.8",
@@ -30,8 +30,8 @@
3030
"zone.js": "^0.8.4"
3131
},
3232
"devDependencies": {
33-
"@angular/compiler-cli": "~6.1.0-rc.0",
34-
"@ngtools/webpack": "~6.1.0-rc.2",
33+
"@angular/compiler-cli": "~6.1.0",
34+
"@ngtools/webpack": "~6.1.0",
3535
"@types/chai": "^4.0.2",
3636
"@types/mocha": "^2.2.41",
3737
"@types/node": "^7.0.5",

‎nativescript-angular/package.json‎

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,30 @@
4343
"reflect-metadata": "^0.1.8"
4444
},
4545
"peerDependencies": {
46-
"@angular/platform-browser-dynamic": "~6.1.0-beta.3",
47-
"@angular/common": "~6.1.0-beta.3",
48-
"@angular/compiler": "~6.1.0-beta.3",
49-
"@angular/core": "~6.1.0-beta.3",
50-
"@angular/forms": "~6.1.0-beta.3",
51-
"@angular/http": "~6.1.0-beta.3",
52-
"@angular/platform-browser": "~6.1.0-beta.3",
53-
"@angular/router": "~6.1.0-beta.3",
54-
"rxjs": "~6.0.0 || >=6.1.0",
46+
"@angular/platform-browser-dynamic": "~6.1.0",
47+
"@angular/common": "~6.1.0",
48+
"@angular/compiler": "~6.1.0",
49+
"@angular/core": "~6.1.0",
50+
"@angular/forms": "~6.1.0",
51+
"@angular/http": "~6.1.0",
52+
"@angular/platform-browser": "~6.1.0",
53+
"@angular/router": "~6.1.0",
54+
"rxjs": "^6.0.0",
5555
"tns-core-modules": "^4.0.0 || >4.0.0- || >4.1.0-",
5656
"zone.js": "^0.8.26",
5757
"typescript": "~2.7.2"
5858
},
5959
"devDependencies": {
60-
"@angular/animations": "~6.1.0-beta.3",
61-
"@angular/common": "~6.1.0-beta.3",
62-
"@angular/compiler": "~6.1.0-beta.3",
63-
"@angular/compiler-cli": "~6.1.0-beta.3",
64-
"@angular/core": "~6.1.0-beta.3",
65-
"@angular/forms": "~6.1.0-beta.3",
66-
"@angular/http": "~6.1.0-beta.3",
67-
"@angular/platform-browser": "~6.1.0-beta.3",
68-
"@angular/platform-browser-dynamic": "~6.1.0-beta.3",
69-
"@angular/router": "~6.1.0-beta.3",
60+
"@angular/animations": "~6.1.0",
61+
"@angular/common": "~6.1.0",
62+
"@angular/compiler": "~6.1.0",
63+
"@angular/compiler-cli": "~6.1.0",
64+
"@angular/core": "~6.1.0",
65+
"@angular/forms": "~6.1.0",
66+
"@angular/http": "~6.1.0",
67+
"@angular/platform-browser": "~6.1.0",
68+
"@angular/platform-browser-dynamic": "~6.1.0",
69+
"@angular/router": "~6.1.0",
7070
"codelyzer": "^4.3.0",
7171
"rxjs": "~6.1.0",
7272
"tns-core-modules": "next",

‎tests/package.json‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
],
2727
"homepage": "http://nativescript.org",
2828
"dependencies": {
29-
"@angular/animations": "~6.1.0-beta.3",
30-
"@angular/common": "~6.1.0-beta.3",
31-
"@angular/compiler": "~6.1.0-beta.3",
32-
"@angular/core": "~6.1.0-beta.3",
33-
"@angular/forms": "~6.1.0-beta.3",
34-
"@angular/http": "~6.1.0-beta.3",
35-
"@angular/platform-browser": "~6.1.0-beta.3",
36-
"@angular/platform-browser-dynamic": "~6.1.0-beta.3",
37-
"@angular/router": "~6.1.0-beta.3",
29+
"@angular/animations": "~6.1.0",
30+
"@angular/common": "~6.1.0",
31+
"@angular/compiler": "~6.1.0",
32+
"@angular/core": "~6.1.0",
33+
"@angular/forms": "~6.1.0",
34+
"@angular/http": "~6.1.0",
35+
"@angular/platform-browser": "~6.1.0",
36+
"@angular/platform-browser-dynamic": "~6.1.0",
37+
"@angular/router": "~6.1.0",
3838
"nativescript-angular": "../nativescript-angular",
3939
"nativescript-unit-test-runner": "^0.3.4",
4040
"rxjs": "~6.0.0-rc.1",
@@ -64,4 +64,4 @@
6464
"compile-tests-w": "tsc -p e2e --watch",
6565
"update-app-ng-deps": "update-app-ng-deps"
6666
}
67-
}
67+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /