mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Patch butterchurn to use eel-wasm 98 to fix mod bug (#1334)
This commit is contained in:
parent
50a7c2df49
commit
33003a8f8f
3 changed files with 2371 additions and 5 deletions
|
|
@ -43,5 +43,10 @@
|
|||
"prettier": {
|
||||
"trailingComma": "es5"
|
||||
},
|
||||
"version": "0.0.0-next-87012d8d"
|
||||
"version": "0.0.0-next-87012d8d",
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"butterchurn@3.0.0-beta.5": "patches/butterchurn@3.0.0-beta.5.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2356
patches/butterchurn@3.0.0-beta.5.patch
Normal file
2356
patches/butterchurn@3.0.0-beta.5.patch
Normal file
File diff suppressed because one or more lines are too long
13
pnpm-lock.yaml
generated
13
pnpm-lock.yaml
generated
|
|
@ -4,6 +4,11 @@ settings:
|
|||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
patchedDependencies:
|
||||
butterchurn@3.0.0-beta.5:
|
||||
hash: dn4lya4siqyl4wmtq4serjeoma
|
||||
path: patches/butterchurn@3.0.0-beta.5.patch
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
|
|
@ -73,7 +78,7 @@ importers:
|
|||
dependencies:
|
||||
butterchurn:
|
||||
specifier: 3.0.0-beta.5
|
||||
version: 3.0.0-beta.5
|
||||
version: 3.0.0-beta.5(patch_hash=dn4lya4siqyl4wmtq4serjeoma)
|
||||
butterchurn-presets:
|
||||
specifier: 3.0.0-beta.4
|
||||
version: 3.0.0-beta.4
|
||||
|
|
@ -326,7 +331,7 @@ importers:
|
|||
version: link:../ani-cursor
|
||||
butterchurn:
|
||||
specifier: 3.0.0-beta.5
|
||||
version: 3.0.0-beta.5
|
||||
version: 3.0.0-beta.5(patch_hash=dn4lya4siqyl4wmtq4serjeoma)
|
||||
butterchurn-presets:
|
||||
specifier: 3.0.0-beta.4
|
||||
version: 3.0.0-beta.4
|
||||
|
|
@ -19036,7 +19041,7 @@ snapshots:
|
|||
'@babel/runtime': 7.27.6
|
||||
ecma-proposal-math-extensions: 0.0.2
|
||||
|
||||
butterchurn@3.0.0-beta.5:
|
||||
butterchurn@3.0.0-beta.5(patch_hash=dn4lya4siqyl4wmtq4serjeoma):
|
||||
dependencies:
|
||||
'@assemblyscript/loader': 0.17.14
|
||||
ecma-proposal-math-extensions: 0.0.2
|
||||
|
|
@ -29351,7 +29356,7 @@ snapshots:
|
|||
'@redux-devtools/extension': 3.3.0(redux@5.0.1)
|
||||
'@sentry/browser': 5.9.1
|
||||
ani-cursor: 0.0.5
|
||||
butterchurn: 3.0.0-beta.5
|
||||
butterchurn: 3.0.0-beta.5(patch_hash=dn4lya4siqyl4wmtq4serjeoma)
|
||||
butterchurn-presets: 3.0.0-beta.4
|
||||
classnames: 2.5.1
|
||||
fscreen: 1.2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue