-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Release version to 0.26.0 See CHANGELOG.md Reviewed By: SamChou19815 Differential Revision: D67477283 fbshipit-source-id: f18f952ac2ef74de217bade37b2e76123f6fa033
- Loading branch information
1 parent
74ab1de
commit 874b0c0
Showing
8 changed files
with
30 additions
and
22 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-plugin-syntax-hermes-parser", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"description": "Babel plugin which switches Babel to use the Hermes parser.", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
|
@@ -9,7 +9,7 @@ | |
"url": "[email protected]:facebook/hermes.git" | ||
}, | ||
"dependencies": { | ||
"hermes-parser": "0.25.1" | ||
"hermes-parser": "0.26.0" | ||
}, | ||
"files": [ | ||
"dist", | ||
|
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": "hermes-parser", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"description": "A JavaScript parser built from the Hermes engine", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
|
@@ -9,7 +9,7 @@ | |
"url": "[email protected]:facebook/hermes.git" | ||
}, | ||
"dependencies": { | ||
"hermes-estree": "0.25.1" | ||
"hermes-estree": "0.26.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/parser": "7.7.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "prettier-plugin-hermes-parser", | ||
"version": "0.25.1", | ||
"version": "0.26.0", | ||
"description": "Hermes parser plugin for Prettier.", | ||
"main": "dist/index.js", | ||
"license": "MIT", | ||
|
@@ -9,9 +9,9 @@ | |
"url": "[email protected]:facebook/hermes.git" | ||
}, | ||
"dependencies": { | ||
"hermes-estree": "0.25.1", | ||
"hermes-parser": "0.25.1", | ||
"prettier-plugin-hermes-parser": "0.25.1" | ||
"hermes-estree": "0.26.0", | ||
"hermes-parser": "0.26.0", | ||
"prettier-plugin-hermes-parser": "0.26.0" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "^3.0.0 || ^2.7.1" | ||
|