v6.1.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-browser",
|
||||
"version": "6.0.20",
|
||||
"version": "6.1.2",
|
||||
"description": "Babel browser build",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.1.1",
|
||||
"version": "6.1.2",
|
||||
"description": "Babel command line.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -8,7 +8,7 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
|
||||
"preferGlobal": true,
|
||||
"dependencies": {
|
||||
"babel-core": "^6.0.15",
|
||||
"babel-core": "^6.1.2",
|
||||
"babel-polyfill": "^6.0.14",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"bin-version-check": "^2.1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "6.0.20",
|
||||
"version": "6.1.2",
|
||||
"description": "Babel compiler core.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -29,14 +29,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.0.15",
|
||||
"babel-generator": "^6.0.19",
|
||||
"babel-helpers": "^6.0.17",
|
||||
"babel-generator": "^6.1.2",
|
||||
"babel-helpers": "^6.1.2",
|
||||
"babel-messages": "^6.0.15",
|
||||
"babel-template": "^6.0.16",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-traverse": "^6.0.20",
|
||||
"babel-types": "^6.0.19",
|
||||
"babylon": "^6.0.18",
|
||||
"babel-traverse": "^6.1.2",
|
||||
"babel-types": "^6.1.2",
|
||||
"babylon": "^6.1.2",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
"esutils": "^2.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.0.19",
|
||||
"version": "6.1.2",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -13,7 +13,7 @@
|
||||
"dependencies": {
|
||||
"babel-messages": "^6.0.15",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.0.19",
|
||||
"babel-types": "^6.1.2",
|
||||
"detect-indent": "^3.0.1",
|
||||
"is-integer": "^1.0.4",
|
||||
"lodash": "^3.10.1",
|
||||
@@ -23,6 +23,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.0.15",
|
||||
"babylon": "^6.0.18"
|
||||
"babylon": "^6.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-remap-async-to-generator",
|
||||
"version": "6.0.16",
|
||||
"version": "6.1.2",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
|
||||
"license": "MIT",
|
||||
@@ -8,8 +8,8 @@
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-template": "^6.0.16",
|
||||
"babel-types": "^6.0.15",
|
||||
"babel-traverse": "^6.0.16",
|
||||
"babel-types": "^6.1.2",
|
||||
"babel-traverse": "^6.1.2",
|
||||
"babel-helper-function-name": "^6.0.15"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helpers",
|
||||
"version": "6.0.17",
|
||||
"version": "6.1.2",
|
||||
"description": "Collection of helper functions used by Babel transforms.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-classes",
|
||||
"version": "6.0.15",
|
||||
"version": "6.1.2",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
|
||||
"license": "MIT",
|
||||
@@ -10,11 +10,11 @@
|
||||
"babel-helper-function-name": "^6.0.15",
|
||||
"babel-helper-replace-supers": "^6.0.15",
|
||||
"babel-template": "^6.0.15",
|
||||
"babel-traverse": "^6.0.14",
|
||||
"babel-traverse": "^6.1.2",
|
||||
"babel-helper-define-map": "^6.0.15",
|
||||
"babel-messages": "^6.0.15",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.0.15"
|
||||
"babel-types": "^6.1.2"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-instanceof",
|
||||
"version": "6.0.15",
|
||||
"version": "6.1.2",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-instanceof",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-typeof-symbol",
|
||||
"version": "6.0.15",
|
||||
"version": "6.1.2",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-inline-elements",
|
||||
"version": "6.0.20",
|
||||
"version": "6.1.2",
|
||||
"description": "Turn JSX elements into exploded React objects",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-inline-elements",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-runtime",
|
||||
"version": "6.0.16",
|
||||
"version": "6.1.2",
|
||||
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-strict-mode",
|
||||
"version": "6.0.15",
|
||||
"version": "6.1.2",
|
||||
"description": "TODO",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode",
|
||||
"license": "MIT",
|
||||
@@ -10,6 +10,6 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.0.15"
|
||||
"babel-types": "^6.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-es2015",
|
||||
"version": "6.0.15",
|
||||
"version": "6.1.2",
|
||||
"description": "Babel preset for all es2015 plugins.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -13,7 +13,7 @@
|
||||
"babel-plugin-transform-es2015-function-name": "^6.0.14",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "^6.0.14",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.0.14",
|
||||
"babel-plugin-transform-es2015-classes": "^6.0.15",
|
||||
"babel-plugin-transform-es2015-classes": "^6.1.2",
|
||||
"babel-plugin-transform-es2015-object-super": "^6.0.14",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "^6.0.14",
|
||||
"babel-plugin-transform-es2015-computed-properties": "^6.0.14",
|
||||
@@ -25,7 +25,7 @@
|
||||
"babel-plugin-transform-es2015-parameters": "^6.0.14",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.0.14",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.0.14",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.0.15",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.1.2",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.0.15",
|
||||
"babel-plugin-transform-regenerator": "^6.0.14"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-react",
|
||||
"version": "6.0.15",
|
||||
"version": "6.1.2",
|
||||
"description": "Babel preset for all React plugins.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-stage-0",
|
||||
"version": "6.0.15",
|
||||
"version": "6.1.2",
|
||||
"description": "Babel preset for stage 0 plugins",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -10,6 +10,6 @@
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-do-expressions": "^6.0.14",
|
||||
"babel-plugin-transform-function-bind": "^6.0.14",
|
||||
"babel-preset-stage-1": "^6.0.15"
|
||||
"babel-preset-stage-1": "^6.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-stage-1",
|
||||
"version": "6.0.15",
|
||||
"version": "6.1.2",
|
||||
"description": "Babel preset for stage 1 plugins",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -12,6 +12,6 @@
|
||||
"babel-plugin-transform-class-properties": "^6.0.14",
|
||||
"babel-plugin-transform-decorators": "^6.0.14",
|
||||
"babel-plugin-transform-export-extensions": "^6.0.14",
|
||||
"babel-preset-stage-2": "^6.0.15"
|
||||
"babel-preset-stage-2": "^6.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-stage-2",
|
||||
"version": "6.0.15",
|
||||
"version": "6.1.2",
|
||||
"description": "Babel preset for stage 2 plugins",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -10,6 +10,6 @@
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-trailing-function-commas": "^6.0.14",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.0.14",
|
||||
"babel-preset-stage-3": "^6.0.15"
|
||||
"babel-preset-stage-3": "^6.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-stage-3",
|
||||
"version": "6.0.15",
|
||||
"version": "6.1.2",
|
||||
"description": "Babel preset for stage 3 plugins",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-traverse",
|
||||
"version": "6.0.20",
|
||||
"version": "6.1.2",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -11,8 +11,8 @@
|
||||
"babel-code-frame": "^6.0.14",
|
||||
"babel-messages": "^6.0.14",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.0.19",
|
||||
"babylon": "^6.0.18",
|
||||
"babel-types": "^6.1.2",
|
||||
"babylon": "^6.1.2",
|
||||
"globals": "^8.3.0",
|
||||
"invariant": "^2.1.0",
|
||||
"lodash": "^3.10.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.0.19",
|
||||
"version": "6.1.2",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -9,7 +9,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-traverse": "^6.0.19",
|
||||
"babel-traverse": "^6.1.2",
|
||||
"esutils": "^2.0.2",
|
||||
"lodash": "^3.10.1",
|
||||
"to-fast-properties": "^1.0.1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babylon",
|
||||
"version": "6.0.18",
|
||||
"version": "6.1.2",
|
||||
"description": "A JavaScript parser",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
Reference in New Issue
Block a user