completed ng15 migration

This commit is contained in:
Mathias Beaulieu-Duncan 2024-08-25 19:56:13 -04:00
parent ff88dbaedf
commit fe8a9082d3
Signed by: mathias
GPG Key ID: 1C16CF05BAF9162D
2 changed files with 1268 additions and 1488 deletions

View File

@ -13,14 +13,14 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^14.3.0", "@angular/animations": "^15.2.10",
"@angular/common": "^14.3.0", "@angular/common": "^15.2.10",
"@angular/compiler": "^14.3.0", "@angular/compiler": "^15.2.10",
"@angular/core": "^14.3.0", "@angular/core": "^15.2.10",
"@angular/forms": "^14.3.0", "@angular/forms": "^15.2.10",
"@angular/platform-browser": "^14.3.0", "@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^14.3.0", "@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^14.3.0", "@angular/router": "^15.2.10",
"@poweredsoft/data": "0.0.32", "@poweredsoft/data": "0.0.32",
"graphql": "^14.5.0", "graphql": "^14.5.0",
"graphql-tag": "^2.10.0", "graphql-tag": "^2.10.0",
@ -29,10 +29,10 @@
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^14.2.13", "@angular-devkit/build-angular": "^15.2.11",
"@angular/cli": "^14.2.13", "@angular/cli": "^15.2.11",
"@angular/compiler-cli": "^14.3.0", "@angular/compiler-cli": "^15.2.10",
"@angular/language-service": "^14.3.0", "@angular/language-service": "^15.2.10",
"@types/jasmine": "~3.6.0", "@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3", "@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1", "@types/node": "^12.11.1",
@ -44,11 +44,11 @@
"karma-coverage-istanbul-reporter": "~3.0.2", "karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0", "karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0", "karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^14.2.2", "ng-packagr": "^15.2.2",
"protractor": "~7.0.0", "protractor": "~7.0.0",
"ts-node": "~7.0.0", "ts-node": "~7.0.0",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"typescript": "~4.6.4" "typescript": "~4.9.5"
}, },
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
} }

2728
yarn.lock

File diff suppressed because it is too large Load Diff