Fix: wavesurfer.js package.json error

This commit is contained in:
unitwk 2024-02-05 15:20:23 +08:00
parent 2c40b1c2dc
commit 435ec7687f
3 changed files with 13 additions and 2 deletions

View File

@ -36,6 +36,7 @@
"vue": "^3.3.4",
"vue-i18n": "^9.6.5",
"vue-router": "^4.2.4",
"wavesurfer.js": "^7.7.1",
"xterm": "^4.12.0",
"xterm-addon-fit": "^0.5.0",
"zrender": "^5.4.4"
@ -9174,6 +9175,11 @@
"node": ">=10.13.0"
}
},
"node_modules/wavesurfer.js": {
"version": "7.7.1",
"resolved": "https://registry.npmjs.org/wavesurfer.js/-/wavesurfer.js-7.7.1.tgz",
"integrity": "sha512-2HFBnTgxtz2e2XMpoPVDxDjxJH6CQLj+Q1TO6U3K2ngtQ4svgymDb4fhK++qTZlL4GTMmUuqxDHEi6wK/8gGtg=="
},
"node_modules/webidl-conversions": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
@ -16023,6 +16029,11 @@
"graceful-fs": "^4.1.2"
}
},
"wavesurfer.js": {
"version": "7.7.1",
"resolved": "https://registry.npmjs.org/wavesurfer.js/-/wavesurfer.js-7.7.1.tgz",
"integrity": "sha512-2HFBnTgxtz2e2XMpoPVDxDjxJH6CQLj+Q1TO6U3K2ngtQ4svgymDb4fhK++qTZlL4GTMmUuqxDHEi6wK/8gGtg=="
},
"webidl-conversions": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",

View File

@ -40,6 +40,7 @@
"vue": "^3.3.4",
"vue-i18n": "^9.6.5",
"vue-router": "^4.2.4",
"wavesurfer.js": "^7.7.1",
"xterm": "^4.12.0",
"xterm-addon-fit": "^0.5.0",
"zrender": "^5.4.4"

View File

@ -10,7 +10,6 @@
},
"dependencies": {
"crc": "^4.3.2",
"i18next-scanner": "^4.4.0",
"wavesurfer.js": "^7.6.4"
"i18next-scanner": "^4.4.0"
}
}