Skip to content

Commit 280cfed

Browse files
committed
v6.26.2
1 parent 6fa027e commit 280cfed

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-beta.38",
3-
"version": "6.26.1",
3+
"version": "6.26.2",
44
"changelog": {
55
"repo": "babel/babel",
66
"labels": {

packages/babel-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-core",
3-
"version": "6.26.0",
3+
"version": "6.26.2",
44
"description": "Babel compiler core.",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",
@@ -47,8 +47,8 @@
4747
"source-map": "^0.5.7"
4848
},
4949
"devDependencies": {
50-
"babel-helper-fixtures": "^6.26.0",
51-
"babel-helper-transform-fixture-test-runner": "^6.26.0",
50+
"babel-helper-fixtures": "^6.26.2",
51+
"babel-helper-transform-fixture-test-runner": "^6.26.2",
5252
"babel-polyfill": "^6.26.0"
5353
}
5454
}

packages/babel-helper-fixtures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-helper-fixtures",
3-
"version": "6.26.0",
3+
"version": "6.26.2",
44
"description": "Helper function to support fixtures",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"license": "MIT",

packages/babel-helper-transform-fixture-test-runner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-helper-transform-fixture-test-runner",
3-
"version": "6.26.0",
3+
"version": "6.26.2",
44
"description": "Transform test runner for babel-helper-fixtures module",
55
"author": "Sebastian McKenzie <[email protected]>",
66
"homepage": "https://babeljs.io/",
@@ -9,8 +9,8 @@
99
"main": "lib/index.js",
1010
"dependencies": {
1111
"babel-code-frame": "^6.26.0",
12-
"babel-core": "^6.26.0",
13-
"babel-helper-fixtures": "^6.26.0",
12+
"babel-core": "^6.26.2",
13+
"babel-helper-fixtures": "^6.26.2",
1414
"babel-polyfill": "^6.26.0",
1515
"babel-runtime": "^6.26.0",
1616
"chai": "^3.5.0",

packages/babel-plugin-transform-es2015-modules-commonjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-es2015-modules-commonjs",
3-
"version": "6.26.0",
3+
"version": "6.26.2",
44
"description": "This plugin transforms ES2015 modules to CommonJS",
55
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
66
"license": "MIT",

0 commit comments

Comments
 (0)