This commit is contained in:
Henry Zhu 2016-05-29 15:50:04 -04:00
parent d71072fe97
commit 77ac82b9f5
7 changed files with 14 additions and 14 deletions

View File

@ -1 +1 @@
6.9.0 6.9.1

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-core", "name": "babel-core",
"version": "6.9.0", "version": "6.9.1",
"description": "Babel compiler core.", "description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -29,10 +29,10 @@
"babel-helpers": "^6.8.0", "babel-helpers": "^6.8.0",
"babel-messages": "^6.8.0", "babel-messages": "^6.8.0",
"babel-template": "^6.9.0", "babel-template": "^6.9.0",
"babel-runtime": "^6.9.0", "babel-runtime": "^6.9.1",
"babel-register": "^6.9.0", "babel-register": "^6.9.0",
"babel-traverse": "^6.9.0", "babel-traverse": "^6.9.0",
"babel-types": "^6.9.0", "babel-types": "^6.9.1",
"babylon": "^6.7.0", "babylon": "^6.7.0",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
"debug": "^2.1.1", "debug": "^2.1.1",
@ -49,6 +49,6 @@
"devDependencies": { "devDependencies": {
"babel-helper-fixtures": "^6.9.0", "babel-helper-fixtures": "^6.9.0",
"babel-helper-transform-fixture-test-runner": "^6.9.0", "babel-helper-transform-fixture-test-runner": "^6.9.0",
"babel-polyfill": "^6.9.0" "babel-polyfill": "^6.9.1"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-class-properties", "name": "babel-plugin-transform-class-properties",
"version": "6.9.0", "version": "6.9.1",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT", "license": "MIT",
@ -10,7 +10,7 @@
], ],
"dependencies": { "dependencies": {
"babel-plugin-syntax-class-properties": "^6.8.0", "babel-plugin-syntax-class-properties": "^6.8.0",
"babel-runtime": "^6.9.0" "babel-runtime": "^6.9.1"
}, },
"devDependencies": { "devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0" "babel-helper-plugin-test-runner": "^6.8.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-react-constant-elements", "name": "babel-plugin-transform-react-constant-elements",
"version": "6.8.0", "version": "6.9.1",
"description": "Treat React JSX elements as value types and hoist them to the highest scope", "description": "Treat React JSX elements as value types and hoist them to the highest scope",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT", "license": "MIT",
@ -9,7 +9,7 @@
"babel-plugin" "babel-plugin"
], ],
"dependencies": { "dependencies": {
"babel-runtime": "^6.0.0" "babel-runtime": "^6.9.1"
}, },
"devDependencies": { "devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0" "babel-helper-plugin-test-runner": "^6.8.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-polyfill", "name": "babel-polyfill",
"version": "6.9.0", "version": "6.9.1",
"description": "", "description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -9,7 +9,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"core-js": "^2.4.0", "core-js": "^2.4.0",
"babel-runtime": "^6.9.0", "babel-runtime": "^6.9.1",
"regenerator-runtime": "^0.9.5" "regenerator-runtime": "^0.9.5"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-runtime", "name": "babel-runtime",
"version": "6.9.0", "version": "6.9.1",
"description": "babel selfContained runtime", "description": "babel selfContained runtime",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime", "repository": "https://github.com/babel/babel/tree/master/packages/babel-runtime",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-types", "name": "babel-types",
"version": "6.9.0", "version": "6.9.1",
"description": "", "description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -8,7 +8,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-types", "repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-runtime": "^6.9.0", "babel-runtime": "^6.9.1",
"babel-traverse": "^6.9.0", "babel-traverse": "^6.9.0",
"esutils": "^2.0.2", "esutils": "^2.0.2",
"lodash": "^4.2.0", "lodash": "^4.2.0",