v6.9.0
This commit is contained in:
parent
f7c6afe594
commit
cf6304a34b
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.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.8.0",
|
||||
"babel-register": "^6.8.0",
|
||||
"babel-polyfill": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-core": "^6.9.0",
|
||||
"babel-register": "^6.9.0",
|
||||
"babel-polyfill": "^6.9.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"bin-version-check": "^2.1.0",
|
||||
"chalk": "1.1.1",
|
||||
"commander": "^2.8.1",
|
||||
@ -31,7 +31,7 @@
|
||||
"chokidar": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.8.0"
|
||||
"babel-helper-fixtures": "^6.9.0"
|
||||
},
|
||||
"bin": {
|
||||
"babel-doctor": "./bin/babel-doctor.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.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.8.0",
|
||||
"babel-generator": "^6.9.0",
|
||||
"babel-helpers": "^6.8.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-template": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-register": "^6.8.0",
|
||||
"babel-traverse": "^6.8.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-register": "^6.9.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babylon": "^6.7.0",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"debug": "^2.1.1",
|
||||
@ -47,8 +47,8 @@
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.8.0",
|
||||
"babel-helper-transform-fixture-test-runner": "^6.8.0",
|
||||
"babel-polyfill": "^6.8.0"
|
||||
"babel-helper-fixtures": "^6.9.0",
|
||||
"babel-helper-transform-fixture-test-runner": "^6.9.0",
|
||||
"babel-polyfill": "^6.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-generator",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "Turns an AST into code.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -12,14 +12,14 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"detect-indent": "^3.0.1",
|
||||
"lodash": "^4.2.0",
|
||||
"source-map": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.8.0",
|
||||
"babel-helper-fixtures": "^6.9.0",
|
||||
"babylon": "^6.7.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-builder-react-jsx",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"esutils": "^2.0.0",
|
||||
"lodash": "^4.2.0"
|
||||
}
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-helper-define-map",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"lodash": "^4.2.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-helper-function-name": "^6.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-fixtures",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-fixtures",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"lodash": "^4.2.0",
|
||||
"path-exists": "^1.0.0",
|
||||
"try-resolve": "^1.0.0"
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "babel-helper-regex",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"lodash": "^4.2.0",
|
||||
"babel-types": "^6.8.0"
|
||||
"babel-types": "^6.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-transform-fixture-test-runner",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "Transform test runner for babel-helper-fixtures module",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,11 +8,11 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-register": "^6.8.0",
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-polyfill": "^6.8.0",
|
||||
"babel-helper-fixtures": "^6.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-register": "^6.9.0",
|
||||
"babel-core": "^6.9.0",
|
||||
"babel-polyfill": "^6.9.0",
|
||||
"babel-helper-fixtures": "^6.9.0",
|
||||
"source-map": "^0.5.0",
|
||||
"babel-code-frame": "^6.8.0",
|
||||
"chai": "^2.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-class-properties",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
|
||||
"license": "MIT",
|
||||
@ -10,7 +10,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-class-properties": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-block-scoping",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.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.8.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-template": "^6.8.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"lodash": "^4.2.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-classes",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
|
||||
"license": "MIT",
|
||||
@ -9,12 +9,12 @@
|
||||
"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.8.0",
|
||||
"babel-traverse": "^6.8.0",
|
||||
"babel-helper-define-map": "^6.8.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babel-helper-define-map": "^6.9.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.8.0"
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-types": "^6.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-destructuring",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "Compile ES2015 destructuring to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-function-name",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "Apply ES2015 function.name semantics to all functions",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-function-name",
|
||||
"license": "MIT",
|
||||
@ -10,8 +10,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-helper-function-name": "^6.8.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-modules-systemjs",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.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.8.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-helper-hoist-variables": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-parameters",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "Compile ES2015 default and rest parameters to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-traverse": "^6.8.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babel-helper-call-delegate": "^6.8.0",
|
||||
"babel-helper-get-function-arity": "^6.8.0",
|
||||
"babel-template": "^6.8.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-proto-to-assign",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "Babel plugin for turning __proto__ into a shallow property clone",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"lodash": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-react-jsx-source",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "Add a __source prop to all JSX Elements",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-jsx-source",
|
||||
"license": "MIT",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-plugin-syntax-jsx": "^6.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -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.8.0",
|
||||
"version": "6.9.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.8.0",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.9.0",
|
||||
"babel-plugin-syntax-async-functions": "^6.8.0",
|
||||
"babel-plugin-transform-es2015-for-of": "^6.8.0",
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.8.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-core": "^6.9.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babylon": "^6.6.5",
|
||||
"private": "~0.1.5"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-runtime",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"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",
|
||||
@ -9,7 +9,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.8.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-polyfill",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -10,6 +10,6 @@
|
||||
"dependencies": {
|
||||
"core-js": "^2.4.0",
|
||||
"babel-regenerator-runtime": "^6.3.13",
|
||||
"babel-runtime": "^6.0.0"
|
||||
"babel-runtime": "^6.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-preset-es2015",
|
||||
"version": "6.6.0",
|
||||
"version": "6.9.0",
|
||||
"description": "Babel preset for all es2015 plugins.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -10,10 +10,10 @@
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-template-literals": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-literals": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-function-name": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-function-name": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-classes": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-classes": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-object-super": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-computed-properties": "^6.3.13",
|
||||
@ -23,14 +23,14 @@
|
||||
"babel-plugin-transform-es2015-unicode-regex": "^6.3.13",
|
||||
"babel-plugin-check-es2015-constants": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-spread": "^6.3.13",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-parameters": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-block-scoping": "^6.9.0",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "^6.6.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.0",
|
||||
"babel-plugin-transform-regenerator": "^6.6.0"
|
||||
"babel-plugin-transform-regenerator": "^6.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-transform-fixture-test-runner": "^6.3.13"
|
||||
"babel-helper-transform-fixture-test-runner": "^6.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-register",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "babel require hook",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
|
||||
@ -8,8 +8,8 @@
|
||||
"main": "lib/node.js",
|
||||
"browser": "lib/browser.js",
|
||||
"dependencies": {
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-core": "^6.9.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"core-js": "^2.4.0",
|
||||
"home-or-tmp": "^1.0.0",
|
||||
"lodash": "^4.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-runtime",
|
||||
"version": "6.6.1",
|
||||
"version": "6.9.0",
|
||||
"description": "babel selfContained runtime",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",
|
||||
@ -10,8 +10,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helpers": "^6.6.0",
|
||||
"babel-plugin-transform-runtime": "^6.6.0",
|
||||
"babel-template": "^6.6.0",
|
||||
"babel-plugin-transform-runtime": "^6.9.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-regenerator-runtime": "^6.3.13"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-template",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "Generate an AST from a string template.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -9,9 +9,9 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babylon": "^6.7.0",
|
||||
"babel-traverse": "^6.8.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"lodash": "^4.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-traverse",
|
||||
"version": "6.8.0",
|
||||
"version": "6.9.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -10,8 +10,8 @@
|
||||
"dependencies": {
|
||||
"babel-code-frame": "^6.8.0",
|
||||
"babel-messages": "^6.8.0",
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-types": "^6.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-types": "^6.9.0",
|
||||
"babylon": "^6.7.0",
|
||||
"debug": "^2.2.0",
|
||||
"globals": "^8.3.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-types",
|
||||
"version": "6.8.1",
|
||||
"version": "6.9.0",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -8,8 +8,8 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.0.0",
|
||||
"babel-traverse": "^6.8.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"esutils": "^2.0.2",
|
||||
"lodash": "^4.2.0",
|
||||
"to-fast-properties": "^1.0.1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user