completed ng17 migration

This commit is contained in:
Mathias Beaulieu-Duncan 2024-08-26 01:29:25 -04:00
parent 8cd4ba1863
commit 11c4893d37
Signed by: mathias
GPG Key ID: 1C16CF05BAF9162D
3 changed files with 1267 additions and 1725 deletions

View File

@ -76,10 +76,10 @@
}, },
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "ngx-cdk-ui:build:production" "buildTarget": "ngx-cdk-ui:build:production"
}, },
"development": { "development": {
"browserTarget": "ngx-cdk-ui:build:development" "buildTarget": "ngx-cdk-ui:build:development"
} }
}, },
"defaultConfiguration": "development" "defaultConfiguration": "development"
@ -87,7 +87,7 @@
"extract-i18n": { "extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n", "builder": "@angular-devkit/build-angular:extract-i18n",
"options": { "options": {
"browserTarget": "ngx-cdk-ui:build" "buildTarget": "ngx-cdk-ui:build"
} }
}, },
"test": { "test": {

View File

@ -15,14 +15,14 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^16.2.12", "@angular/animations": "^17.3.12",
"@angular/common": "^16.2.12", "@angular/common": "^17.3.12",
"@angular/compiler": "^16.2.12", "@angular/compiler": "^17.3.12",
"@angular/core": "^16.2.12", "@angular/core": "^17.3.12",
"@angular/forms": "^16.2.12", "@angular/forms": "^17.3.12",
"@angular/platform-browser": "^16.2.12", "@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^16.2.12", "@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^16.2.12", "@angular/router": "^17.3.12",
"@ng-select/ng-select": "^13.0.0", "@ng-select/ng-select": "^13.0.0",
"@openharbor/ngx-data": "^18.0.0-alpha.3", "@openharbor/ngx-data": "^18.0.0-alpha.3",
"@poweredsoft/data": "^0.0.36", "@poweredsoft/data": "^0.0.36",
@ -38,13 +38,13 @@
"ngx-bootstrap": "^18.0.0", "ngx-bootstrap": "^18.0.0",
"rxjs": "~6.5.4", "rxjs": "~6.5.4",
"tslib": "^2.0.0", "tslib": "^2.0.0",
"zone.js": "~0.13.3" "zone.js": "~0.14.10"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^16.2.14", "@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^16.2.14", "@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^16.2.12", "@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^16.2.12", "@angular/language-service": "^17.3.12",
"@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",
@ -56,7 +56,7 @@
"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": "^16.2.3", "ng-packagr": "^17.3.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"protractor": "~7.0.0", "protractor": "~7.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
@ -66,4 +66,4 @@
"wait-on": "^5.0.1" "wait-on": "^5.0.1"
}, },
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
} }

2956
yarn.lock

File diff suppressed because it is too large Load Diff