From e80189e76b16f17defbbe675579b3fa7c28e7ea2 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Fri, 5 Jul 2019 17:39:10 -0400 Subject: [PATCH] Update meteor-babel to version 7.5.1. --- History.md | 2 +- .../.npm/package/npm-shrinkwrap.json | 17 +++++++++++------ packages/babel-compiler/package.js | 2 +- scripts/dev-bundle-tool-package.js | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/History.md b/History.md index 6270547b2a..448445fb18 100644 --- a/History.md +++ b/History.md @@ -47,7 +47,7 @@ N/A * The `mongodb` npm package used by the `npm-mongo` Meteor package has been updated to version 3.2.7. -* The `meteor-babel` npm package has been updated to version 7.5.0. +* The `meteor-babel` npm package has been updated to version 7.5.1. * The `reify` npm package has been updated to version 0.20.12. diff --git a/packages/babel-compiler/.npm/package/npm-shrinkwrap.json b/packages/babel-compiler/.npm/package/npm-shrinkwrap.json index 3953b145d8..64a4750dde 100644 --- a/packages/babel-compiler/.npm/package/npm-shrinkwrap.json +++ b/packages/babel-compiler/.npm/package/npm-shrinkwrap.json @@ -163,6 +163,11 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz", "integrity": "sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg==" }, + "@babel/plugin-syntax-class-properties": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.2.0.tgz", + "integrity": "sha512-UxYaGXYQ7rrKJS/PxIKRkv3exi05oH7rokBAsmCSsCxz1sVPZ7Fu6FzKoGgUvmY+0YgSkYHgUoCh5R5bCNBQlw==" + }, "@babel/plugin-syntax-dynamic-import": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.2.0.tgz", @@ -524,9 +529,9 @@ "integrity": "sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA=" }, "babel-preset-meteor": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/babel-preset-meteor/-/babel-preset-meteor-7.5.0.tgz", - "integrity": "sha512-m1fH7DcIC0Kpe+1e6TSF2TwSC0Raqr7UKyzGGsSWgUjqWhRVJSboStMBeeSdGziJemU7mJqXF7MIrbRRFNGYpQ==" + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/babel-preset-meteor/-/babel-preset-meteor-7.5.1.tgz", + "integrity": "sha512-qmXkyQYiT0hqGgESo3Ns3bjQRU/JW7b96knzxOAM1vg/gJCcjL9wAkDG6sro5+dkKNP6l5AR+E5DbNcXeDuRiw==" }, "babel-preset-minify": { "version": "0.5.0", @@ -629,9 +634,9 @@ "integrity": "sha512-6QK0OpF/phMz0Q2AxILkX2mFhi7m+WMwTRg0LQKq/WBB0cDP4rYH3Wp4/d3OTXlrPLVJT/RFqj8tFeAR4nk8AA==" }, "meteor-babel": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.5.0.tgz", - "integrity": "sha512-WcodS/EkKn6avgG05Q27nmoj/jo3DLMRQcSHnqzlDa+lvUk9SftW2LL9MK6LJWJQtCuxPFuEd/C8mrVd/T/TXg==" + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.5.1.tgz", + "integrity": "sha512-Ff71xbTkpaqZvovOL6KXFzoOkOoyqT+/LScR3V8bcLLu726XhobUYKKIVjyjSc8IvXR/Pwi8rrstmpY1mZZqvg==" }, "meteor-babel-helpers": { "version": "0.0.3", diff --git a/packages/babel-compiler/package.js b/packages/babel-compiler/package.js index 57bff79a29..83fec4de8b 100644 --- a/packages/babel-compiler/package.js +++ b/packages/babel-compiler/package.js @@ -10,7 +10,7 @@ Package.describe({ }); Npm.depends({ - 'meteor-babel': '7.5.0', + 'meteor-babel': '7.5.1', 'json5': '2.1.0' }); diff --git a/scripts/dev-bundle-tool-package.js b/scripts/dev-bundle-tool-package.js index 80351198a5..7c8e05af71 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/74fafef8d16c3c5bdf4d3aca5123d49db63680e9", "node-gyp": "5.0.1", "node-pre-gyp": "0.13.0", - "meteor-babel": "7.5.0", + "meteor-babel": "7.5.1", // Keep the versions of these packages consistent with the versions // found in dev-bundle-server-package.js. "meteor-promise": "0.8.7",