Skip to content

Commit edccdc3

Browse files
release: 6.4.0 (#2614)
* update dev dependencies * bump version: 6.4.0
1 parent 9833c48 commit edccdc3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
wavesurfer.js changelog
22
=======================
33

4-
6.4.0 (unreleased)
4+
6.4.0 (05.11.2022)
55
------------------
66
- Markers plugin:
77
- Check for event after every add/remove (#2560)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wavesurfer.js",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"homepage": "https://wavesurfer-js.org",
55
"authors": [
66
"katspaugh <[email protected]>"

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wavesurfer.js",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
55
"main": "dist/wavesurfer.js",
66
"directories": {
@@ -55,13 +55,13 @@
5555
"visualization"
5656
],
5757
"devDependencies": {
58-
"@babel/core": "^7.19.3",
58+
"@babel/core": "^7.20.2",
5959
"@babel/eslint-parser": "^7.19.1",
6060
"@babel/plugin-proposal-class-properties": "^7.18.6",
61-
"@babel/preset-env": "^7.19.4",
61+
"@babel/preset-env": "^7.20.2",
6262
"@babel/register": "^7.18.9",
6363
"@chiragrupani/karma-chromium-edge-launcher": "^2.2.2",
64-
"babel-loader": "^8.2.5",
64+
"babel-loader": "^9.1.0",
6565
"babel-plugin-add-module-exports": "^1.0.4",
6666
"babel-plugin-istanbul": "^6.1.1",
6767
"date-fns": "^2.29.3",
@@ -73,10 +73,10 @@
7373
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
7474
"esdoc-integrate-test-plugin": "^1.0.0",
7575
"esdoc-standard-plugin": "^1.0.0",
76-
"eslint": "^8.25.0",
76+
"eslint": "^8.26.0",
7777
"htmlhint": "^1.1.4",
7878
"in-publish": "^2.0.1",
79-
"jasmine-core": "^4.4.0",
79+
"jasmine-core": "^4.5.0",
8080
"karma": "^6.4.1",
8181
"karma-chrome-launcher": "3.1.1",
8282
"karma-coverage": "^2.2.0",

0 commit comments

Comments
 (0)