Skip to content

Commit

Permalink
Update to angular v17
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Jan 3, 2024
1 parent 3c857c1 commit ded114f
Show file tree
Hide file tree
Showing 5 changed files with 1,880 additions and 1,073 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
},
"configurations": {
"production": {
"browserTarget": "app:build:production"
"buildTarget": "app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "app:build"
"buildTarget": "app:build"
}
},
"deploy": {
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/localize": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@angular/service-worker": "^16.2.12",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@angular/animations": "^17.0.8",
"@angular/common": "^17.0.8",
"@angular/compiler": "^17.0.8",
"@angular/core": "^17.0.8",
"@angular/forms": "^17.0.8",
"@angular/localize": "^17.0.8",
"@angular/platform-browser": "^17.0.8",
"@angular/platform-browser-dynamic": "^17.0.8",
"@angular/router": "^17.0.8",
"@angular/service-worker": "^17.0.8",
"@fortawesome/angular-fontawesome": "^0.14.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@ng-bootstrap/ng-bootstrap": "^15.1.2",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ngneat/edit-in-place": "^1.9.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.6.3",
Expand All @@ -38,26 +38,26 @@
"humanize-duration": "^3.31.0",
"moment": "^2.30.1",
"ngx-clipboard": "^16.0.0",
"ngx-echarts": "^16.2.0",
"ngx-scrolltop": "^6.0.0",
"ngx-toastr": "^17.0.2",
"ngx-echarts": "^17.1.0",
"ngx-scrolltop": "^7.0.0",
"ngx-toastr": "^18.0.0",
"rxjs": "^6.6.7",
"semver": "^7.5.4",
"tslib": "^2.0.0",
"uuid": "^8.3.2",
"zone.js": "~0.13.3"
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.11",
"@angular/cli": "^16.2.11",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@angular-devkit/build-angular": "^17.0.8",
"@angular/cli": "^17.0.8",
"@angular/compiler-cli": "^17.0.8",
"@angular/language-service": "^17.0.8",
"@types/node": "^18.19.4",
"@types/semver": "^7.5.6",
"angular-cli-ghpages": "^1.0.7",
"npm-check-updates": "^16.14.12",
"resize-observer-polyfill": "^1.5.1",
"ts-node": "^9.1.1",
"typescript": "~4.9.5"
"ts-node": "^10.9.2",
"typescript": "~5.2.2"
}
}
Loading

0 comments on commit ded114f

Please sign in to comment.