Skip to content

Commit b10b32b

Browse files
author
Xing Han Lu
authored
Rebuild React (#123)
* Update dash to 1.* * Update react to ^16.14.0 * npm i * npm audit fix * npm run build:all * Pin cryptography
1 parent cde1e4b commit b10b32b

11 files changed

+1622
-337
lines changed

dash_cytoscape/Cytoscape.py

Lines changed: 152 additions & 150 deletions
Large diffs are not rendered by default.

dash_cytoscape/dash_cytoscape.dev.js

Lines changed: 2 additions & 2 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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/dash_cytoscape_extra.dev.js

Lines changed: 2 additions & 2 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 & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/metadata.json

Lines changed: 464 additions & 15 deletions
Large diffs are not rendered by default.

dash_cytoscape/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"cytoscape-svg": "0.2.0",
4141
"lodash": "^4.17.11",
4242
"ramda": "^0.25.0",
43-
"react": "15.4.2",
43+
"react": "^16.14.0",
4444
"react-cytoscapejs": "1.2.1",
45-
"react-dom": "15.4.2"
45+
"react-dom": "^16.14.0"
4646
},
4747
"devDependencies": {
4848
"babel-core": "^6.26.3",
@@ -57,7 +57,7 @@
5757
"eslint-plugin-import": "^2.12.0",
5858
"eslint-plugin-react": "^7.9.1",
5959
"npm": "^6.14.4",
60-
"react-docgen": "^2.21.0",
60+
"react-docgen": "^5.3.0",
6161
"style-loader": "^0.21.0",
6262
"webpack": "^4.20.2",
6363
"webpack-cli": "^3.1.1",

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"cytoscape-svg": "0.2.0",
4141
"lodash": "^4.17.11",
4242
"ramda": "^0.25.0",
43-
"react": "^16.13.1",
43+
"react": "^16.14.0",
4444
"react-cytoscapejs": "1.2.1",
45-
"react-dom": "^16.13.1"
45+
"react-dom": "^16.14.0"
4646
},
4747
"devDependencies": {
4848
"babel-core": "^6.26.3",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ biopython>=1.77;python_version>="3.0"
22
biopython==1.76;python_version=="2.7"
33
gunicorn
44
plotly
5-
dash==0.39.0
5+
dash[dev]==1.*
66

77
colour==0.1.5

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# pip install -r requirements.txt
44

55
chromedriver-binary
6-
dash>=0.38.0
6+
dash[dev, testing]==1.*
77
ipdb
88
percy
99
selenium
@@ -13,3 +13,4 @@ pytest-dash>=2.1.1
1313
colour==0.1.5
1414
biopython>=1.77;python_version>="3.0"
1515
biopython==1.76;python_version=="2.7"
16+
cryptography<3.4;python_version<"3.7"

0 commit comments

Comments
 (0)