Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
chore: release 19.0.0
  • Loading branch information
tiberiuzuld committed Dec 1, 2024
1 parent 4826b55 commit 5be1439
Show file tree
Hide file tree
Showing 17 changed files with 8,829 additions and 9,641 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ trim_trailing_whitespace = true

[*.ts]
quote_type = single
ij_typescript_use_double_quotes = false

[*.md]
max_line_length = off
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### Angular implementation of angular-gridster [Demo](http://tiberiuzuld.github.io/angular-gridster2)

### Requires Angular 18.x
### Requires Angular 19.x

### For other Angular versions check the other branches.

Expand Down
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kB",
"maximumError": "4kB"
"maximumWarning": "4kB",
"maximumError": "8kB"
}
],
"outputHashing": "all"
Expand Down
Loading

0 comments on commit 5be1439

Please sign in to comment.