Skip to content

Commit 55674dd

Browse files
committed
Fix build errors
1 parent 6579cdd commit 55674dd

23 files changed

+6229
-6469
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["env", "react"]
2+
"presets": ["@babel/preset-env", "@babel/preset-react"]
33
}

dash_cytoscape/dash_cytoscape.dev.js

Lines changed: 187 additions & 236 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/dash_cytoscape.min.js

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*!
2+
Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable
3+
Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com)
4+
Licensed under The MIT License (http://opensource.org/licenses/MIT)
5+
*/
6+
7+
/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */
8+
9+
/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */
10+
11+
/**
12+
* @license
13+
* Lodash <https://lodash.com/>
14+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
15+
* Released under MIT license <https://lodash.com/license>
16+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
17+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
18+
*/

dash_cytoscape/dash_cytoscape_extra.dev.js

Lines changed: 849 additions & 1199 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/dash_cytoscape_extra.min.js

Lines changed: 2 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/*!
2+
Copyright (C) 2010-2013 Raymond Hill: https://github.com/gorhill/Javascript-Voronoi
3+
MIT License: See https://github.com/gorhill/Javascript-Voronoi/LICENSE.md
4+
*/
5+
6+
/*!
7+
Copyright © 2016 Max Franz
8+
9+
Permission is hereby granted, free of charge, to any person obtaining a copy of
10+
this software and associated documentation files (the “Software”), to deal in
11+
the Software without restriction, including without limitation the rights to
12+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
13+
of the Software, and to permit persons to whom the Software is furnished to do
14+
so, subject to the following conditions:
15+
16+
The above copyright notice and this permission notice shall be included in all
17+
copies or substantial portions of the Software.
18+
19+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25+
SOFTWARE.
26+
*/
27+
28+
/*!
29+
Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable
30+
Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com)
31+
Licensed under The MIT License (http://opensource.org/licenses/MIT)
32+
*/
33+
34+
/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */
35+
36+
/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */
37+
38+
/*! Weaver licensed under MIT (https://tldrlegal.com/license/mit-license), copyright Max Franz */
39+
40+
/**
41+
* @license
42+
* Lodash <https://lodash.com/>
43+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
44+
* Released under MIT license <https://lodash.com/license>
45+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
46+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
47+
*/

dash_cytoscape/package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,35 +47,34 @@
4747
"cytoscape-svg": "0.4.0",
4848
"lodash": "^4.17.21",
4949
"ramda": "^0.29.0",
50-
"react": "^16.14.0",
50+
"react": ">=16",
5151
"react-cytoscapejs": "2.0.0",
52-
"react-dom": "^16.14.0"
52+
"react-dom": ">=16"
5353
},
5454
"devDependencies": {
55-
"babel-core": "^6.26.3",
55+
"@babel/core": "^7.23.0",
5656
"babel-eslint": "^8.2.3",
5757
"babel-loader": "^9.1.3",
58-
"babel-preset-env": "^1.7.0",
59-
"babel-preset-react": "^6.24.1",
58+
"@babel/preset-env": "^7.22.20",
59+
"@babel/preset-react": "^7.22.15",
6060
"copyfiles": "^2.4.1",
6161
"css-loader": "^6.8.1",
6262
"eslint": "^8.50.0",
6363
"eslint-config-prettier": "^9.0.0",
6464
"eslint-plugin-import": "^2.28.1",
6565
"eslint-plugin-react": "^7.33.2",
6666
"npm": "^10.1.0",
67-
"react-docgen": "^6.0.4",
67+
"prettier": "^3.0.3",
68+
"react-docgen": "^5.3.0",
6869
"style-loader": "^3.3.3",
6970
"webpack": "^5.88.2",
70-
"webpack-cli": "^5.1.4",
71-
"prettier": "^3.0.3"
71+
"webpack-cli": "^5.1.4"
7272
},
7373
"peerDependencies": {
74-
"react": ">=0.14",
75-
"react-dom": ">=0.14",
76-
"webpack": "^4.20.2",
77-
"webpack-cli": "^3.1.1",
78-
"webpack-serve": "^1.0.2"
74+
"react": ">=16",
75+
"react-dom": ">=16",
76+
"webpack": "^5.88.2",
77+
"webpack-cli": "^5.1.4"
7978
},
8079
"engines": {
8180
"node": ">=8.11.0",

deps/dash_cytoscape.dev.js

Lines changed: 187 additions & 236 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/dash_cytoscape.min.js

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)