Skip to content

Commit faad34a

Browse files
committed
Fix react-docgen version to 5.3.0
1 parent 9974946 commit faad34a

15 files changed

+339
-138
lines changed

dash_cytoscape/dash_cytoscape.dev.js

Lines changed: 3 additions & 3 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: 1 addition & 1 deletion
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: 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.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_cytoscape/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -48,34 +48,34 @@
4848
"cytoscape-spread": "^3.0.0",
4949
"cytoscape-svg": "0.4.0",
5050
"lodash": "^4.17.21",
51-
"ramda": "^0.29.0",
52-
"react": ">=16",
51+
"ramda": "^0.29.1",
52+
"react": ">=18",
5353
"react-cytoscapejs": "2.0.0",
54-
"react-dom": ">=16",
55-
"uuid": "^9.0.0"
54+
"react-dom": ">=18",
55+
"uuid": "^9.0.1"
5656
},
5757
"devDependencies": {
58-
"@babel/core": "^7.23.0",
59-
"@babel/eslint-parser": "^7.22.15",
60-
"@babel/preset-env": "^7.22.20",
61-
"@babel/preset-react": "^7.22.15",
58+
"@babel/core": "^7.23.7",
59+
"@babel/eslint-parser": "^7.23.3",
60+
"@babel/preset-env": "^7.23.8",
61+
"@babel/preset-react": "^7.23.3",
6262
"babel-loader": "^9.1.3",
6363
"copyfiles": "^2.4.1",
64-
"css-loader": "^6.8.1",
65-
"eslint": "^8.50.0",
66-
"eslint-config-prettier": "^9.0.0",
67-
"eslint-plugin-import": "^2.28.1",
64+
"css-loader": "^6.9.1",
65+
"eslint": "^8.56.0",
66+
"eslint-config-prettier": "^9.1.0",
67+
"eslint-plugin-import": "^2.29.1",
6868
"eslint-plugin-react": "^7.33.2",
69-
"npm": "^10.1.0",
70-
"prettier": "^3.0.3",
69+
"npm": "^10.3.0",
70+
"prettier": "^3.2.4",
7171
"react-docgen": "^5.3.0",
72-
"style-loader": "^3.3.3",
73-
"webpack": "^5.88.2",
72+
"style-loader": "^3.3.4",
73+
"webpack": "^5.89.0",
7474
"webpack-cli": "^5.1.4"
7575
},
7676
"peerDependencies": {
77-
"react": ">=16",
78-
"react-dom": ">=16",
77+
"react": ">=18",
78+
"react-dom": ">=18",
7979
"webpack": "^5.88.2",
8080
"webpack-cli": "^5.1.4"
8181
},

deps/dash_cytoscape.dev.js

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

deps/dash_cytoscape_extra.dev.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.

deps/dash_cytoscape_extra.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/dash_cytoscape.dev.js

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

0 commit comments

Comments
 (0)