Skip to content

Commit

Permalink
v6.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth committed Apr 26, 2018
1 parent 6fa027e commit 280cfed
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.38",
"version": "6.26.1",
"version": "6.26.2",
"changelog": {
"repo": "babel/babel",
"labels": {
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.26.0",
"version": "6.26.2",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <[email protected]>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -47,8 +47,8 @@
"source-map": "^0.5.7"
},
"devDependencies": {
"babel-helper-fixtures": "^6.26.0",
"babel-helper-transform-fixture-test-runner": "^6.26.0",
"babel-helper-fixtures": "^6.26.2",
"babel-helper-transform-fixture-test-runner": "^6.26.2",
"babel-polyfill": "^6.26.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-fixtures",
"version": "6.26.0",
"version": "6.26.2",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <[email protected]>",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-transform-fixture-test-runner",
"version": "6.26.0",
"version": "6.26.2",
"description": "Transform test runner for babel-helper-fixtures module",
"author": "Sebastian McKenzie <[email protected]>",
"homepage": "https://babeljs.io/",
Expand All @@ -9,8 +9,8 @@
"main": "lib/index.js",
"dependencies": {
"babel-code-frame": "^6.26.0",
"babel-core": "^6.26.0",
"babel-helper-fixtures": "^6.26.0",
"babel-core": "^6.26.2",
"babel-helper-fixtures": "^6.26.2",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"chai": "^3.5.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-modules-commonjs",
"version": "6.26.0",
"version": "6.26.2",
"description": "This plugin transforms ES2015 modules to CommonJS",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
"license": "MIT",
Expand Down

0 comments on commit 280cfed

Please sign in to comment.