Skip to content

Commit

Permalink
chore: update deps (#654)
Browse files Browse the repository at this point in the history
Everything apart from webpack as that seems to have more involved changes.
  • Loading branch information
achingbrain authored Oct 20, 2020
1 parent f2ad1b9 commit 5516ddf
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"@babel/preset-typescript": "^7.10.1",
"@babel/register": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@commitlint/lint": "^8.3.5",
"@commitlint/load": "^8.3.5",
"@commitlint/read": "^8.3.4",
"@commitlint/travis-cli": "^8.3.5",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/lint": "^11.0.0",
"@commitlint/load": "^11.0.0",
"@commitlint/read": "^11.0.0",
"@commitlint/travis-cli": "^11.0.0",
"@electron/get": "^1.10.0",
"@polka/send-type": "^0.5.2",
"babel-loader": "^8.0.5",
Expand All @@ -69,12 +69,12 @@
"conventional-changelog": "^3.1.18",
"conventional-github-releaser": "^3.1.3",
"cors": "^2.8.5",
"cosmiconfig": "^6.0.0",
"cosmiconfig": "^7.0.0",
"dependency-check": "^4.1.0",
"dirty-chai": "^2.0.1",
"documentation": "^13.0.1",
"electron-mocha": "^8.2.0",
"eslint": "^6.8.0",
"electron-mocha": "^9.3.0",
"eslint": "^7.11.0",
"eslint-config-ipfs": "^0.1.0",
"execa": "^4.0.0",
"extract-zip": "^2.0.1",
Expand All @@ -84,7 +84,7 @@
"git-authors-cli": "^1.0.27",
"git-validate": "^2.2.4",
"globby": "^11.0.1",
"ipfs-utils": "^2.3.0",
"ipfs-utils": "^4.0.0",
"it-glob": "~0.0.8",
"json-loader": "~0.5.7",
"karma": "^5.1.0",
Expand All @@ -97,11 +97,11 @@
"karma-sourcemap-loader": "~0.3.7",
"karma-webpack": "4.0.2",
"listr": "~0.14.2",
"merge-options": "^2.0.0",
"merge-options": "^3.0.3",
"mocha": "^8.0.1",
"npm-package-json-lint": "^5.1.0",
"nyc": "^15.1.0",
"ora": "^4.0.4",
"ora": "^5.1.0",
"p-map": "^4.0.0",
"pascalcase": "^1.0.0",
"pify": "^5.0.0",
Expand All @@ -112,18 +112,18 @@
"semver": "^7.3.2",
"simple-git": "^2.7.0",
"terser-webpack-plugin": "^3.0.5",
"typescript": "^3.9.5",
"update-notifier": "^4.0.0",
"typescript": "^4.0.3",
"update-notifier": "^5.0.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2",
"which": "^2.0.2",
"yargs": "^15.3.1",
"yargs-parser": "^18.1.3"
"yargs": "^16.1.0",
"yargs-parser": "^20.2.3"
},
"devDependencies": {
"electron": "^9.0.4",
"electron": "^10.1.4",
"iso-url": "^0.4.7",
"mock-require": "^3.0.2",
"sinon": "^9.0.2"
Expand Down

0 comments on commit 5516ddf

Please sign in to comment.