-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fa027e
commit 280cfed
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/", | ||
|
@@ -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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/", | ||
|
@@ -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", | ||
|
2 changes: 1 addition & 1 deletion
2
packages/babel-plugin-transform-es2015-modules-commonjs/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters