Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 3, 2020
1 parent 219abb7 commit 70a1b1f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
},
"dependencies": {
"@achingbrain/dependency-check": "^4.1.0",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-transform-regenerator": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@babel/register": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@commitlint/cli": "^11.0.0",
Expand All @@ -59,10 +59,10 @@
"@electron/get": "^1.10.0",
"@polka/send-type": "^0.5.2",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.8",
"@types/node": "^14.14.10",
"aegir-typedoc-theme": "^0.1.0",
"babel-loader": "^8.2.1",
"buffer": "^6.0.2",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
"bytes": "^3.1.0",
"camelcase": "^6.2.0",
"chai": "^4.2.0",
Expand All @@ -74,7 +74,7 @@
"cors": "^2.8.5",
"cosmiconfig": "^7.0.0",
"dirty-chai": "^2.0.1",
"electron-mocha": "9.3.0",
"electron-mocha": "^9.3.3",
"eslint": "^7.11.0",
"eslint-config-ipfs": "^0.1.0",
"execa": "^4.1.0",
Expand All @@ -85,7 +85,7 @@
"git-authors-cli": "^1.0.31",
"git-validate": "^2.2.4",
"globby": "^11.0.1",
"ipfs-utils": "^5.0.0",
"ipfs-utils": "^5.0.1",
"it-glob": "~0.0.10",
"json-loader": "~0.5.7",
"karma": "^5.2.3",
Expand All @@ -98,7 +98,7 @@
"karma-sourcemap-loader": "~0.3.8",
"karma-webpack": "4.0.2",
"listr": "~0.14.2",
"merge-options": "^3.0.3",
"merge-options": "^3.0.4",
"mocha": "^8.2.1",
"npm-package-json-lint": "^5.1.0",
"nyc": "^15.1.0",
Expand All @@ -109,7 +109,7 @@
"premove": "^3.0.1",
"prompt-promise": "^1.0.3",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.2",
"semver": "^7.3.4",
"simple-git": "^2.22.0",
"strip-bom": "^4.0.0",
"strip-json-comments": "^3.1.1",
Expand All @@ -125,7 +125,7 @@
"yargs-parser": "^20.2.3"
},
"devDependencies": {
"electron": "^11.0.1",
"electron": "^11.0.3",
"iso-url": "^1.0.0",
"mock-require": "^3.0.2",
"sinon": "^9.2.1"
Expand Down

0 comments on commit 70a1b1f

Please sign in to comment.