Skip to content

Commit f5a5e62

Browse files
committed
updated node-gyp
1 parent f075fcc commit f5a5e62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: electron/packager/conf-node-gyp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
npm install --global node-gyp@6.0.1
3+
npm install --global node-gyp@7.0.0
44

55
if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ]; then
66
npm config set node_gyp "`npm prefix -g`\node_modules\node-gyp\bin\node-gyp.js"

Diff for: yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -6035,7 +6035,7 @@ electron-rebuild@^1.8.6:
60356035
detect-libc "^1.0.3"
60366036
fs-extra "^8.1.0"
60376037
node-abi "^2.11.0"
6038-
node-gyp "^6.0.1"
6038+
node-gyp "^7.0.0"
60396039
ora "^3.4.0"
60406040
spawn-rx "^3.0.0"
60416041
yargs "^14.2.0"
@@ -10027,7 +10027,7 @@ npm-lifecycle@^3.1.2:
1002710027
dependencies:
1002810028
byline "^5.0.0"
1002910029
graceful-fs "^4.1.15"
10030-
node-gyp "^5.0.2"
10030+
node-gyp "^7.0.0"
1003110031
resolve-from "^4.0.0"
1003210032
slide "^1.1.6"
1003310033
uid-number "0.0.6"

0 commit comments

Comments
 (0)