Skip to content

Commit

Permalink
bump required version for videojs-wavesurfer
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jan 30, 2021
1 parent bc209a4 commit a0d109d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -4,6 +4,7 @@

- New opus-media-recorder plugin: provides cross-browser Opus codec support with
various audio formats such as Ogg and WebM (#355)
- Bump required version for videojs-wavesurfer (3.4.0 or newer)


## 4.1.1 - 2020/11/01
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -74,16 +74,16 @@
"dependencies": {
"recordrtc": ">=5.6.1",
"video.js": ">=7.0.5",
"videojs-wavesurfer": ">=3.3.0",
"videojs-wavesurfer": ">=3.4.0",
"webrtc-adapter": ">=7.7.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"@ffmpeg/core": "^0.8.4",
"@ffmpeg/ffmpeg": "^0.9.5",
"@ffmpeg/core": "^0.8.5",
"@ffmpeg/ffmpeg": "^0.9.7",
"@mattiasbuelens/web-streams-polyfill": "^0.3.2",
"add-zero": "^1.0.0",
"babel-loader": "^8.2.2",
Expand Down Expand Up @@ -123,7 +123,7 @@
"lamejs": ">=1.2.0",
"libvorbis.js": ">=1.1.2",
"log-timestamp": "^0.3.0",
"mini-css-extract-plugin": "^1.3.4",
"mini-css-extract-plugin": "^1.3.5",
"node-fs-extra": "^0.8.2",
"node-static": "^0.7.11",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit a0d109d

Please sign in to comment.