Update to angular 17 #97

Merged
thisloke merged 12 commits from 77-update-to-angular-17 into master 2024-01-09 23:33:32 +00:00
4 changed files with 2350 additions and 4324 deletions
Showing only changes of commit fe8d500c52 - Show all commits

View file

@ -120,7 +120,6 @@
}
}
},
"defaultProject": "dev",
"cli": {
"analytics": false
}

6633
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,23 +17,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^13.0.3",
"@angular/common": "^13.0.3",
"@angular/compiler": "^13.0.3",
"@angular/core": "^13.0.3",
"@angular/forms": "^13.0.3",
"@angular/platform-browser": "^13.0.3",
"@angular/platform-browser-dynamic": "^13.0.3",
"@angular/router": "^13.0.3",
"@angular/animations": "^14.3.0",
"@angular/common": "^14.3.0",
"@angular/compiler": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/forms": "^14.3.0",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"rxjs": "~6.5.4",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.9",
"@angular/cli": "^13.0.3",
"@angular/compiler-cli": "^13.0.3",
"@angular/language-service": "^13.0.3",
"@angular-devkit/build-angular": "^14.2.13",
"@angular/cli": "^14.2.13",
"@angular/compiler-cli": "^14.3.0",
"@angular/language-service": "^14.3.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
@ -45,11 +45,11 @@
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ng-packagr": "^13.0.3",
"ng-packagr": "^14.2.2",
"prettier": "^1.19.1",
"protractor": "^7.0.0",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "4.5.4"
"typescript": "4.8.4"
}
}

View file

@ -10,7 +10,7 @@
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"target": "es2020",
"typeRoots": [
"node_modules/@types"
],