add missing deps
This commit is contained in:
parent
b7fac65a87
commit
0bcc01ed0e
2 changed files with 6 additions and 1 deletions
|
|
@ -39,7 +39,10 @@
|
|||
"dependencies": {
|
||||
"@codemirror/lang-javascript": "^0.19.0",
|
||||
"react-codemirror6": "^1.1.0",
|
||||
"react-hook-inview": "^4.5.0"
|
||||
"react-hook-inview": "^4.5.0",
|
||||
"@strudel.cycles/core": "*",
|
||||
"@strudel.cycles/tone": "*",
|
||||
"@strudel.cycles/eval": "*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue