mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-19 14:13:38 -04:00
Fix wavesurfer version (#8508)
This commit is contained in:
@@ -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 ..\..
|
||||
|
||||
|
||||
Generated
+4
-4
@@ -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": {
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user