Skip to content

Commit cde1e4b

Browse files
authored
Update react/react-dom to 16.13.0 and docgen to 5.3.0 [ref dash#1531] (#117)
This pull request is for updating the docstring comments so they will be compatible with the new style docstrings in dash #1531
1 parent 7bab11d commit cde1e4b

File tree

2 files changed

+318
-217
lines changed

2 files changed

+318
-217
lines changed

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.13.1",
4444
"react-cytoscapejs": "1.2.1",
45-
"react-dom": "15.4.2"
45+
"react-dom": "^16.13.1"
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",

0 commit comments

Comments
 (0)