Skip to content

Commit

Permalink
Merge pull request #8 from iLib-js/updateVer
Browse files Browse the repository at this point in the history
Update version number, release notes, dependencies
  • Loading branch information
ehoogerbeets authored Nov 20, 2023
2 parents ecc4167 + fa0513c commit 7707849
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ limitations under the License.

## Release Notes

### v1.2.0

- add a parser for JS or JSX code that uses flow types (FlowParser).
This parser produces the same ESTree style of AST as the JS and
JSX parsers.

### v1.1.2

- update dependencies
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilib-lint-react",
"version": "1.1.2",
"version": "1.2.0",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down Expand Up @@ -36,14 +36,14 @@
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@formatjs/intl": "^2.9.3",
"acorn": "^8.10.0",
"@formatjs/intl": "^2.9.9",
"acorn": "^8.11.2",
"acorn-jsx": "^5.3.2",
"flow-parser": "^0.222.0",
"i18nlint-common": "^2.2.0",
"i18nlint-common": "^2.2.1",
"ilib-istring": "^1.0.1",
"ilib-locale": "^1.2.2",
"ilib-tools-common": "^1.8.0",
"ilib-tools-common": "^1.8.1",
"jsonpath": "^1.1.1",
"regenerator-runtime": "^0.14.0"
}
Expand Down

0 comments on commit 7707849

Please sign in to comment.