Skip to content

Commit ac0ddda

Browse files
authored
Merge pull request #871 from bcgov/feature/DSS-1123
DSS-1123 Upgrade angular packages
2 parents fc1ae85 + 1fae6ea commit ac0ddda

File tree

5 files changed

+6705
-3761
lines changed

5 files changed

+6705
-3761
lines changed

frontend/angular.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"inlineStyleLanguage": "scss",
2626
"assets": ["src/favicon.ico", "src/assets"],
2727
"styles": ["src/styles.scss"],
28-
"scripts": []
28+
"scripts": [],
29+
"allowedCommonJsDependencies": ["quill-delta"]
2930
},
3031
"configurations": {
3132
"production": {
@@ -40,13 +41,13 @@
4041
"budgets": [
4142
{
4243
"type": "initial",
43-
"maximumWarning": "1500kb",
44-
"maximumError": "3mb"
44+
"maximumWarning": "2000kb",
45+
"maximumError": "4mb"
4546
},
4647
{
4748
"type": "anyComponentStyle",
48-
"maximumWarning": "6kb",
49-
"maximumError": "12kb"
49+
"maximumWarning": "8kb",
50+
"maximumError": "14kb"
5051
}
5152
],
5253
"outputHashing": "all"

0 commit comments

Comments
 (0)