Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Oct 3, 2022
1 parent fb431bd commit 1e18006
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"visualization"
],
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.9",
"@babel/preset-env": "^7.19.3",
"@babel/register": "^7.18.9",
"@chiragrupani/karma-chromium-edge-launcher": "^2.2.2",
"babel-loader": "^8.2.5",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.1.1",
"date-fns": "^2.29.1",
"date-fns": "^2.29.3",
"debounce": "^1.2.1",
"esdoc": "^1.1.0",
"esdoc-accessor-plugin": "^1.0.0",
Expand All @@ -73,11 +73,11 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^8.20.0",
"eslint": "^8.24.0",
"htmlhint": "^1.1.4",
"in-publish": "^2.0.1",
"jasmine-core": "^4.3.0",
"karma": "^6.4.0",
"jasmine-core": "^4.4.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
Expand All @@ -90,7 +90,7 @@
"pre-commit": "^1.2.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"homepage": "https://wavesurfer-js.org",
Expand Down

0 comments on commit 1e18006

Please sign in to comment.