mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update meteor-babel npm package to version 7.0.0-rc.1-1.
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
seconds of rebuild time for projects with lots of CSS.
|
||||
|
||||
* The `meteor-babel` npm package used by `babel-compiler` has been updated
|
||||
to version 7.0.0-rc.1. **Note:** This change _requires_ also updating
|
||||
to version 7.0.0-rc.1-1. **Note:** This change _requires_ also updating
|
||||
the `@babel/runtime` npm package to version 7.0.0-beta.56 or later:
|
||||
```sh
|
||||
meteor npm install @babel/runtime@latest
|
||||
|
||||
@@ -514,9 +514,9 @@
|
||||
"integrity": "sha1-viQcqBQEAwZ4t0hxcyK4nQyP4oA="
|
||||
},
|
||||
"babel-preset-meteor": {
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/babel-preset-meteor/-/babel-preset-meteor-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-WjggDPl0nFLzOu+baKE68A/gNOHxMZMwTpAwg5TcrBhr3dWa+wezcdcUkEc6yqvRoKAba7UCxbB+14LwlMZuXg=="
|
||||
"version": "7.0.0-rc.1-exact",
|
||||
"resolved": "https://registry.npmjs.org/babel-preset-meteor/-/babel-preset-meteor-7.0.0-rc.1-exact.tgz",
|
||||
"integrity": "sha512-cgJYzvN0p9ggdVBOMgG4+TWh2oNFZlqavroDt5EncUia6ahOEgTKUXWQtl2IIFZet2NCi0hx8nQNcodEaIZ0tw=="
|
||||
},
|
||||
"babel-preset-minify": {
|
||||
"version": "0.2.0",
|
||||
@@ -599,9 +599,9 @@
|
||||
"integrity": "sha1-G7nzFO9ri63tE7VJFpsqlF62jk0="
|
||||
},
|
||||
"meteor-babel": {
|
||||
"version": "7.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-sxsSodkJu7fGnoPzl4b8i5D2DNiM3PQLnsSdPxBK7UFqZlqu+K1vrJhapn3AdJkvzFQIP63owflpJV0hk/TTEw=="
|
||||
"version": "7.0.0-rc.1-1",
|
||||
"resolved": "https://registry.npmjs.org/meteor-babel/-/meteor-babel-7.0.0-rc.1-1.tgz",
|
||||
"integrity": "sha512-YdtFnGYBGq79TSN9YeKvPsa5kU59ukS2zZXIsJS94R3FQMc9XOUK9GayopNqzyC1x3ifo2BYoiEwmOjGKl6R7Q=="
|
||||
},
|
||||
"meteor-babel-helpers": {
|
||||
"version": "0.0.3",
|
||||
|
||||
@@ -10,7 +10,7 @@ Package.describe({
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
'meteor-babel': '7.0.0-rc.1',
|
||||
'meteor-babel': '7.0.0-rc.1-1',
|
||||
'json5': '1.0.1'
|
||||
});
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ var packageJson = {
|
||||
pacote: "https://github.com/meteor/pacote/tarball/a3285854a68e4969d6c8abaa74407f7d113b178f",
|
||||
"node-gyp": "3.7.0",
|
||||
"node-pre-gyp": "0.10.3",
|
||||
"meteor-babel": "7.0.0-rc.1",
|
||||
"meteor-babel": "7.0.0-rc.1-1",
|
||||
"meteor-promise": "0.8.6",
|
||||
promise: "8.0.1",
|
||||
reify: "0.17.3",
|
||||
|
||||
Reference in New Issue
Block a user