add specific version of node-gyp so that things build on mac

This commit is contained in:
Matthew Griffith 2022-04-05 11:38:02 -04:00
parent 2993411df2
commit 46b0975d53
2 changed files with 5480 additions and 6312 deletions

11776
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"url": "https://github.com/mdgriffith/elm-optimize-level-2.git"
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"bin": {
"elm-optimize-level-2": "./bin/elm-optimize-level-2"
@ -51,17 +51,18 @@
"geckodriver": "^1.20.0",
"husky": "^4.2.5",
"jest": "^27.3.1",
"jest-watch-typeahead": "^0.6.0",
"jest-watch-typeahead": "^1.0.0",
"prepack": "^0.2.54",
"selenium-webdriver": "^4.0.0-beta.4",
"terser": "^5.1.0",
"tree-sitter": "^0.16.1",
"tree-sitter-elm": "^2.7.9",
"ts-jest": "^27.0.7",
"tree-sitter": "^0.20.0",
"tree-sitter-elm": "^4.5.0",
"ts-jest": "^27.1.4",
"ts-node": "^8.10.2",
"tslib": "^2.0.0",
"uglify-js": "^3.10.0",
"v8-natives": "^1.2.5"
"v8-natives": "^1.2.5",
"node-gyp": "^9.0.0"
},
"dependencies": {
"@types/jest": "^27.0.3",
@ -70,5 +71,8 @@
"node-elm-compiler": "^5.0.4",
"ts-union": "^2.2.1",
"typescript": "^4.5.5"
},
"volta": {
"node": "16.14.2"
}
}