Skip to content

Commit 6c1a898

Browse files
committed
Update for yFiles for HTML 2.6.0.4
1 parent bba41f0 commit 6c1a898

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

integration-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Adding yFiles as a dependency is almost as easy as installing an external librar
2424
```
2525
"dependencies": {
2626
...
27-
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.3-Evaluation/lib-dev/yfiles-26.0.3+eval-dev.tgz"
27+
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib-dev/yfiles-26.0.4+eval-dev.tgz"
2828
},
2929
```
3030

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yfiles-angular-integration-basic",
3-
"version": "26.0.3",
3+
"version": "26.0.4",
44
"author": "yWorks GmbH <[email protected]>",
55
"scripts": {
66
"ng": "ng",
@@ -9,27 +9,27 @@
99
"watch": "ng build --watch --configuration development",
1010
"test": "ng test",
1111
"postinstall": "npm run copy-eval-license",
12-
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.6.0.3-Evaluation/lib/license.json','./src/license.json')\""
12+
"copy-eval-license": "node -e \"require('fs').copyFileSync('../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib/license.json','./src/license.json')\""
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "^17.0.4",
17-
"@angular/common": "^17.0.4",
18-
"@angular/compiler": "^17.0.4",
19-
"@angular/core": "^17.0.4",
20-
"@angular/forms": "^17.0.4",
21-
"@angular/platform-browser": "^17.0.4",
22-
"@angular/platform-browser-dynamic": "^17.0.4",
23-
"@angular/router": "^17.0.4",
16+
"@angular/animations": "^17.3.6",
17+
"@angular/common": "~17.3.6",
18+
"@angular/compiler": "~17.3.6",
19+
"@angular/core": "~17.3.6",
20+
"@angular/forms": "~17.3.6",
21+
"@angular/platform-browser": "~17.3.6",
22+
"@angular/platform-browser-dynamic": "~17.3.6",
23+
"@angular/router": "^17.3.6",
2424
"rxjs": "~7.8.1",
2525
"tslib": "^2.6.2",
26-
"zone.js": "~0.14.2",
27-
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.3-Evaluation/lib-dev/yfiles-26.0.3+eval-dev.tgz"
26+
"yfiles": "../yFiles-for-HTML-Complete-2.6.0.4-Evaluation/lib-dev/yfiles-26.0.4+eval-dev.tgz",
27+
"zone.js": "~0.14.2"
2828
},
2929
"devDependencies": {
30-
"@angular-devkit/build-angular": "^17.0.3",
31-
"@angular/cli": "~17.0.3",
32-
"@angular/compiler-cli": "^17.0.4",
30+
"@angular-devkit/build-angular": "^17.3.6",
31+
"@angular/cli": "~17.3.6",
32+
"@angular/compiler-cli": "^17.3.6",
3333
"@types/jasmine": "~5.1.4",
3434
"jasmine-core": "~5.1.1",
3535
"karma": "~6.4.2",

0 commit comments

Comments
 (0)