fix: electron upgrade fixes (#2058)
* fix: electron upgrade fixes * fix: electron remote * fixes * fixes * pin * actually
This commit is contained in:
committed by
GitHub
parent
0732bd93d2
commit
c36e43eaa3
@@ -21,6 +21,7 @@
|
||||
"url": "https://github.com/webtorrent/webtorrent-desktop/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@electron/remote": "2.0.1",
|
||||
"airplayer": "github:webtorrent/airplayer#fix-security",
|
||||
"application-config": "2.0.0",
|
||||
"arch": "2.2.0",
|
||||
@@ -62,7 +63,7 @@
|
||||
"@babel/eslint-parser": "7.15.8",
|
||||
"@babel/plugin-transform-react-jsx": "7.14.9",
|
||||
"cross-zip": "4.0.0",
|
||||
"depcheck": "1.4.1",
|
||||
"depcheck": "1.4.2",
|
||||
"electron": "15.1.2",
|
||||
"electron-notarize": "1.1.1",
|
||||
"electron-osx-sign": "0.5.0",
|
||||
@@ -71,17 +72,17 @@
|
||||
"gh-release": "6.0.1",
|
||||
"minimist": "1.2.5",
|
||||
"nodemon": "2.0.13",
|
||||
"open": "8.2.1",
|
||||
"open": "8.3.0",
|
||||
"plist": "3.0.4",
|
||||
"pngjs": "6.0.0",
|
||||
"run-series": "1.1.9",
|
||||
"spectron": "15.0.0",
|
||||
"standard": "*",
|
||||
"standard": "16.0.4",
|
||||
"tape": "5.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.0.0",
|
||||
"npm": "^7.10.0"
|
||||
"npm": "^7.10.0 || ^8.0.0"
|
||||
},
|
||||
"homepage": "https://webtorrent.io",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user