diff --git a/History.md b/History.md index dd6a286fc0..dd967d6f79 100644 --- a/History.md +++ b/History.md @@ -12,6 +12,8 @@ * The `meteor-babel` npm package has been updated to version 7.7.5. +* The `typescript` npm package has been updated to version 3.7.3. + ## v1.8.2, 2019-11-14 ### Breaking changes diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index 44363d2555..73788ebe11 100644 --- a/scripts/dev-bundle-tool-package.js +++ b/scripts/dev-bundle-tool-package.js @@ -14,7 +14,7 @@ var packageJson = { pacote: "https://github.com/meteor/pacote/tarball/6c03d5b9497d6c96c5e421a63bdf70b843657ae7", "node-gyp": "5.0.1", "node-pre-gyp": "0.13.0", - typescript: "3.7.2", + typescript: "3.7.3", "meteor-babel": "7.7.5", // Keep the versions of these packages consistent with the versions // found in dev-bundle-server-package.js.