Skip to content

Commit

Permalink
peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jan 30, 2025
1 parent 2769409 commit a4bfbd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@
"useDist": "node ../../scripts/useDist.js",
"useSrc": "node ../../scripts/useSrc.js"
},
"peerDependencies": {
"dependencies": {
"@jbrowse/core": "^2.0.0",
"mobx-react": "^9.0.0",
"mobx-state-tree": "^5.0.0",
"mobx-state-tree": "^5.0.0"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"publishConfig": {
Expand Down

0 comments on commit a4bfbd7

Please sign in to comment.