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

View File

@ -1,6 +1,6 @@
{
"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",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-react-constant-elements",
"license": "MIT",
@ -9,7 +9,7 @@
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^6.0.0"
"babel-runtime": "^6.9.1"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"

View File

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

View File

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

View File

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