Fix wavesurfer version (#8508)

This commit is contained in:
Florian Rival
2026-04-13 16:21:58 +02:00
committed by GitHub
parent fd3103a169
commit 3c81a0f0d5
5 changed files with 30 additions and 24 deletions
+4
View File
@@ -375,22 +375,26 @@ jobs:
# setuptools will make distutils available again (but we should migrate our packages probably).
command: |
pip install setuptools
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
cd newIDE\app
npm -v
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
Remove-Item package-lock.json
$Env:REQUIRES_EXACT_LIBGD_JS_VERSION = "true"
npm install
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
cd ..\electron-app
Remove-Item package-lock.json
npm install
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
cd ..\..
+4 -4
View File
@@ -61,7 +61,7 @@
"source-map-explorer": "^2.0.1",
"three": "0.160.0",
"url-search-params": "^1.0.2",
"wavesurfer.js": "^7.8.6",
"wavesurfer.js": "7.12.6",
"xxhashjs": "^0.2.2",
"yaml": "^2.8.2"
},
@@ -40200,9 +40200,9 @@
}
},
"node_modules/wavesurfer.js": {
"version": "7.12.1",
"resolved": "https://registry.npmjs.org/wavesurfer.js/-/wavesurfer.js-7.12.1.tgz",
"integrity": "sha512-NswPjVHxk0Q1F/VMRemCPUzSojjuHHisQrBqQiRXg7MVbe3f5vQ6r0rTTXA/a/neC/4hnOEC4YpXca4LpH0SUg==",
"version": "7.12.6",
"resolved": "https://registry.npmjs.org/wavesurfer.js/-/wavesurfer.js-7.12.6.tgz",
"integrity": "sha512-zSxPgOFprtyJ31ppHQF0+E9jAmjAhi1rR36yIW6h1GOYdpRxDe6mbkYtlChqLK0Iz8ROBweiEFw2zus7tDFibA==",
"license": "BSD-3-Clause"
},
"node_modules/wbuf": {
+1 -1
View File
@@ -97,7 +97,7 @@
"source-map-explorer": "^2.0.1",
"three": "0.160.0",
"url-search-params": "^1.0.2",
"wavesurfer.js": "^7.8.6",
"wavesurfer.js": "7.12.6",
"xxhashjs": "^0.2.2",
"yaml": "^2.8.2",
"@material-ui/styles": "4.11.5"
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long