Skip to content

Commit

Permalink
feat: update to angular 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Strik committed Aug 7, 2023
1 parent c4d9c44 commit e9c790b
Show file tree
Hide file tree
Showing 2 changed files with 1,408 additions and 1,379 deletions.
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,34 @@
"e2e": "ng e2e"
},
"engines": {
"node": "^16.10.0"
"node": "^18.10.0"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.9",
"@angular/cdk": "^15.2.9",
"@angular/common": "^15.2.9",
"@angular/compiler": "^15.2.9",
"@angular/core": "^15.2.9",
"@angular/forms": "^15.2.9",
"@angular/material": "^15.2.9",
"@angular/platform-browser": "^15.2.9",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@angular/animations": "^16.0.1",
"@angular/cdk": "^16.0.1",
"@angular/common": "^16.0.1",
"@angular/compiler": "^16.0.1",
"@angular/core": "^16.0.1",
"@angular/forms": "^16.0.1",
"@angular/material": "^16.0.1",
"@angular/platform-browser": "^16.0.1",
"@angular/platform-browser-dynamic": "^16.0.1",
"@angular/router": "^16.0.1",
"@dustfoundation/ngx-sortablejs": "^15.0.0",
"@ng-select/ng-select": "^9.0.2",
"@ng-select/ng-select": "^10.0.4",
"date-fns": "^2.29.3",
"lodash-es": "^4.17.21",
"ngx-mat-datefns-date-adapter": "^11.2.2",
"ngx-sortablejs": "^11.1.0",
"rxjs": "~6.6.0",
"sortablejs": "^1.15.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.8",
"@angular/cli": "^15.2.8",
"@angular/compiler-cli": "^15.2.9",
"@angular-devkit/build-angular": "^16.0.1",
"@angular/cli": "^16.0.1",
"@angular/compiler-cli": "^16.0.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash-es": "^4.17.6",
Expand All @@ -52,7 +51,7 @@
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^15.2.2",
"ng-packagr": "^16.0.1",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
Expand Down
Loading

0 comments on commit e9c790b

Please sign in to comment.