Skip to content

Commit

Permalink
Update for yFiles for HTML 2.5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michabaur committed Jun 27, 2023
1 parent 46ef709 commit e28da2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "3mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
Expand Down Expand Up @@ -87,5 +87,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
2 changes: 1 addition & 1 deletion integration-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Adding yFiles as a dependency is almost as easy as installing an external librar
```
"dependencies": {
...
"yfiles": "../yFiles-for-HTML-Complete-2.5.0.3-Evaluation/lib-dev/yfiles-25.0.3+eval-dev.tgz"
"yfiles": "../yFiles-for-HTML-Complete-2.5.0.4-Evaluation/lib-dev/yfiles-25.0.4+eval-dev.tgz"
},
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yfiles-angular-integration-basic",
"version": "25.0.3",
"version": "25.0.4",
"author": "yWorks GmbH <yfileshtml@yworks.com>",
"scripts": {
"ng": "ng",
Expand All @@ -9,7 +9,7 @@
"watch": "ng build --watch --configuration development",
"test": "ng test",
"postinstall": "npm run copy-eval-license",
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.5.0.3-Evaluation/lib/license.json','./src/license.json')\""
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.5.0.4-Evaluation/lib/license.json','./src/license.json')\""
},
"private": true,
"dependencies": {
Expand All @@ -23,7 +23,7 @@
"@angular/router": "^14.1.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"yfiles": "../yFiles-for-HTML-Complete-2.5.0.3-Evaluation/lib-dev/yfiles-25.0.3+eval-dev.tgz",
"yfiles": "../yFiles-for-HTML-Complete-2.5.0.4-Evaluation/lib-dev/yfiles-25.0.4+eval-dev.tgz",
"zone.js": "~0.11.4"
},
"devDependencies": {
Expand Down

0 comments on commit e28da2d

Please sign in to comment.