Skip to content

Commit

Permalink
Update for yFiles for HTML 2.6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michabaur committed Apr 30, 2024
1 parent bba41f0 commit 6c1a898
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
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.6.0.3-Evaluation/lib-dev/yfiles-26.0.3+eval-dev.tgz"
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib-dev/yfiles-26.0.4+eval-dev.tgz"
},
```

Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yfiles-angular-integration-basic",
"version": "26.0.3",
"version": "26.0.4",
"author": "yWorks GmbH <yfileshtml@yworks.com>",
"scripts": {
"ng": "ng",
Expand All @@ -9,27 +9,27 @@
"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.6.0.3-Evaluation/lib/license.json','./src/license.json')\""
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib/license.json','./src/license.json')\""
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.4",
"@angular/common": "^17.0.4",
"@angular/compiler": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/forms": "^17.0.4",
"@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^17.0.4",
"@angular/animations": "^17.3.6",
"@angular/common": "~17.3.6",
"@angular/compiler": "~17.3.6",
"@angular/core": "~17.3.6",
"@angular/forms": "~17.3.6",
"@angular/platform-browser": "~17.3.6",
"@angular/platform-browser-dynamic": "~17.3.6",
"@angular/router": "^17.3.6",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.2",
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.3-Evaluation/lib-dev/yfiles-26.0.3+eval-dev.tgz"
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib-dev/yfiles-26.0.4+eval-dev.tgz",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.3",
"@angular/cli": "~17.0.3",
"@angular/compiler-cli": "^17.0.4",
"@angular-devkit/build-angular": "^17.3.6",
"@angular/cli": "~17.3.6",
"@angular/compiler-cli": "^17.3.6",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.1",
"karma": "~6.4.2",
Expand Down

0 comments on commit 6c1a898

Please sign in to comment.