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
4b8546c
commit 2c88694
Showing
56 changed files
with
200 additions
and
200 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.4.3", | ||
"version": "7.4.4", | ||
"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.4.3", | ||
"version": "7.4.4", | ||
"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.4.3", | ||
"@babel/helper-fixtures": "^7.4.3" | ||
"@babel/core": "^7.4.4", | ||
"@babel/helper-fixtures": "^7.4.4" | ||
}, | ||
"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/core", | ||
"version": "7.4.3", | ||
"version": "7.4.4", | ||
"description": "Babel compiler core.", | ||
"main": "lib/index.js", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
|
@@ -34,12 +34,12 @@ | |
}, | ||
"dependencies": { | ||
"@babel/code-frame": "^7.0.0", | ||
"@babel/generator": "^7.4.0", | ||
"@babel/helpers": "^7.4.3", | ||
"@babel/parser": "^7.4.3", | ||
"@babel/template": "^7.4.0", | ||
"@babel/traverse": "^7.4.3", | ||
"@babel/types": "^7.4.0", | ||
"@babel/generator": "^7.4.4", | ||
"@babel/helpers": "^7.4.4", | ||
"@babel/parser": "^7.4.4", | ||
"@babel/template": "^7.4.4", | ||
"@babel/traverse": "^7.4.4", | ||
"@babel/types": "^7.4.4", | ||
"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.4.3", | ||
"@babel/register": "^7.4.0" | ||
"@babel/helper-transform-fixture-test-runner": "^7.4.4", | ||
"@babel/register": "^7.4.4" | ||
} | ||
} |
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.4.0", | ||
"version": "7.4.4", | ||
"description": "Turns an AST into code.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -14,14 +14,14 @@ | |
"lib" | ||
], | ||
"dependencies": { | ||
"@babel/types": "^7.4.0", | ||
"@babel/types": "^7.4.4", | ||
"jsesc": "^2.5.1", | ||
"lodash": "^4.17.11", | ||
"source-map": "^0.5.0", | ||
"trim-right": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/helper-fixtures": "^7.2.0", | ||
"@babel/parser": "^7.4.0" | ||
"@babel/helper-fixtures": "^7.4.4", | ||
"@babel/parser": "^7.4.4" | ||
} | ||
} |
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.4.3", | ||
"version": "7.4.4", | ||
"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
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.3", | ||
"version": "7.4.4", | ||
"description": "Babel helper functions for implementing ES6 module transformations", | ||
"author": "Logan Smyth <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -13,9 +13,9 @@ | |
"dependencies": { | ||
"@babel/helper-module-imports": "^7.0.0", | ||
"@babel/helper-simple-access": "^7.1.0", | ||
"@babel/helper-split-export-declaration": "^7.0.0", | ||
"@babel/template": "^7.2.2", | ||
"@babel/types": "^7.2.2", | ||
"@babel/helper-split-export-declaration": "^7.4.4", | ||
"@babel/template": "^7.4.4", | ||
"@babel/types": "^7.4.4", | ||
"lodash": "^4.17.11" | ||
} | ||
} |
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-transform-fixture-test-runner", | ||
"version": "7.4.3", | ||
"version": "7.4.4", | ||
"description": "Transform test runner for @babel/helper-fixtures module", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -12,9 +12,9 @@ | |
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/code-frame": "^7.0.0", | ||
"@babel/core": "^7.4.3", | ||
"@babel/helper-fixtures": "^7.4.3", | ||
"@babel/polyfill": "^7.4.3", | ||
"@babel/core": "^7.4.4", | ||
"@babel/helper-fixtures": "^7.4.4", | ||
"@babel/polyfill": "^7.4.4", | ||
"babel-check-duplicated-nodes": "^1.0.0", | ||
"jest": "^22.4.2", | ||
"jest-diff": "^22.4.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.4.3", | ||
"version": "7.4.4", | ||
"description": "Collection of helper functions used by Babel transforms.", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -11,9 +11,9 @@ | |
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"@babel/template": "^7.4.0", | ||
"@babel/traverse": "^7.4.3", | ||
"@babel/types": "^7.4.0" | ||
"@babel/template": "^7.4.4", | ||
"@babel/traverse": "^7.4.4", | ||
"@babel/types": "^7.4.4" | ||
}, | ||
"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/parser", | ||
"version": "7.4.3", | ||
"version": "7.4.4", | ||
"description": "A JavaScript parser", | ||
"author": "Sebastian McKenzie <[email protected]>", | ||
"homepage": "https://babeljs.io/", | ||
|
@@ -29,7 +29,7 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/code-frame": "^7.0.0", | ||
"@babel/helper-fixtures": "^7.4.3", | ||
"@babel/helper-fixtures": "^7.4.4", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@babel/plugin-proposal-decorators", | ||
"version": "7.4.0", | ||
"version": "7.4.4", | ||
"author": "Logan Smyth <[email protected]>", | ||
"license": "MIT", | ||
"publishConfig": { | ||
|
@@ -15,15 +15,15 @@ | |
"decorators" | ||
], | ||
"dependencies": { | ||
"@babel/helper-create-class-features-plugin": "^7.4.0", | ||
"@babel/helper-create-class-features-plugin": "^7.4.4", | ||
"@babel/helper-plugin-utils": "^7.0.0", | ||
"@babel/plugin-syntax-decorators": "^7.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0-0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.0", | ||
"@babel/core": "^7.4.4", | ||
"@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
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.