Skip to content

Commit

Permalink
fix: update deps (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Dec 16, 2020
1 parent 077bbe6 commit f421dd0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
},
"dependencies": {
"@achingbrain/dependency-check": "^4.1.0",
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-regenerator": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@babel/register": "^7.12.1",
"@babel/register": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
Expand All @@ -58,8 +58,8 @@
"@commitlint/travis-cli": "^11.0.0",
"@electron/get": "^1.10.0",
"@polka/send-type": "^0.5.2",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.13",
"aegir-typedoc-theme": "^0.1.0",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
Expand All @@ -74,15 +74,15 @@
"cors": "^2.8.5",
"cosmiconfig": "^7.0.0",
"dirty-chai": "^2.0.1",
"electron-mocha": "^9.3.3",
"eslint": "^7.11.0",
"electron-mocha": "^10.0.0",
"eslint": "^7.15.0",
"eslint-config-ipfs": "^0.1.0",
"execa": "^4.1.0",
"execa": "^5.0.0",
"extract-zip": "^2.0.1",
"findup-sync": "^4.0.0",
"fs-extra": "^9.0.1",
"gh-pages": "^3.1.0",
"git-authors-cli": "^1.0.31",
"git-authors-cli": "^1.0.32",
"git-validate": "^2.2.4",
"globby": "^11.0.1",
"ipfs-utils": "^5.0.1",
Expand Down Expand Up @@ -110,7 +110,7 @@
"prompt-promise": "^1.0.3",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.4",
"simple-git": "^2.22.0",
"simple-git": "^2.28.0",
"strip-bom": "^4.0.0",
"strip-json-comments": "^3.1.1",
"terser-webpack-plugin": "^3.0.5",
Expand All @@ -121,14 +121,14 @@
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2",
"yargs": "^16.1.1",
"yargs": "^16.2.0",
"yargs-parser": "^20.2.3"
},
"devDependencies": {
"electron": "^11.0.3",
"electron": "^11.1.0",
"iso-url": "^1.0.0",
"mock-require": "^3.0.2",
"sinon": "^9.2.1"
"sinon": "^9.2.2"
},
"engines": {
"node": ">=10.0.0",
Expand Down

0 comments on commit f421dd0

Please sign in to comment.