Skip to content

Commit

Permalink
#467 moving dependencies to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jan 25, 2023
1 parent 79f16b0 commit 06ffe89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions geppetto.js/geppetto-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
},
"dependencies": {
"@material-ui/core": "^4.1.3",
"@metacell/geppetto-meta-core": "1.1.0",
"@metacell/geppetto-meta-ui": "file:.yalc/@metacell/geppetto-meta-ui",
"pako": "^1.0.3",
"react": "^17.0.2",
"react-redux": "^7.2.3",
Expand All @@ -49,6 +47,10 @@
"jest": "^24.9.0",
"less": "^3.9.0"
},
"peerDepedencies": {
"@metacell/geppetto-meta-core": "1.1.0",
"@metacell/geppetto-meta-ui": "1.1.0"
},
"buildOptions": {
"emitEntryPoint": true,
"compile": {
Expand Down

0 comments on commit 06ffe89

Please sign in to comment.