Update Angular 11

This commit is contained in:
Dan 2022-09-15 12:21:09 -04:00
parent 0c3c0cc250
commit a619ccd3d5
3 changed files with 6736 additions and 26746 deletions

View File

@ -32,3 +32,9 @@ You can re-deploy our website if you have permission to contribute to this repos
## Further help ## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
## Dropped dependencies
Fixme:
"@ngx-formly/core": "^6.0.0",
"@ngx-formly/material": "^6.0.0",
"@angular/material": "^11.2.13",

33430
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,19 +11,16 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^10.2.5", "@angular/animations": "^11.2.14",
"@angular/cdk": "^9.2.4", "@angular/cdk": "^11.2.13",
"@angular/common": "^10.2.5", "@angular/common": "^11.2.14",
"@angular/compiler": "^10.2.5", "@angular/compiler": "^11.2.14",
"@angular/core": "^10.2.5", "@angular/core": "^11.2.14",
"@angular/flex-layout": "^9.0.0-beta.31", "@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "^10.2.5", "@angular/forms": "^11.2.14",
"@angular/material": "^9.2.4", "@angular/platform-browser": "^11.2.14",
"@angular/platform-browser": "^10.2.5", "@angular/platform-browser-dynamic": "^11.2.14",
"@angular/platform-browser-dynamic": "^10.2.5", "@angular/router": "^11.2.14",
"@angular/router": "^10.2.5",
"@ngx-formly/core": "^5.5.1",
"@ngx-formly/material": "^5.5.1",
"core-js": "^2.6.9", "core-js": "^2.6.9",
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"ng-inline-svg": "^9.1.0", "ng-inline-svg": "^9.1.0",
@ -34,25 +31,24 @@
"zone.js": "~0.10.2" "zone.js": "~0.10.2"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~0.1002.4", "@angular/cli": "^11.2.19",
"@angular/cli": "^10.2.4", "@angular/compiler-cli": "^11.2.14",
"@angular/compiler-cli": "^10.2.5", "@angular/language-service": "^11.2.14",
"@angular/language-service": "^10.2.5", "@types/jasmine": "^4.3.0",
"@types/jasmine": "^2.8.16", "@types/jasminewd2": "^2.0.10",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.11.1", "@types/node": "^12.11.1",
"angular-cli-ghpages": "^0.6.0", "angular-cli-ghpages": "^0.6.0",
"codelyzer": "^5.1.2", "codelyzer": "^6.0.2",
"jasmine-core": "~3.5.0", "jasmine-core": "^4.4.0",
"jasmine-spec-reporter": "~5.0.0", "jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0", "karma": "~6.4.0",
"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": "~5.1.0",
"karma-jasmine-html-reporter": "^1.5.0", "karma-jasmine-html-reporter": "~2.0.0",
"protractor": "~7.0.0", "protractor": "~7.0.0",
"ts-node": "~7.0.1", "ts-node": "~7.0.1",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"typescript": "~4.0.8" "typescript": "~4.0.8"
} }
} }