mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update plugins to v6.2.4.
This commit is contained in:
62
package.json
62
package.json
@@ -7,36 +7,36 @@
|
||||
"repository": "https://github.com/meteor/babel-preset-meteor",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-check-es2015-constants": "^6.1.18",
|
||||
"babel-plugin-external-helpers-2": "^6.1.18",
|
||||
"babel-plugin-syntax-async-functions": "^6.1.18",
|
||||
"babel-plugin-syntax-async-generators": "^6.1.18",
|
||||
"babel-plugin-syntax-flow": "^6.1.18",
|
||||
"babel-plugin-syntax-object-rest-spread": "^6.1.18",
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-classes": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-computed-properties": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-function-name": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-literals": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-object-super": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-spread": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-sticky-regex": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.1.18",
|
||||
"babel-plugin-transform-es2015-unicode-regex": "^6.1.18",
|
||||
"babel-plugin-transform-es3-member-expression-literals": "^6.1.18",
|
||||
"babel-plugin-transform-es3-property-literals": "^6.1.18",
|
||||
"babel-plugin-transform-flow-strip-types": "^6.1.18",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.1.18",
|
||||
"babel-plugin-transform-regenerator": "^6.1.18",
|
||||
"babel-plugin-transform-runtime": "^6.1.18"
|
||||
"babel-plugin-check-es2015-constants": "^6.2.4",
|
||||
"babel-plugin-external-helpers-2": "^6.2.4",
|
||||
"babel-plugin-syntax-async-functions": "^6.2.4",
|
||||
"babel-plugin-syntax-async-generators": "^6.2.4",
|
||||
"babel-plugin-syntax-flow": "^6.2.4",
|
||||
"babel-plugin-syntax-object-rest-spread": "^6.2.4",
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-classes": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-computed-properties": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-function-name": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-literals": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-object-super": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-spread": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-sticky-regex": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.2.4",
|
||||
"babel-plugin-transform-es2015-unicode-regex": "^6.2.4",
|
||||
"babel-plugin-transform-es3-member-expression-literals": "^6.2.4",
|
||||
"babel-plugin-transform-es3-property-literals": "^6.2.4",
|
||||
"babel-plugin-transform-flow-strip-types": "^6.2.4",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.2.4",
|
||||
"babel-plugin-transform-regenerator": "^6.2.4",
|
||||
"babel-plugin-transform-runtime": "^6.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user