Skip to content

Commit

Permalink
chore: upgrade to angular 16 (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins authored May 25, 2023
1 parent 7e746f5 commit d74e556
Show file tree
Hide file tree
Showing 7 changed files with 4,464 additions and 2,482 deletions.
8 changes: 3 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"allowedCommonJsDependencies": ["localforage"]
},
"configurations": {
"production": {
Expand Down Expand Up @@ -165,10 +166,7 @@
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
}
},
"cypress-run": {
Expand Down
Loading

0 comments on commit d74e556

Please sign in to comment.