Publish
- babel-cli@7.0.0-alpha.2 - babel-core@7.0.0-alpha.2 - babel-helper-plugin-test-runner@7.0.0-alpha.2 - babel-helper-transform-fixture-test-runner@7.0.0-alpha.2 - babel-register@7.0.0-alpha.2
This commit is contained in:
parent
02473a72c1
commit
0553d7761d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "7.0.0-alpha.1",
|
||||
"version": "7.0.0-alpha.2",
|
||||
"description": "Babel command line.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -16,8 +16,8 @@
|
||||
"compiler"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-core": "7.0.0-alpha.1",
|
||||
"babel-register": "7.0.0-alpha.1",
|
||||
"babel-core": "7.0.0-alpha.2",
|
||||
"babel-register": "7.0.0-alpha.2",
|
||||
"babel-polyfill": "7.0.0-alpha.1",
|
||||
"commander": "^2.8.1",
|
||||
"convert-source-map": "^1.1.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-core",
|
||||
"version": "7.0.0-alpha.1",
|
||||
"version": "7.0.0-alpha.2",
|
||||
"description": "Babel compiler core.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -31,7 +31,7 @@
|
||||
"babel-helpers": "7.0.0-alpha.1",
|
||||
"babel-messages": "7.0.0-alpha.1",
|
||||
"babel-template": "7.0.0-alpha.1",
|
||||
"babel-register": "7.0.0-alpha.1",
|
||||
"babel-register": "7.0.0-alpha.2",
|
||||
"babel-traverse": "7.0.0-alpha.1",
|
||||
"babel-types": "7.0.0-alpha.1",
|
||||
"babylon": "7.0.0-beta.4",
|
||||
@ -47,7 +47,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "7.0.0-alpha.1",
|
||||
"babel-helper-transform-fixture-test-runner": "7.0.0-alpha.1",
|
||||
"babel-helper-transform-fixture-test-runner": "7.0.0-alpha.2",
|
||||
"babel-polyfill": "7.0.0-alpha.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "babel-helper-plugin-test-runner",
|
||||
"version": "7.0.0-alpha.1",
|
||||
"version": "7.0.0-alpha.2",
|
||||
"description": "Helper function to support test runner",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-transform-fixture-test-runner": "7.0.0-alpha.1"
|
||||
"babel-helper-transform-fixture-test-runner": "7.0.0-alpha.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-helper-transform-fixture-test-runner",
|
||||
"version": "7.0.0-alpha.1",
|
||||
"version": "7.0.0-alpha.2",
|
||||
"description": "Transform test runner for babel-helper-fixtures module",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@ -9,7 +9,7 @@
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-code-frame": "7.0.0-alpha.1",
|
||||
"babel-core": "7.0.0-alpha.1",
|
||||
"babel-core": "7.0.0-alpha.2",
|
||||
"babel-polyfill": "7.0.0-alpha.1",
|
||||
"babel-helper-fixtures": "7.0.0-alpha.1",
|
||||
"chai": "^3.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-register",
|
||||
"version": "7.0.0-alpha.1",
|
||||
"version": "7.0.0-alpha.2",
|
||||
"description": "babel require hook",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
|
||||
@ -8,7 +8,7 @@
|
||||
"main": "lib/node.js",
|
||||
"browser": "lib/browser.js",
|
||||
"dependencies": {
|
||||
"babel-core": "7.0.0-alpha.1",
|
||||
"babel-core": "7.0.0-alpha.2",
|
||||
"core-js": "^2.4.0",
|
||||
"home-or-tmp": "^3.0.0",
|
||||
"lodash": "^4.2.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user