Skip to content

Commit

Permalink
feat!: update node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 12, 2024
1 parent e3766d1 commit eca6c8f
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 189 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/npm-lifecycle",
"version": "2.0.2",
"version": "3.0.0",
"description": "JavaScript package lifecycle hook runner",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"author": "Mike Sherov",
"license": "Artistic-2.0",
"engines": {
"node": ">=12.17"
"node": ">=18.12"
},
"bugs": {
"url": "https://github.com/pnpm/npm-lifecycle/issues"
Expand All @@ -35,7 +35,7 @@
"@pnpm/byline": "^1.0.0",
"@pnpm/error": "^5.0.2",
"@yarnpkg/shell": "3.2.5",
"node-gyp": "^9.4.0",
"node-gyp": "^10.0.1",
"resolve-from": "^5.0.0",
"slide": "^1.1.6",
"uid-number": "0.0.6",
Expand Down
Loading

0 comments on commit eca6c8f

Please sign in to comment.