mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
remove unused deps
This commit is contained in:
parent
458dc6e07d
commit
657091307e
@ -26,9 +26,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/tidalcycles/strudel#readme",
|
||||
"dependencies": {
|
||||
"@strudel.cycles/core": "workspace:*",
|
||||
"@strudel.cycles/eval": "workspace:*",
|
||||
"@strudel.cycles/tone": "workspace:*"
|
||||
"@strudel.cycles/core": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"peggy": "^2.0.1",
|
||||
|
||||
17
pnpm-lock.yaml
generated
17
pnpm-lock.yaml
generated
@ -85,7 +85,7 @@ importers:
|
||||
shift-traverser: ^1.0.0
|
||||
vitest: ^0.25.7
|
||||
dependencies:
|
||||
'@strudel.cycles/core': link:../core
|
||||
'@strudel.cycles/core': 0.5.0
|
||||
estraverse: 5.3.0
|
||||
shift-ast: 7.0.0
|
||||
shift-codegen: 8.1.0
|
||||
@ -109,14 +109,10 @@ importers:
|
||||
packages/mini:
|
||||
specifiers:
|
||||
'@strudel.cycles/core': workspace:*
|
||||
'@strudel.cycles/eval': workspace:*
|
||||
'@strudel.cycles/tone': workspace:*
|
||||
peggy: ^2.0.1
|
||||
vitest: ^0.25.7
|
||||
dependencies:
|
||||
'@strudel.cycles/core': link:../core
|
||||
'@strudel.cycles/eval': link:../eval
|
||||
'@strudel.cycles/tone': link:../tone
|
||||
devDependencies:
|
||||
peggy: 2.0.1
|
||||
vitest: 0.25.8
|
||||
@ -2376,6 +2372,13 @@ packages:
|
||||
picomatch: 2.3.1
|
||||
dev: false
|
||||
|
||||
/@strudel.cycles/core/0.5.0:
|
||||
resolution: {integrity: sha512-6+jItB/6pwIiGOQwpyo9k72DsJIRy/VDJ0J+r43D9CeoRjhvShQznBrOtd5JuGe9iVn+8D1DjQojq/Ivrj6jsg==}
|
||||
dependencies:
|
||||
bjork: 0.0.1
|
||||
fraction.js: 4.2.0
|
||||
dev: false
|
||||
|
||||
/@supabase/functions-js/1.3.4:
|
||||
resolution: {integrity: sha512-yYVgkECjv7IZEBKBI3EB5Q7R1p0FJ10g8Q9N7SWKIHUU6i6DnbEGHIMFLyQRm1hmiNWD8fL7bRVEYacmTRJhHw==}
|
||||
dependencies:
|
||||
@ -3438,6 +3441,10 @@ packages:
|
||||
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
/bjork/0.0.1:
|
||||
resolution: {integrity: sha512-IAq1k24hAwuACo82E0NobWh44z2heG4VM0C6c4MxLCDx54Tt4s4tjT8M+0ON4pfXzH2V5Br1tfhhnb19oiMp2w==}
|
||||
dev: false
|
||||
|
||||
/bl/4.1.0:
|
||||
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user