Update to Angular 11 #9

Merged
cameron merged 4 commits from feature/update-dependencies into master 2021-03-25 23:28:33 +00:00
5 changed files with 4543 additions and 6988 deletions
Showing only changes of commit 3716b516d2 - Show all commits

11477
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,45 +12,44 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^9.1.12", "@angular/animations": "^10.2.4",
"@angular/cdk": "^9.2.4", "@angular/cdk": "^10.2.7",
"@angular/cli": "^9.1.12", "@angular/cli": "^10.2.3",
"@angular/common": "^9.1.12", "@angular/common": "^10.2.4",
"@angular/compiler": "^9.1.12", "@angular/compiler": "^10.2.4",
"@angular/compiler-cli": "^9.1.12", "@angular/compiler-cli": "^10.2.4",
"@angular/core": "^9.1.12", "@angular/core": "^10.2.4",
"@angular/forms": "^9.1.12", "@angular/forms": "^10.2.4",
"@angular/material": "^9.2.4", "@angular/material": "^10.2.7",
"@angular/platform-browser": "^9.1.12", "@angular/platform-browser": "^10.2.4",
"@angular/platform-browser-dynamic": "^9.1.12", "@angular/platform-browser-dynamic": "^10.2.4",
"@angular/router": "^9.1.12", "@angular/router": "^10.2.4",
"angulartics2": "^8.3.0", "angulartics2": "^8.3.0",
"codelyzer": "^5.2.2",
"core-js": "^2.6.12", "core-js": "^2.6.12",
"json-schema-traverse": "^0.4.1", "json-schema-traverse": "^0.4.1",
"rxjs": "^6.6.6", "rxjs": "^6.6.6",
"tslib": "^1.13.0", "tslib": "^2.0.0",
"web-animations-js": "^2.3.2", "web-animations-js": "^2.3.2",
"zone.js": "^0.10.3" "zone.js": "^0.10.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.901.12", "@angular-devkit/build-angular": "^0.1002.3",
"@angular/language-service": "^9.1.12", "@angular/language-service": "^10.2.4",
"@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": "~2.99.1", "jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1", "jasmine-spec-reporter": "~5.0.0",
"karma": "^5.1.1", "karma": "~5.0.0",
"karma-chrome-launcher": "~2.2.0", "karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "^2.0.6", "karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~1.1.2", "karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^0.2.2", "karma-jasmine-html-reporter": "^1.5.0",
"karma-junit-reporter": "^2.0.1", "karma-junit-reporter": "^2.0.1",
"protractor": "^7.0.0", "protractor": "~7.0.0",
"puppeteer": "^3.3.0", "puppeteer": "^3.3.0",
"ts-node": "~7.0.0", "ts-node": "~7.0.0",
"tslint": "~5.11.0", "tslint": "~6.1.0",
"typescript": "^3.8.0" "typescript": "^4.0.7"
} }
} }

View File

@@ -6,7 +6,7 @@
"outDir": "./dist/out-tsc", "outDir": "./dist/out-tsc",
"sourceMap": true, "sourceMap": true,
"declaration": false, "declaration": false,
"module": "esnext", "module": "es2020",
"moduleResolution": "node", "moduleResolution": "node",
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"experimentalDecorators": true, "experimentalDecorators": true,

View File

@@ -73,7 +73,6 @@
"no-trailing-whitespace": true, "no-trailing-whitespace": true,
"no-unnecessary-initializer": true, "no-unnecessary-initializer": true,
"no-unused-expression": true, "no-unused-expression": true,
"no-use-before-declare": true,
"no-var-keyword": true, "no-var-keyword": true,
"object-literal-sort-keys": false, "object-literal-sort-keys": false,
"one-line": [ "one-line": [