Skip to content

Commit

Permalink
bump react versions to overcome pnpm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalacho-mit committed May 21, 2024
1 parent 5522710 commit 911319a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
"prop-types": "^15.5.10",
"query-string": "^5.1.1",
"raw-loader": "^4.0.0",
"react": "^16.0.0",
"react": "^16.14.0",
"react-contextmenu": "^2.9.4",
"react-dom": "^16.0.0",
"react-dom": "^16.14.0",
"react-draggable": "^3.0.5",
"react-ga": "^2.5.3",
"react-intl": "^2.9.0",
Expand Down Expand Up @@ -113,8 +113,8 @@
"xhr": "^2.5.0"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"devDependencies": {
"@babel/cli": "7.24.5",
Expand Down

0 comments on commit 911319a

Please sign in to comment.