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 24, 2023
1 parent e8ed46a commit 4957acf
Show file tree
Hide file tree
Showing 2 changed files with 2,070 additions and 1,696 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
Loading

0 comments on commit 4957acf

Please sign in to comment.