mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update meteor-babel to version 7.5.1.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -10,7 +10,7 @@ Package.describe({
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
'meteor-babel': '7.5.0',
|
||||
'meteor-babel': '7.5.1',
|
||||
'json5': '2.1.0'
|
||||
});
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user