Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit fd2ce81

Browse files
authored
update deps for 8.0.0-rc.0 (#593)
1 parent 0a5254d commit fd2ce81

File tree

3 files changed

+1577
-1157
lines changed

3 files changed

+1577
-1157
lines changed

package.json

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,31 @@
1919
},
2020
"private": true,
2121
"dependencies": {
22-
"@angular/animations": "^7.1.4",
23-
"@angular/cdk": "^7.3.7",
24-
"@angular/common": "^7.1.4",
25-
"@angular/compiler": "^7.1.4",
26-
"@angular/core": "^7.1.4",
27-
"@angular/forms": "^7.1.4",
28-
"@angular/http": "^7.1.4",
29-
"@angular/material": "^7.3.7",
22+
"@angular/animations": "^8.0.0-rc.1",
23+
"@angular/cdk": "^8.0.0-rc.0",
24+
"@angular/cdk-experimental": "^8.0.0-rc.0",
25+
"@angular/common": "^8.0.0-rc.1",
26+
"@angular/compiler": "^8.0.0-rc.1",
27+
"@angular/core": "^8.0.0-rc.1",
28+
"@angular/forms": "^8.0.0-rc.1",
29+
"@angular/material": "^8.0.0-rc.0",
3030
"@angular/material-examples": "angular/material2-docs-content#7.3.x",
31-
"@angular/material-moment-adapter": "^7.3.7",
32-
"@angular/platform-browser": "^7.1.4",
33-
"@angular/platform-browser-dynamic": "^7.1.4",
34-
"@angular/router": "^7.1.4",
31+
"@angular/material-experimental": "^8.0.0-rc.0",
32+
"@angular/material-moment-adapter": "^8.0.0-rc.0",
33+
"@angular/platform-browser": "^8.0.0-rc.1",
34+
"@angular/platform-browser-dynamic": "^8.0.0-rc.1",
35+
"@angular/router": "^8.0.0-rc.1",
3536
"core-js": "^2.6.1",
3637
"hammerjs": "^2.0.8",
38+
"material-components-web": "^1.1.1",
3739
"moment": "^2.23.0",
38-
"rxjs": "^6.3.3",
39-
"zone.js": "^0.8.26"
40+
"rxjs": "^6.5.1",
41+
"zone.js": "^0.9.0"
4042
},
4143
"devDependencies": {
42-
"@angular-devkit/build-angular": "^0.11.4",
43-
"@angular/cli": "^7.1.4",
44-
"@angular/compiler-cli": "^7.1.4",
44+
"@angular-devkit/build-angular": "^0.800.0-rc.1",
45+
"@angular/cli": "^8.0.0-rc.1",
46+
"@angular/compiler-cli": "^8.0.0-rc.1",
4547
"@types/jasmine": "^3.3.5",
4648
"@types/node": "^10.12.18",
4749
"firebase-tools": "^6.2.2",
@@ -56,6 +58,6 @@
5658
"protractor": "~5.3.0",
5759
"ts-node": "^6.0.3",
5860
"tslint": "^5.10.0",
59-
"typescript": "~3.1.3"
61+
"typescript": "3.4"
6062
}
6163
}

src/app/shared/table-of-contents/table-of-contents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Component, ElementRef, Inject, Input, OnInit} from '@angular/core';
2-
import {DOCUMENT} from '@angular/platform-browser';
2+
import {DOCUMENT} from '@angular/common';
33
import {ActivatedRoute, NavigationEnd, Router} from '@angular/router';
44
import {Subject, fromEvent} from 'rxjs';
55
import {debounceTime, takeUntil} from 'rxjs/operators';

0 commit comments

Comments
 (0)