This commit is contained in:
Logan Smyth 2016-03-22 20:37:46 -07:00
parent a42d57ea81
commit 6470426f7a
8 changed files with 12 additions and 12 deletions

View File

@ -1 +1 @@
6.7.3 6.7.4

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-code-frame", "name": "babel-code-frame",
"version": "6.7.3", "version": "6.7.4",
"description": "Generate errors that contain a code frame that point to source locations.", "description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-core", "name": "babel-core",
"version": "6.7.2", "version": "6.7.4",
"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/",
@ -24,14 +24,14 @@
"test": "make test" "test": "make test"
}, },
"dependencies": { "dependencies": {
"babel-code-frame": "^6.7.2", "babel-code-frame": "^6.7.4",
"babel-generator": "^6.7.2", "babel-generator": "^6.7.2",
"babel-helpers": "^6.6.0", "babel-helpers": "^6.6.0",
"babel-messages": "^6.7.2", "babel-messages": "^6.7.2",
"babel-template": "^6.7.0", "babel-template": "^6.7.0",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-register": "^6.7.2", "babel-register": "^6.7.2",
"babel-traverse": "^6.7.2", "babel-traverse": "^6.7.4",
"babel-types": "^6.7.2", "babel-types": "^6.7.2",
"babylon": "^6.7.0", "babylon": "^6.7.0",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",
@ -49,6 +49,6 @@
"devDependencies": { "devDependencies": {
"babel-helper-fixtures": "^6.6.5", "babel-helper-fixtures": "^6.6.5",
"babel-helper-transform-fixture-test-runner": "^6.6.5", "babel-helper-transform-fixture-test-runner": "^6.6.5",
"babel-polyfill": "^6.7.2" "babel-polyfill": "^6.7.4"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-async-to-generator", "name": "babel-plugin-transform-async-to-generator",
"version": "6.7.0", "version": "6.7.4",
"description": "Turn async functions into ES2015 generators", "description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-es2015-modules-commonjs", "name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.7.0", "version": "6.7.4",
"description": "", "description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-transform-react-jsx", "name": "babel-plugin-transform-react-jsx",
"version": "6.6.5", "version": "6.7.4",
"description": "Turn JSX into React function calls", "description": "Turn JSX into React function calls",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-jsx",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-polyfill", "name": "babel-polyfill",
"version": "6.7.2", "version": "6.7.4",
"description": "", "description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-traverse", "name": "babel-traverse",
"version": "6.7.3", "version": "6.7.4",
"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-traverse", "repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-code-frame": "^6.7.2", "babel-code-frame": "^6.7.4",
"babel-messages": "^6.7.2", "babel-messages": "^6.7.2",
"babel-runtime": "^5.0.0", "babel-runtime": "^5.0.0",
"babel-types": "^6.7.2", "babel-types": "^6.7.2",