forked from babel/babel
-
Notifications
You must be signed in to change notification settings - Fork 0
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
d919ecd
commit 0407f03
Showing
35 changed files
with
117 additions
and
117 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.5.4", | ||
"version": "7.5.5", | ||
"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.5.0", | ||
"version": "7.5.5", | ||
"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.5.0", | ||
"@babel/helper-fixtures": "^7.4.4" | ||
"@babel/core": "^7.5.5", | ||
"@babel/helper-fixtures": "^7.5.5" | ||
}, | ||
"bin": { | ||
"babel": "./bin/babel.js", | ||
|
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.0.0", | ||
"version": "7.5.5", | ||
"description": "Generate errors that contain a code frame that point to source locations.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
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.5.4", | ||
"version": "7.5.5", | ||
"description": "Babel compiler core.", | ||
"main": "lib/index.js", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
|
@@ -33,13 +33,13 @@ | |
"./lib/transform-file.js": "./lib/transform-file-browser.js" | ||
}, | ||
"dependencies": { | ||
"@babel/code-frame": "^7.0.0", | ||
"@babel/generator": "^7.5.0", | ||
"@babel/helpers": "^7.5.4", | ||
"@babel/parser": "^7.5.0", | ||
"@babel/code-frame": "^7.5.5", | ||
"@babel/generator": "^7.5.5", | ||
"@babel/helpers": "^7.5.5", | ||
"@babel/parser": "^7.5.5", | ||
"@babel/template": "^7.4.4", | ||
"@babel/traverse": "^7.5.0", | ||
"@babel/types": "^7.5.0", | ||
"@babel/traverse": "^7.5.5", | ||
"@babel/types": "^7.5.5", | ||
"convert-source-map": "^1.1.0", | ||
"debug": "^4.1.0", | ||
"json5": "^2.1.0", | ||
|
@@ -49,7 +49,7 @@ | |
"source-map": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-transform-fixture-test-runner": "^7.5.0", | ||
"@babel/register": "^7.4.4" | ||
"@babel/helper-transform-fixture-test-runner": "^7.5.5", | ||
"@babel/register": "^7.5.5" | ||
} | ||
} |
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.5.0", | ||
"version": "7.5.5", | ||
"description": "Turns an AST into code.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -14,14 +14,14 @@ | |
"lib" | ||
], | ||
"dependencies": { | ||
"@babel/types": "^7.5.0", | ||
"@babel/types": "^7.5.5", | ||
"jsesc": "^2.5.1", | ||
"lodash": "^4.17.13", | ||
"source-map": "^0.5.0", | ||
"trim-right": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-fixtures": "^7.4.4", | ||
"@babel/parser": "^7.5.0" | ||
"@babel/helper-fixtures": "^7.5.5", | ||
"@babel/parser": "^7.5.5" | ||
} | ||
} |
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.4.4", | ||
"version": "7.5.5", | ||
"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-member-expression-to-functions", | ||
"version": "7.0.0", | ||
"version": "7.5.5", | ||
"description": "Helper function to replace certain member expressions with function calls", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-member-expression-to-functions", | ||
"license": "MIT", | ||
|
@@ -10,6 +10,6 @@ | |
"main": "lib/index.js", | ||
"author": "Justin Ridgewell <[email protected]>", | ||
"dependencies": { | ||
"@babel/types": "^7.0.0" | ||
"@babel/types": "^7.5.5" | ||
} | ||
} |
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-module-transforms", | ||
"version": "7.4.4", | ||
"version": "7.5.5", | ||
"description": "Babel helper functions for implementing ES6 module transformations", | ||
"author": "Logan Smyth <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -15,7 +15,7 @@ | |
"@babel/helper-simple-access": "^7.1.0", | ||
"@babel/helper-split-export-declaration": "^7.4.4", | ||
"@babel/template": "^7.4.4", | ||
"@babel/types": "^7.4.4", | ||
"@babel/types": "^7.5.5", | ||
"lodash": "^4.17.13" | ||
} | ||
} |
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-transform-fixture-test-runner", | ||
"version": "7.5.0", | ||
"version": "7.5.5", | ||
"description": "Transform test runner for @babel/helper-fixtures module", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -11,9 +11,9 @@ | |
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/code-frame": "^7.0.0", | ||
"@babel/core": "^7.5.0", | ||
"@babel/helper-fixtures": "^7.4.4", | ||
"@babel/code-frame": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/helper-fixtures": "^7.5.5", | ||
"@babel/polyfill": "^7.4.4", | ||
"babel-check-duplicated-nodes": "^1.0.0", | ||
"jest": "^24.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/helpers", | ||
"version": "7.5.4", | ||
"version": "7.5.5", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -12,8 +12,8 @@ | |
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/template": "^7.4.4", | ||
"@babel/traverse": "^7.5.0", | ||
"@babel/types": "^7.5.0" | ||
"@babel/traverse": "^7.5.5", | ||
"@babel/types": "^7.5.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-plugin-test-runner": "^7.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/node", | ||
"version": "7.5.0", | ||
"version": "7.5.5", | ||
"description": "Babel command line", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -20,7 +20,7 @@ | |
], | ||
"dependencies": { | ||
"@babel/polyfill": "^7.0.0", | ||
"@babel/register": "^7.0.0", | ||
"@babel/register": "^7.5.5", | ||
"commander": "^2.8.1", | ||
"lodash": "^4.17.13", | ||
"node-environment-flags": "^1.0.5", | ||
|
@@ -30,8 +30,8 @@ | |
"@babel/core": "^7.0.0-0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.5.0", | ||
"@babel/helper-fixtures": "^7.2.0", | ||
"@babel/core": "^7.5.5", | ||
"@babel/helper-fixtures": "^7.5.5", | ||
"fs-readdir-recursive": "^1.0.0", | ||
"output-file-sync": "^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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/parser", | ||
"version": "7.5.0", | ||
"version": "7.5.5", | ||
"description": "A JavaScript parser", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -28,8 +28,8 @@ | |
"node": ">=6.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/code-frame": "^7.0.0", | ||
"@babel/helper-fixtures": "^7.4.4", | ||
"@babel/code-frame": "^7.5.5", | ||
"@babel/helper-fixtures": "^7.5.5", | ||
"charcodes": "^0.2.0", | ||
"unicode-12.0.0": "^0.7.9" | ||
}, | ||
|
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
Oops, something went wrong.