Skip to content

Commit 905f3ac

Browse files
alan-agius4Keen Yee Liau
authored andcommitted
build: update angular framework packages to next`
1 parent 50a172a commit 905f3ac

File tree

6 files changed

+121
-139
lines changed

6 files changed

+121
-139
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"typescript": "3.4.5"
8080
},
8181
"devDependencies": {
82-
"@angular/compiler": "^8.0.0-beta.14",
83-
"@angular/compiler-cli": "^8.0.0-beta.14",
82+
"@angular/compiler": "~8.1.0-next.1",
83+
"@angular/compiler-cli": "~8.1.0-next.1",
8484
"@bazel/bazel": "0.24.1",
8585
"@bazel/buildifier": "^0.22.0",
8686
"@bazel/jasmine": "~0.26.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@
5757
"worker-plugin": "3.1.0"
5858
},
5959
"devDependencies": {
60-
"@angular/animations": "^8.0.0-beta.14",
61-
"@angular/cdk": "^7.3.4",
62-
"@angular/common": "^8.0.0-beta.14",
63-
"@angular/compiler": "^8.0.0-beta.14",
64-
"@angular/compiler-cli": "^8.0.0-beta.14",
65-
"@angular/core": "^8.0.0-beta.14",
66-
"@angular/material": "^7.3.4",
67-
"@angular/platform-browser": "^8.0.0-beta.14",
68-
"@angular/platform-browser-dynamic": "^8.0.0-beta.14",
69-
"@angular/platform-server": "^8.0.0-beta.14",
70-
"@angular/router": "^8.0.0-beta.14",
71-
"@angular/service-worker": "^8.0.0-beta.14",
60+
"@angular/animations": "~8.1.0-next.1",
61+
"@angular/cdk": "^8.0.0",
62+
"@angular/common": "~8.1.0-next.1",
63+
"@angular/compiler": "~8.1.0-next.1",
64+
"@angular/compiler-cli": "~8.1.0-next.1",
65+
"@angular/core": "~8.1.0-next.1",
66+
"@angular/material": "^8.0.0",
67+
"@angular/platform-browser": "~8.1.0-next.1",
68+
"@angular/platform-browser-dynamic": "~8.1.0-next.1",
69+
"@angular/platform-server": "~8.1.0-next.1",
70+
"@angular/router": "~8.1.0-next.1",
71+
"@angular/service-worker": "~8.1.0-next.1",
7272
"codelyzer": "^5.0.0",
7373
"bootstrap": "^4.0.0",
7474
"font-awesome": "^4.7.0",

packages/angular_devkit/build_ng_packagr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"ng-packagr": "^4.0.0 || ^5.0.0"
1515
},
1616
"devDependencies": {
17-
"@angular/compiler": "^8.0.0-beta.14",
18-
"@angular/compiler-cli": "^8.0.0-beta.14",
17+
"@angular/compiler": "~8.1.0-next.1",
18+
"@angular/compiler-cli": "~8.1.0-next.1",
1919
"@angular-devkit/core": "0.0.0",
2020
"ng-packagr": "^5.1.0",
2121
"tslib": "^1.9.0"

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"webpack": "^4.0.0"
3434
},
3535
"devDependencies": {
36-
"@angular/compiler": "^8.0.0-beta.14",
37-
"@angular/compiler-cli": "^8.0.0-beta.14",
36+
"@angular/compiler": "~8.1.0-next.1",
37+
"@angular/compiler-cli": "~8.1.0-next.1",
3838
"typescript": "3.4.5",
3939
"webpack": "4.33.0"
4040
}

packages/schematics/angular/utility/latest-versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
11-
Angular: '~8.0.0',
11+
Angular: '~8.1.0-next.1',
1212
RxJs: '~6.4.0',
1313
ZoneJs: '~0.9.1',
1414
TypeScript: '~3.4.3',

0 commit comments

Comments
 (0)