Update to Angular 11
Some checks failed
Core Repos/Homepage/pipeline/head Something is wrong with the build of this commit
Core Repos/Homepage/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Cameron Cordes
2021-03-25 18:35:06 -04:00
parent 3716b516d2
commit 6334a2eb8b
2 changed files with 11464 additions and 7081 deletions

18515
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,18 +12,18 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^10.2.4", "@angular/animations": "^11.2.7",
"@angular/cdk": "^10.2.7", "@angular/cdk": "^11.2.6",
"@angular/cli": "^10.2.3", "@angular/cli": "^11.2.6",
"@angular/common": "^10.2.4", "@angular/common": "^11.2.7",
"@angular/compiler": "^10.2.4", "@angular/compiler": "^11.2.7",
"@angular/compiler-cli": "^10.2.4", "@angular/compiler-cli": "^11.2.7",
"@angular/core": "^10.2.4", "@angular/core": "^11.2.7",
"@angular/forms": "^10.2.4", "@angular/forms": "^11.2.7",
"@angular/material": "^10.2.7", "@angular/material": "^11.2.6",
"@angular/platform-browser": "^10.2.4", "@angular/platform-browser": "^11.2.7",
"@angular/platform-browser-dynamic": "^10.2.4", "@angular/platform-browser-dynamic": "^11.2.7",
"@angular/router": "^10.2.4", "@angular/router": "^11.2.7",
"angulartics2": "^8.3.0", "angulartics2": "^8.3.0",
"core-js": "^2.6.12", "core-js": "^2.6.12",
"json-schema-traverse": "^0.4.1", "json-schema-traverse": "^0.4.1",
@@ -33,14 +33,14 @@
"zone.js": "^0.10.3" "zone.js": "^0.10.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.1002.3", "@angular-devkit/build-angular": "^0.1102.6",
"@angular/language-service": "^10.2.4", "@angular/language-service": "^11.2.7",
"@types/jasmine": "^2.8.17", "@types/jasmine": "^2.8.17",
"@types/jasminewd2": "^2.0.8", "@types/jasminewd2": "^2.0.8",
"@types/node": "^12.20.6", "@types/node": "^12.20.6",
"jasmine-core": "~3.5.0", "jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0", "jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0", "karma": "~6.3.1",
"karma-chrome-launcher": "~3.1.0", "karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2", "karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0", "karma-jasmine": "~4.0.0",