Browse Source

Add type of wavesurfer

pull/1395/head
Hironsan 3 years ago
parent
commit
3bfd5ac285
2 changed files with 6 additions and 0 deletions
  1. 1
      frontend/package.json
  2. 5
      frontend/yarn.lock

1
frontend/package.json

@ -48,6 +48,7 @@
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/google-analytics": "^2.3.0",
"@types/lodash": "^4.14.168",
"@types/wavesurfer.js": "^5.0.1",
"@vue/test-utils": "^1.0.3",
"axios-mock-adapter": "^1.18.1",
"babel-core": "7.0.0-bridge.0",

5
frontend/yarn.lock

@ -2092,6 +2092,11 @@
dependencies:
source-map "^0.6.1"
"@types/wavesurfer.js@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@types/wavesurfer.js/-/wavesurfer.js-5.0.1.tgz#5f0f77a4dbbe842114f60b7add06d82f99a471be"
integrity sha512-BSIsRxbXR+gZxSdW3/WSgucjt2njpGi21BCcBAmV+Fif4Qhe6/Od0RnTmM5Fbq9U1VZLmbWOCTwakdSCGP88og==
"@types/webpack-bundle-analyzer@^3.9.0":
version "3.9.1"
resolved "https://registry.yarnpkg.com/@types/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.9.1.tgz#27a8923a4e71c13ac5f043f34f12136d8c99cf8e"

Loading…
Cancel
Save