Skip to content

Commit

Permalink
Update angular 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano-s404 committed Oct 18, 2022
1 parent e57c982 commit 557a3a5
Show file tree
Hide file tree
Showing 14 changed files with 3,762 additions and 4,017 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "2500kb",
"maximumError": "3mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "20kb",
"maximumError": "40kb"
}
],
"fileReplacements": [
Expand Down
Loading

0 comments on commit 557a3a5

Please sign in to comment.