Update angular

This commit is contained in:
William Brawner 2022-07-01 17:43:27 -06:00
parent 4639fa3584
commit f6178c8848
3 changed files with 2033 additions and 2271 deletions

View file

@ -138,7 +138,6 @@
} }
} }
}, },
"defaultProject": "twigs",
"cli": { "cli": {
"analytics": "b8304464-255e-47bb-976a-7ed81af63238" "analytics": "b8304464-255e-47bb-976a-7ed81af63238"
} }

4279
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -15,17 +15,17 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^13.1.3", "@angular/animations": "^14.0.4",
"@angular/cdk": "^13.1.3", "@angular/cdk": "^13.1.3",
"@angular/common": "^13.1.3", "@angular/common": "^14.0.4",
"@angular/compiler": "^13.1.3", "@angular/compiler": "^14.0.4",
"@angular/core": "^13.1.3", "@angular/core": "^14.0.4",
"@angular/forms": "^13.1.3", "@angular/forms": "^14.0.4",
"@angular/material": "^13.1.3", "@angular/material": "^13.1.3",
"@angular/platform-browser": "^13.1.3", "@angular/platform-browser": "^14.0.4",
"@angular/platform-browser-dynamic": "^13.1.3", "@angular/platform-browser-dynamic": "^14.0.4",
"@angular/router": "^13.1.3", "@angular/router": "^14.0.4",
"@angular/service-worker": "^13.1.3", "@angular/service-worker": "^14.0.4",
"chart.js": "^3.7.0", "chart.js": "^3.7.0",
"core-js": "^3.20.3", "core-js": "^3.20.3",
"ng2-charts": "^3.0.8", "ng2-charts": "^3.0.8",
@ -34,10 +34,10 @@
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^13.1.4", "@angular-devkit/build-angular": "^14.0.4",
"@angular/cli": "^13.1.4", "@angular/cli": "^14.0.4",
"@angular/compiler-cli": "^13.1.3", "@angular/compiler-cli": "^14.0.4",
"@angular/language-service": "^13.1.3", "@angular/language-service": "^14.0.4",
"@types/jasmine": "~3.10.3", "@types/jasmine": "~3.10.3",
"@types/jasminewd2": "^2.0.10", "@types/jasminewd2": "^2.0.10",
"@types/node": "^17.0.10", "@types/node": "^17.0.10",
@ -54,6 +54,6 @@
"protractor": "^7.0.0", "protractor": "^7.0.0",
"ts-node": "~10.4.0", "ts-node": "~10.4.0",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"typescript": "4.5.4" "typescript": "4.7.4"
} }
} }