Skip to content

Commit 9b300da

Browse files
committed
Move react and react-dom to devDependencies
1 parent faad34a commit 9b300da

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

dash_cytoscape/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949
"cytoscape-svg": "0.4.0",
5050
"lodash": "^4.17.21",
5151
"ramda": "^0.29.1",
52-
"react": ">=18",
5352
"react-cytoscapejs": "2.0.0",
54-
"react-dom": ">=18",
5553
"uuid": "^9.0.1"
5654
},
5755
"devDependencies": {
@@ -71,11 +69,11 @@
7169
"react-docgen": "^5.3.0",
7270
"style-loader": "^3.3.4",
7371
"webpack": "^5.89.0",
74-
"webpack-cli": "^5.1.4"
72+
"webpack-cli": "^5.1.4",
73+
"react": "^18.2.0",
74+
"react-dom": "^18.2.0"
7575
},
7676
"peerDependencies": {
77-
"react": ">=18",
78-
"react-dom": ">=18",
7977
"webpack": "^5.88.2",
8078
"webpack-cli": "^5.1.4"
8179
},

package-lock.json

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

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949
"cytoscape-svg": "0.4.0",
5050
"lodash": "^4.17.21",
5151
"ramda": "^0.29.1",
52-
"react": ">=18",
5352
"react-cytoscapejs": "2.0.0",
54-
"react-dom": ">=18",
5553
"uuid": "^9.0.1"
5654
},
5755
"devDependencies": {
@@ -71,11 +69,11 @@
7169
"react-docgen": "^5.3.0",
7270
"style-loader": "^3.3.4",
7371
"webpack": "^5.89.0",
74-
"webpack-cli": "^5.1.4"
72+
"webpack-cli": "^5.1.4",
73+
"react": "^18.2.0",
74+
"react-dom": "^18.2.0"
7575
},
7676
"peerDependencies": {
77-
"react": ">=18",
78-
"react-dom": ">=18",
7977
"webpack": "^5.88.2",
8078
"webpack-cli": "^5.1.4"
8179
},

0 commit comments

Comments
 (0)