This commit is contained in:
Henry Zhu
2016-07-26 18:12:25 -04:00
parent 7ee2381955
commit 55f20afe1c
4 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-modules-systemjs",
"version": "6.11.5",
"version": "6.11.6",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-systemjs",
"license": "MIT",
@@ -8,7 +8,7 @@
"dependencies": {
"babel-template": "^6.9.0",
"babel-helper-hoist-variables": "^6.8.0",
"babel-runtime": "^6.9.0"
"babel-runtime": "^6.11.6"
},
"keywords": [
"babel-plugin"

View File

@@ -1,6 +1,6 @@
{
"name": "babel-register",
"version": "6.11.5",
"version": "6.11.6",
"description": "babel require hook",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
@@ -9,7 +9,7 @@
"browser": "lib/browser.js",
"dependencies": {
"babel-core": "^6.9.0",
"babel-runtime": "^6.9.0",
"babel-runtime": "^6.11.6",
"core-js": "^2.4.0",
"home-or-tmp": "^1.0.0",
"lodash": "^4.2.0",

View File

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