Skip to content

Commit

Permalink
fix: provide overrides for react-json-view with react18 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hokwanhung committed Dec 30, 2023
1 parent e8ed46a commit 04d8c3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
"last 1 safari version"
]
},
"overrides": {
"react-json-view": {
"react": "$react",
"react-dom": "$react-dom"
}
},
"devDependencies": {
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
Expand Down

0 comments on commit 04d8c3b

Please sign in to comment.