Skip to content

Commit

Permalink
install updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JCornelison authored and JCornelison committed Nov 8, 2023
1 parent e323a83 commit ece53e3
Show file tree
Hide file tree
Showing 4 changed files with 8,127 additions and 6,215 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ To verify, also check/update package.json & package-lock.json

Commands from Evergreen Angular:

- `npx ng update @angular/core @angular/cdk @angular/cli @angular/google-maps @angular/material`
- `npx ng update @angular/core @angular/cdk @angular/cli @angular/google-maps @angular/material` (maybe with ' --force' to avoid peer dependency warnings)
- `npx ng update`
- `npx npm-check-updates -u`
- `npm install`
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "rangertrak:build:production"
"buildTarget": "rangertrak:build:production"
},
"development": {
"browserTarget": "rangertrak:build:development"
"buildTarget": "rangertrak:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "rangertrak:build"
"buildTarget": "rangertrak:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit ece53e3

Please sign in to comment.