Skip to content

Commit 5fcd36a

Browse files
committed
Update for yFiles for HTML 2.4.0.5
1 parent 35f9411 commit 5fcd36a

File tree

5 files changed

+31
-36
lines changed

5 files changed

+31
-36
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 yWorks GmbH
3+
Copyright (c) 2022 yWorks GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Checkout this project, then extract the yFiles for HTML package to a directory n
2727
```
2828
documents
2929
|-- graphs-in-digital-marketing
30-
|-- yFiles-for-HTML-Complete-2.3.0.4-Evaluation
30+
|-- yFiles-for-HTML-Complete-2.4.0.5-Evaluation
3131
```
3232

3333
Afterwards, enter the `graphs-in-digital-marketing` directory and run the usual commands
@@ -65,7 +65,7 @@ or call [+49 7071 9709050](tel:+4970719709050).
6565

6666
The MIT License (MIT)
6767

68-
Copyright (c) 2021 yWorks GmbH
68+
Copyright (c) 2022 yWorks GmbH
6969

7070
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7171

app/SankeyLayoutConfiguration.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,12 @@ export class SankeyLayoutConfiguration {
7878
}),
7979
})
8080
if (incrementalNodes && incrementalNodes.length > 0) {
81-
hierarchicLayoutData.incrementalHints.incrementalLayeringNodes.items = List.fromArray(
82-
incrementalNodes
83-
)
81+
hierarchicLayoutData.incrementalHints.incrementalLayeringNodes.items =
82+
List.fromArray(incrementalNodes)
8483
}
8584
if (incrementalEdges && incrementalEdges.length > 0) {
86-
hierarchicLayoutData.incrementalHints.incrementalSequencingItems.items = List.fromArray(
87-
incrementalEdges
88-
)
85+
hierarchicLayoutData.incrementalHints.incrementalSequencingItems.items =
86+
List.fromArray(incrementalEdges)
8987
}
9088
return hierarchicLayoutData
9189
}

app/styles/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import '~yfiles/yfiles.css';
21
@import '~bootstrap/dist/css/bootstrap.min.css';
32

43
html,

package.json

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,41 @@
55
"version": "1.0.0",
66
"private": true,
77
"scripts": {
8-
"preinstall": "cd ../yFiles-for-HTML-Complete-2.3.0.4-Evaluation/ && npm pack lib/es-modules/",
8+
"preinstall": "cd ../yFiles-for-HTML-Complete-2.4.0.5-Evaluation/ && npm pack lib/es-modules/",
99
"postinstall": "node copy-license.js",
1010
"production": "webpack --mode production",
1111
"dev": "webpack --mode development",
12-
"start": "webpack --mode development && webpack-dev-server --mode development --open",
13-
"prettier": "prettier --write **/*.{js,json,ts,css}"
12+
"start": "webpack --mode development && webpack-dev-server --mode development --open"
1413
},
1514
"devDependencies": {
16-
"@babel/cli": "^7.10.5",
17-
"@babel/core": "^7.10.5",
18-
"@babel/preset-env": "^7.10.4",
19-
"@babel/preset-typescript": "^7.10.4",
20-
"@types/jquery": "^3.5.0",
21-
"@yworks/optimizer": "^1.3.2",
22-
"babel-loader": "^8.1.0",
15+
"@babel/cli": "^7.14.5",
16+
"@babel/core": "^7.14.6",
17+
"@babel/preset-env": "^7.14.7",
18+
"@babel/preset-typescript": "^7.14.5",
19+
"@types/jquery": "^3.5.5",
20+
"@yworks/optimizer": "^1.5.0",
21+
"babel-loader": "^8.2.2",
2322
"clean-webpack-plugin": "^3.0.0",
2423
"copy-webpack-plugin": "^5.1.1",
25-
"core-js": "^3.6.5",
26-
"css-loader": "^3.6.0",
27-
"html-webpack-harddisk-plugin": "1.0.1",
24+
"core-js": "^3.15.1",
25+
"css-loader": "^5.2.6",
26+
"html-webpack-harddisk-plugin": "2.0.0",
2827
"html-webpack-plugin": "^3.2.0",
29-
"mini-css-extract-plugin": "^0.9.0",
30-
"prettier": "^1.19.1",
31-
"regenerator-runtime": "0.13.5",
32-
"style-loader": "1.2.1",
33-
"typescript": "^3.9.7",
34-
"webpack": "^4.44.0",
28+
"mini-css-extract-plugin": "^1.6.0",
29+
"regenerator-runtime": "0.13.7",
30+
"style-loader": "3.0.0",
31+
"typescript": "^4.3.4",
32+
"webpack": "^4.46.0",
3533
"webpack-cli": "^3.3.12",
36-
"webpack-dev-server": "^3.11.0",
37-
"webpack-merge": "4.2.2"
34+
"webpack-dev-server": "^3.11.2",
35+
"webpack-merge": "5.8.0"
3836
},
3937
"dependencies": {
40-
"@fortawesome/fontawesome-free": "^5.14.0",
41-
"bootstrap": "^4.5.0",
42-
"jquery": "^3.5.1",
43-
"lodash": "^4.17.19",
38+
"@fortawesome/fontawesome-free": "^5.15.3",
39+
"bootstrap": "^4.6.0",
40+
"jquery": "^3.6.0",
41+
"lodash": "^4.17.21",
4442
"popper.js": "^1.16.1",
45-
"yfiles": "../yFiles-for-HTML-Complete-2.3.0.4-Evaluation/yfiles-23.0.4-eval.tgz"
43+
"yfiles": "../yFiles-for-HTML-Complete-2.4.0.5-Evaluation/yfiles-24.0.5-eval.tgz"
4644
}
4745
}

0 commit comments

Comments
 (0)