Skip to content

Commit

Permalink
fix(release): update to angular 17 and bump all dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilpin committed Mar 5, 2024
1 parent 17f74c6 commit 3d17db6
Show file tree
Hide file tree
Showing 3 changed files with 2,190 additions and 1,607 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "hotkeys:build"
"buildTarget": "hotkeys:build"
},
"configurations": {
"production": {
"browserTarget": "hotkeys:build:production"
"buildTarget": "hotkeys:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "hotkeys:build"
"buildTarget": "hotkeys:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 3d17db6

Please sign in to comment.