bump deps; including electron ~11.0.3

Fixes: https://github.com/webtorrent/webtorrent-desktop/issues/1896
This commit is contained in:
Feross Aboukhadijeh
2020-11-24 11:56:17 -10:00
parent a1a590fbba
commit 1c79ffc720
2 changed files with 27 additions and 10 deletions

View File

@@ -57,13 +57,13 @@
"winreg": "^1.2.4"
},
"devDependencies": {
"@babel/cli": "^7.12.7",
"@babel/core": "^7.12.7",
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.7",
"cross-zip": "^3.1.0",
"depcheck": "^1.3.1",
"electron": "~11.0.2",
"electron": "~11.0.3",
"electron-notarize": "^1.0.0",
"electron-osx-sign": "^0.5.0",
"electron-packager": "^15.1.0",