Skip to content

Commit

Permalink
Merge pull request #4704 from kobotoolbox/npm-override-reflux-react
Browse files Browse the repository at this point in the history
Use `overrides` to fix reflux peerDependency resolution
  • Loading branch information
p2edwards authored Nov 2, 2023
2 parents a3b435d + d864092 commit 0d17a87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@
"webpack-dev-server": "^4.8.1",
"webpack-extract-translation-keys-plugin": "^6.0.0"
},
"overrides": {
"reflux": {
"react": "$react"
}
},
"scripts": {
"preinstall": "npm run hint",
"postinstall": "patch-package && npm run copy-fonts",
Expand Down

0 comments on commit 0d17a87

Please sign in to comment.