Skip to content

Commit

Permalink
fix(storybook/infra): override react
Browse files Browse the repository at this point in the history
  • Loading branch information
moki committed Oct 30, 2023
1 parent d041e09 commit 2fe052e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,11 @@
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"overrides": {
"react-sortable-hoc": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
}

0 comments on commit 2fe052e

Please sign in to comment.