Skip to content

Commit a569da5

Browse files
committed
Upgrade to Angular 19 and GrapesJS 0.22.4
1 parent 1f830db commit a569da5

File tree

11 files changed

+8322
-11451
lines changed

11 files changed

+8322
-11451
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ trim_trailing_whitespace = true
1010

1111
[*.ts]
1212
quote_type = single
13+
ij_typescript_use_double_quotes = false
1314

1415
[*.md]
1516
max_line_length = off

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
},
9494
{
9595
"type": "anyComponentStyle",
96-
"maximumWarning": "2kB",
97-
"maximumError": "4kB"
96+
"maximumWarning": "4kB",
97+
"maximumError": "8kB"
9898
}
9999
],
100100
"outputHashing": "all"

0 commit comments

Comments
 (0)