Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Sep 12, 2019
1 parent 59099df commit 9b6ea33
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 @@ -29,21 +29,21 @@
"prepublishOnly": "npm run lint && npm run build:browser"
},
"dependencies": {
"node-fetch": "^2.3.0",
"ws": "^6.1.1"
"node-fetch": "2.6.0",
"ws": "7.1.2"
},
"peerDependencies": {
"register-scheme": "github:devsnek/node-register-scheme"
},
"devDependencies": {
"discord.js-docgen": "github:discordjs/docgen",
"electron": "^1.7.9",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0",
"electron": "^6.0.9",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "^2.18.2",
"jsdoc-strip-async-await": "^0.1.0",
"webpack": "^4.13.0",
"webpack-cli": "^3.0.8"
"webpack": "^4.40.0",
"webpack-cli": "^3.3.8"
},
"browser": {
"net": false,
Expand Down

0 comments on commit 9b6ea33

Please sign in to comment.