Skip to content

Commit

Permalink
chore: remove node-gyp (#15369)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Dec 14, 2023
1 parent aa197e5 commit 86f16eb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"jest-junit": "^16.0.0",
"lerna": "^8.0.0",
"lint-staged": "^15.0.0",
"node-gyp": "^7.1.2",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
41 changes: 20 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9204,7 +9204,6 @@ __metadata:
jest-junit: "npm:^16.0.0"
lerna: "npm:^8.0.0"
lint-staged: "npm:^15.0.0"
node-gyp: "npm:^7.1.2"
prettier: "npm:^2.8.8"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
Expand Down Expand Up @@ -19938,26 +19937,6 @@ __metadata:
languageName: node
linkType: hard

"node-gyp@npm:^7.1.2, node-gyp@npm:latest":
version: 7.1.2
resolution: "node-gyp@npm:7.1.2"
dependencies:
env-paths: "npm:^2.2.0"
glob: "npm:^7.1.4"
graceful-fs: "npm:^4.2.3"
nopt: "npm:^5.0.0"
npmlog: "npm:^4.1.2"
request: "npm:^2.88.2"
rimraf: "npm:^3.0.2"
semver: "npm:^7.3.2"
tar: "npm:^6.0.2"
which: "npm:^2.0.2"
bin:
node-gyp: bin/node-gyp.js
checksum: b29061c73753551df1d74ec2195c664909d2c5aa02f413009368f144b152e80aa88d6967b24545caa3a589c59e86dbd1b2f4cc93088cb31de7d88b5b8984cafd
languageName: node
linkType: hard

"node-gyp@npm:^9.0.0":
version: 9.3.1
resolution: "node-gyp@npm:9.3.1"
Expand All @@ -19978,6 +19957,26 @@ __metadata:
languageName: node
linkType: hard

"node-gyp@npm:latest":
version: 7.1.2
resolution: "node-gyp@npm:7.1.2"
dependencies:
env-paths: "npm:^2.2.0"
glob: "npm:^7.1.4"
graceful-fs: "npm:^4.2.3"
nopt: "npm:^5.0.0"
npmlog: "npm:^4.1.2"
request: "npm:^2.88.2"
rimraf: "npm:^3.0.2"
semver: "npm:^7.3.2"
tar: "npm:^6.0.2"
which: "npm:^2.0.2"
bin:
node-gyp: bin/node-gyp.js
checksum: b29061c73753551df1d74ec2195c664909d2c5aa02f413009368f144b152e80aa88d6967b24545caa3a589c59e86dbd1b2f4cc93088cb31de7d88b5b8984cafd
languageName: node
linkType: hard

"node-int64@npm:^0.4.0":
version: 0.4.0
resolution: "node-int64@npm:0.4.0"
Expand Down

0 comments on commit 86f16eb

Please sign in to comment.