-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
d8e6219
commit 2486615
Showing
152 changed files
with
774 additions
and
774 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "7.7.7", | ||
"version": "7.8.0", | ||
"changelog": { | ||
"repo": "babel/babel", | ||
"cacheDir": ".changelog", | ||
|
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/cli", | ||
"version": "7.7.7", | ||
"version": "7.8.0", | ||
"description": "Babel command line.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -36,8 +36,8 @@ | |
"@babel/core": "^7.0.0-0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.7", | ||
"@babel/helper-fixtures": "^7.6.3", | ||
"@babel/core": "^7.8.0", | ||
"@babel/helper-fixtures": "^7.8.0", | ||
"rimraf": "^3.0.0" | ||
}, | ||
"bin": { | ||
|
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/code-frame", | ||
"version": "7.5.5", | ||
"version": "7.8.0", | ||
"description": "Generate errors that contain a code frame that point to source locations.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -12,7 +12,7 @@ | |
"repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/highlight": "^7.0.0" | ||
"@babel/highlight": "^7.8.0" | ||
}, | ||
"devDependencies": { | ||
"chalk": "^2.0.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
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": "7.7.7", | ||
"version": "7.8.0", | ||
"description": "Babel compiler core.", | ||
"main": "lib/index.js", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
|
@@ -40,13 +40,13 @@ | |
"./src/transform-file.js": "./src/transform-file-browser.js" | ||
}, | ||
"dependencies": { | ||
"@babel/code-frame": "^7.5.5", | ||
"@babel/generator": "^7.7.7", | ||
"@babel/helpers": "^7.7.4", | ||
"@babel/parser": "^7.7.7", | ||
"@babel/template": "^7.7.4", | ||
"@babel/traverse": "^7.7.4", | ||
"@babel/types": "^7.7.4", | ||
"@babel/code-frame": "^7.8.0", | ||
"@babel/generator": "^7.8.0", | ||
"@babel/helpers": "^7.8.0", | ||
"@babel/parser": "^7.8.0", | ||
"@babel/template": "^7.8.0", | ||
"@babel/traverse": "^7.8.0", | ||
"@babel/types": "^7.8.0", | ||
"convert-source-map": "^1.7.0", | ||
"debug": "^4.1.0", | ||
"gensync": "^1.0.0-beta.1", | ||
|
@@ -57,6 +57,6 @@ | |
"source-map": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-transform-fixture-test-runner": "^7.7.5" | ||
"@babel/helper-transform-fixture-test-runner": "^7.8.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/generator", | ||
"version": "7.7.7", | ||
"version": "7.8.0", | ||
"description": "Turns an AST into code.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -15,13 +15,13 @@ | |
"lib" | ||
], | ||
"dependencies": { | ||
"@babel/types": "^7.7.4", | ||
"@babel/types": "^7.8.0", | ||
"jsesc": "^2.5.1", | ||
"lodash": "^4.17.13", | ||
"source-map": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-fixtures": "^7.6.3", | ||
"@babel/parser": "^7.7.7" | ||
"@babel/helper-fixtures": "^7.8.0", | ||
"@babel/parser": "^7.8.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
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
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
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
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
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
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": "7.6.3", | ||
"version": "7.8.0", | ||
"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
Oops, something went wrong.