Update node-gyp and node-pre-gyp to latest versions.

This commit is contained in:
Ben Newman
2019-05-08 15:51:58 -04:00
parent 799793b851
commit e1d78433bd
2 changed files with 5 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ N/A
* The `sqlite3` npm package has been updated to version 4.0.6.
* The `node-gyp` npm package has been updated to version 4.0.0, and
`node-pre-gyp` has been updated to version 0.13.0.
## v1.8.2
### Breaking changes

View File

@@ -12,8 +12,8 @@ var packageJson = {
// and we want to make sure there are no dependencies on a higher version
npm: "6.9.0",
pacote: "https://github.com/meteor/pacote/tarball/c5043daa1b768594e01d76275e3854fc19f038f9",
"node-gyp": "3.7.0",
"node-pre-gyp": "0.10.3",
"node-gyp": "4.0.0",
"node-pre-gyp": "0.13.0",
"meteor-babel": "7.4.5",
// Keep the versions of these packages consistent with the versions
// found in dev-bundle-server-package.js.