Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jan 6, 2021
1 parent 374e1b0 commit c27243e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
],
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
Expand All @@ -71,7 +71,7 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^7.15.0",
"eslint": "^7.17.0",
"htmlhint": "^0.14.2",
"in-publish": "^2.0.1",
"jasmine-core": "^3.6.0",
Expand All @@ -86,10 +86,10 @@
"lint-staged": "^10.5.3",
"load-script": "^1.0.0",
"pre-commit": "^1.2.2",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^4.0.0-beta.0",
"webpack-merge": "^5.7.0"
"webpack-merge": "^5.7.3"
},
"homepage": "https://wavesurfer-js.org",
"pre-commit": "lint-js-html",
Expand Down

0 comments on commit c27243e

Please sign in to comment.