v6.14.0
This commit is contained in:
parent
f834a24b50
commit
5ce325c399
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.0.0-beta.23",
|
||||
"version": "6.13.2",
|
||||
"version": "6.14.0",
|
||||
"changelog": {
|
||||
"repo": "babel/babel",
|
||||
"labels": {
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.11.4",
|
||||
"version": "6.14.0",
|
||||
"description": "Babel command line.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
|
||||
"dependencies": {
|
||||
"babel-core": "^6.11.4",
|
||||
"babel-register": "^6.9.0",
|
||||
"babel-core": "^6.14.0",
|
||||
"babel-register": "^6.14.0",
|
||||
"babel-polyfill": "^6.9.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"bin-version-check": "^2.1.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "6.13.2",
|
||||
"version": "6.14.0",
|
||||
"description": "Babel compiler core.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -25,14 +25,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.8.0",
|
||||
"babel-generator": "^6.11.4",
|
||||
"babel-generator": "^6.14.0",
|
||||
"babel-helpers": "^6.8.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-template": "^6.14.0",
|
||||
"babel-runtime": "^6.9.1",
|
||||
"babel-register": "^6.9.0",
|
||||
"babel-traverse": "^6.13.0",
|
||||
"babel-types": "^6.13.0",
|
||||
"babel-register": "^6.14.0",
|
||||
"babel-traverse": "^6.14.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babylon": "^6.9.0",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.11.4",
|
||||
"version": "6.14.0",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -13,7 +13,7 @@
|
||||
"dependencies": {
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-types": "^6.10.2",
|
||||
"babel-types": "^6.14.0",
|
||||
"detect-indent": "^3.0.1",
|
||||
"lodash": "^4.2.0",
|
||||
"source-map": "^0.5.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-replace-supers",
|
||||
"version": "6.8.0",
|
||||
"version": "6.14.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers",
|
||||
"license": "MIT",
|
||||
@ -8,9 +8,9 @@
|
||||
"dependencies": {
|
||||
"babel-helper-optimise-call-expression": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.8.0",
|
||||
"babel-traverse": "^6.14.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-template": "^6.8.0",
|
||||
"babel-types": "^6.8.0"
|
||||
"babel-template": "^6.14.0",
|
||||
"babel-types": "^6.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-block-scoping",
|
||||
"version": "6.10.1",
|
||||
"version": "6.14.0",
|
||||
"description": "Compile ES2015 block scoping (const and let) to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babel-types": "^6.10.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-traverse": "^6.14.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babel-template": "^6.14.0",
|
||||
"lodash": "^4.2.0",
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-classes",
|
||||
"version": "6.9.0",
|
||||
"version": "6.14.0",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
|
||||
"license": "MIT",
|
||||
@ -8,13 +8,13 @@
|
||||
"dependencies": {
|
||||
"babel-helper-optimise-call-expression": "^6.8.0",
|
||||
"babel-helper-function-name": "^6.8.0",
|
||||
"babel-helper-replace-supers": "^6.8.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babel-helper-replace-supers": "^6.14.0",
|
||||
"babel-template": "^6.14.0",
|
||||
"babel-traverse": "^6.14.0",
|
||||
"babel-helper-define-map": "^6.9.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-types": "^6.9.0"
|
||||
"babel-types": "^6.14.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-commonjs",
|
||||
"version": "6.11.5",
|
||||
"version": "6.14.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-template": "^6.8.0",
|
||||
"babel-template": "^6.14.0",
|
||||
"babel-plugin-transform-strict-mode": "^6.8.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-systemjs",
|
||||
"version": "6.12.0",
|
||||
"version": "6.14.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-template": "^6.14.0",
|
||||
"babel-helper-hoist-variables": "^6.8.0",
|
||||
"babel-runtime": "^6.11.6"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-flow-strip-types",
|
||||
"version": "6.8.0",
|
||||
"version": "6.14.0",
|
||||
"description": "Strip flow type annotations from your output code.",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
|
||||
"license": "MIT",
|
||||
|
||||
@ -2,18 +2,18 @@
|
||||
"name": "babel-plugin-transform-regenerator",
|
||||
"author": "Ben Newman <bn@cs.stanford.edu>",
|
||||
"description": "Explode async and generator functions into a state machine.",
|
||||
"version": "6.11.4",
|
||||
"version": "6.14.0",
|
||||
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.14.0",
|
||||
"babel-plugin-syntax-async-functions": "^6.8.0",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.8.0",
|
||||
"babel-core": "^6.11.4",
|
||||
"babel-core": "^6.14.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-traverse": "^6.11.4",
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-traverse": "^6.14.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babylon": "^6.9.0",
|
||||
"private": "~0.1.5"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-es2015",
|
||||
"version": "6.13.2",
|
||||
"version": "6.14.0",
|
||||
"description": "Babel preset for all es2015 plugins.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -11,8 +11,8 @@
|
||||
"babel-plugin-check-es2015-constants": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-classes": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.14.0",
|
||||
"babel-plugin-transform-es2015-classes": "^6.14.0",
|
||||
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-duplicate-keys": "^6.6.0",
|
||||
@ -20,8 +20,8 @@
|
||||
"babel-plugin-transform-es2015-function-name": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-literals": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-modules-systemjs": "^6.12.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
|
||||
"babel-plugin-transform-es2015-modules-systemjs": "^6.14.0",
|
||||
"babel-plugin-transform-es2015-modules-umd": "^6.12.0",
|
||||
"babel-plugin-transform-es2015-object-super": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.9.0",
|
||||
@ -31,7 +31,7 @@
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
|
||||
"babel-plugin-transform-regenerator": "^6.9.0"
|
||||
"babel-plugin-transform-regenerator": "^6.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-transform-fixture-test-runner": "^6.13.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-es2017",
|
||||
"version": "2.0.0",
|
||||
"version": "6.14.0",
|
||||
"description": "Babel preset for all es2017 plugins.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-latest",
|
||||
"version": "1.0.0",
|
||||
"version": "6.14.0",
|
||||
"description": "Babel preset including es2015+",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,9 +8,9 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-latest",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-preset-es2015": "^6.9.0",
|
||||
"babel-preset-es2015": "^6.14.0",
|
||||
"babel-preset-es2016": "^6.11.3",
|
||||
"babel-preset-es2017": "^2.0.0"
|
||||
"babel-preset-es2017": "^6.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-register",
|
||||
"version": "6.11.6",
|
||||
"version": "6.14.0",
|
||||
"description": "babel require hook",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
|
||||
@ -8,7 +8,7 @@
|
||||
"main": "lib/node.js",
|
||||
"browser": "lib/browser.js",
|
||||
"dependencies": {
|
||||
"babel-core": "^6.9.0",
|
||||
"babel-core": "^6.14.0",
|
||||
"babel-runtime": "^6.11.6",
|
||||
"core-js": "^2.4.0",
|
||||
"home-or-tmp": "^1.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-template",
|
||||
"version": "6.9.0",
|
||||
"version": "6.14.0",
|
||||
"description": "Generate an AST from a string template.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -9,8 +9,8 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babylon": "^6.9.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-traverse": "^6.14.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"lodash": "^4.2.0"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-traverse",
|
||||
"version": "6.13.0",
|
||||
"version": "6.14.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -11,7 +11,7 @@
|
||||
"babel-code-frame": "^6.8.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-types": "^6.13.0",
|
||||
"babel-types": "^6.14.0",
|
||||
"babylon": "^6.9.0",
|
||||
"debug": "^2.2.0",
|
||||
"globals": "^8.3.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.13.0",
|
||||
"version": "6.14.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -9,7 +9,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.9.1",
|
||||
"babel-traverse": "^6.13.0",
|
||||
"babel-traverse": "^6.14.0",
|
||||
"esutils": "^2.0.2",
|
||||
"lodash": "^4.2.0",
|
||||
"to-fast-properties": "^1.0.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user