mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update all dependencies to version 7.0.0. 🎉
This commit is contained in:
54
package.json
54
package.json
@@ -7,34 +7,34 @@
|
||||
"repository": "https://github.com/meteor/babel-preset-meteor",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.0.0-rc.2",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.0.0-rc.2",
|
||||
"@babel/plugin-syntax-async-generators": "7.0.0-rc.2",
|
||||
"@babel/plugin-syntax-flow": "7.0.0-rc.2",
|
||||
"@babel/plugin-syntax-object-rest-spread": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-arrow-functions": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-async-to-generator": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-block-scoped-functions": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-block-scoping": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-classes": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-computed-properties": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-destructuring": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-exponentiation-operator": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-flow-strip-types": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-for-of": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-literals": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-object-super": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-parameters": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-property-literals": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-regenerator": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-shorthand-properties": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-spread": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-sticky-regex": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-template-literals": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-typeof-symbol": "7.0.0-rc.2",
|
||||
"@babel/plugin-transform-unicode-regex": "7.0.0-rc.2"
|
||||
"@babel/plugin-proposal-async-generator-functions": "7.0.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
|
||||
"@babel/plugin-syntax-async-generators": "7.0.0",
|
||||
"@babel/plugin-syntax-flow": "7.0.0",
|
||||
"@babel/plugin-syntax-object-rest-spread": "7.0.0",
|
||||
"@babel/plugin-transform-arrow-functions": "7.0.0",
|
||||
"@babel/plugin-transform-async-to-generator": "7.0.0",
|
||||
"@babel/plugin-transform-block-scoped-functions": "7.0.0",
|
||||
"@babel/plugin-transform-block-scoping": "7.0.0",
|
||||
"@babel/plugin-transform-classes": "7.0.0",
|
||||
"@babel/plugin-transform-computed-properties": "7.0.0",
|
||||
"@babel/plugin-transform-destructuring": "7.0.0",
|
||||
"@babel/plugin-transform-exponentiation-operator": "7.0.0",
|
||||
"@babel/plugin-transform-flow-strip-types": "7.0.0",
|
||||
"@babel/plugin-transform-for-of": "7.0.0",
|
||||
"@babel/plugin-transform-literals": "7.0.0",
|
||||
"@babel/plugin-transform-object-super": "7.0.0",
|
||||
"@babel/plugin-transform-parameters": "7.0.0",
|
||||
"@babel/plugin-transform-property-literals": "7.0.0",
|
||||
"@babel/plugin-transform-regenerator": "7.0.0",
|
||||
"@babel/plugin-transform-shorthand-properties": "7.0.0",
|
||||
"@babel/plugin-transform-spread": "7.0.0",
|
||||
"@babel/plugin-transform-sticky-regex": "7.0.0",
|
||||
"@babel/plugin-transform-template-literals": "7.0.0",
|
||||
"@babel/plugin-transform-typeof-symbol": "7.0.0",
|
||||
"@babel/plugin-transform-unicode-regex": "7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-rc.2"
|
||||
"@babel/core": "7.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user