mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update node-gyp and node-pre-gyp to latest versions.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user