Skip to content

Commit abd32ef

Browse files
author
Oliver Strik
committed
feat: update to angular 16
1 parent fa2259e commit abd32ef

File tree

2 files changed

+1408
-1379
lines changed

2 files changed

+1408
-1379
lines changed

package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,34 @@
1111
"e2e": "ng e2e"
1212
},
1313
"engines": {
14-
"node": "^16.10.0"
14+
"node": "^18.10.0"
1515
},
1616
"private": true,
1717
"dependencies": {
18-
"@angular/animations": "^15.2.9",
19-
"@angular/cdk": "^15.2.9",
20-
"@angular/common": "^15.2.9",
21-
"@angular/compiler": "^15.2.9",
22-
"@angular/core": "^15.2.9",
23-
"@angular/forms": "^15.2.9",
24-
"@angular/material": "^15.2.9",
25-
"@angular/platform-browser": "^15.2.9",
26-
"@angular/platform-browser-dynamic": "^15.2.9",
27-
"@angular/router": "^15.2.9",
18+
"@angular/animations": "^16.0.1",
19+
"@angular/cdk": "^16.0.1",
20+
"@angular/common": "^16.0.1",
21+
"@angular/compiler": "^16.0.1",
22+
"@angular/core": "^16.0.1",
23+
"@angular/forms": "^16.0.1",
24+
"@angular/material": "^16.0.1",
25+
"@angular/platform-browser": "^16.0.1",
26+
"@angular/platform-browser-dynamic": "^16.0.1",
27+
"@angular/router": "^16.0.1",
2828
"@dustfoundation/ngx-sortablejs": "^15.0.0",
29-
"@ng-select/ng-select": "^9.0.2",
29+
"@ng-select/ng-select": "^10.0.4",
3030
"date-fns": "^2.29.3",
3131
"lodash-es": "^4.17.21",
3232
"ngx-mat-datefns-date-adapter": "^11.2.2",
33-
"ngx-sortablejs": "^11.1.0",
3433
"rxjs": "~6.6.0",
3534
"sortablejs": "^1.15.0",
3635
"tslib": "^2.0.0",
37-
"zone.js": "~0.11.4"
36+
"zone.js": "~0.13.0"
3837
},
3938
"devDependencies": {
40-
"@angular-devkit/build-angular": "^15.2.8",
41-
"@angular/cli": "^15.2.8",
42-
"@angular/compiler-cli": "^15.2.9",
39+
"@angular-devkit/build-angular": "^16.0.1",
40+
"@angular/cli": "^16.0.1",
41+
"@angular/compiler-cli": "^16.0.1",
4342
"@types/jasmine": "~3.6.0",
4443
"@types/jasminewd2": "~2.0.3",
4544
"@types/lodash-es": "^4.17.6",
@@ -52,7 +51,7 @@
5251
"karma-coverage-istanbul-reporter": "~3.0.2",
5352
"karma-jasmine": "~4.0.0",
5453
"karma-jasmine-html-reporter": "^1.5.0",
55-
"ng-packagr": "^15.2.2",
54+
"ng-packagr": "^16.0.1",
5655
"protractor": "~7.0.0",
5756
"ts-node": "~8.3.0",
5857
"tslint": "~6.1.0",

0 commit comments

Comments
 (0)