Skip to content

Commit 892df2b

Browse files
committed
chore: update to angular 8.0.0-rc.0
1 parent 35fece8 commit 892df2b

File tree

2 files changed

+336
-309
lines changed

2 files changed

+336
-309
lines changed

package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,39 +29,38 @@
2929
"format": "git-clang-format HEAD $(git diff HEAD --name-only | grep -v \"\\.d\\.ts\")"
3030
},
3131
"version": "8.0.0-beta.2",
32-
"requiredAngularVersion": ">=7.0.0",
32+
"requiredAngularVersion": ">=8.0.0-rc.0",
3333
"requiredMDCVersion": "^1.1.0",
3434
"dependencies": {
35-
"@angular/animations": "8.0.0-beta.10",
36-
"@angular/common": "8.0.0-beta.10",
37-
"@angular/compiler": "8.0.0-beta.10",
38-
"@angular/core": "8.0.0-beta.10",
39-
"@angular/elements": "8.0.0-beta.10",
40-
"@angular/forms": "8.0.0-beta.10",
41-
"@angular/platform-browser": "8.0.0-beta.10",
35+
"@angular/animations": "^8.0.0-rc.0",
36+
"@angular/common": "^8.0.0-rc.0",
37+
"@angular/compiler": "^8.0.0-rc.0",
38+
"@angular/core": "^8.0.0-rc.0",
39+
"@angular/elements": "^8.0.0-rc.0",
40+
"@angular/forms": "^8.0.0-rc.0",
41+
"@angular/platform-browser": "^8.0.0-rc.0",
4242
"@webcomponents/custom-elements": "^1.1.0",
4343
"core-js": "^2.6.1",
4444
"material-components-web": "^1.1.0",
4545
"rxjs": "^6.4.0",
4646
"systemjs": "0.19.43",
47-
"tsickle": "^0.34.0",
47+
"tsickle": "^0.34.3",
4848
"tslib": "^1.9.3",
4949
"zone.js": "^0.9.0"
5050
},
5151
"devDependencies": {
5252
"@angular-devkit/core": "7.3.7",
5353
"@angular-devkit/schematics": "7.3.7",
54-
"@angular/bazel": "8.0.0-beta.10",
55-
"@angular/compiler-cli": "8.0.0-beta.10",
56-
"@angular/http": "8.0.0-beta.10",
57-
"@angular/platform-browser-dynamic": "8.0.0-beta.10",
58-
"@angular/platform-server": "8.0.0-beta.10",
59-
"@angular/router": "8.0.0-beta.10",
60-
"@angular/upgrade": "8.0.0-beta.10",
54+
"@angular/bazel": "^8.0.0-rc.0",
55+
"@angular/compiler-cli": "^8.0.0-rc.0",
56+
"@angular/platform-browser-dynamic": "^8.0.0-rc.0",
57+
"@angular/platform-server": "^8.0.0-rc.0",
58+
"@angular/router": "^8.0.0-rc.0",
59+
"@angular/upgrade": "^8.0.0-rc.0",
6160
"@bazel/ibazel": "^0.9.0",
6261
"@bazel/jasmine": "0.27.8",
6362
"@bazel/karma": "0.27.8",
64-
"@bazel/typescript": "0.27.8",
63+
"@bazel/typescript": "^0.27.12",
6564
"@firebase/app-types": "^0.3.2",
6665
"@octokit/rest": "^15.9.4",
6766
"@schematics/angular": "7.3.7",
@@ -139,7 +138,7 @@
139138
"tsconfig-paths": "^2.3.0",
140139
"tslint": "^5.13.1",
141140
"tsutils": "^3.0.0",
142-
"typescript": "~3.3.3333",
141+
"typescript": "~3.4",
143142
"uglify-js": "^2.8.14"
144143
}
145144
}

0 commit comments

Comments
 (0)