Skip to content

Commit

Permalink
bumped angular and various dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
datomo committed Feb 28, 2024
1 parent e2de96d commit d8a870e
Show file tree
Hide file tree
Showing 12 changed files with 5,332 additions and 4,893 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,18 @@
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"options": {
"browserTarget": "ng:build"
"buildTarget": "ng:build"
},
"configurations": {
"production": {
"browserTarget": "ng:build:production"
"buildTarget": "ng:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ng:build"
"buildTarget": "ng:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit d8a870e

Please sign in to comment.