Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mariohmol committed Nov 1, 2024
1 parent 62ee6e5 commit ffcf7f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ang-jsoneditor",
"version": "3.1.1",
"version": "4.0.0",
"private": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,6 +35,7 @@
"@angular/platform-browser-dynamic": "17.0.2",
"@angular/router": "17.0.2",
"jsoneditor": "9.10.2",
"ng-packagr": "^18.2.1",
"rxjs": "*",
"tslib": "^2.3.0",
"webpack": "^5.88.2",
Expand Down

0 comments on commit ffcf7f4

Please sign in to comment.