This commit is contained in:
Henry Zhu 2016-11-01 17:30:53 -04:00
parent 1a974e58d0
commit 7b64a9d914
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.23",
"version": "6.18.1",
"version": "6.18.2",
"changelog": {
"repo": "babel/babel",
"labels": {

View File

@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.18.1",
"version": "6.18.2",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -45,8 +45,8 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.18.1",
"babel-helper-transform-fixture-test-runner": "^6.18.1",
"babel-helper-fixtures": "^6.18.2",
"babel-helper-transform-fixture-test-runner": "^6.18.2",
"babel-polyfill": "^6.16.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-fixtures",
"version": "6.18.1",
"version": "6.18.2",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-transform-fixture-test-runner",
"version": "6.18.1",
"version": "6.18.2",
"description": "Transform test runner for babel-helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -9,9 +9,9 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.9.0",
"babel-core": "^6.18.1",
"babel-core": "^6.18.2",
"babel-polyfill": "^6.16.0",
"babel-helper-fixtures": "^6.18.1",
"babel-helper-fixtures": "^6.18.2",
"source-map": "^0.5.0",
"babel-code-frame": "^6.16.0",
"chai": "^3.0.0",