Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
clementdessoude committed Feb 22, 2024
1 parent 04b252f commit 30e1cad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmark/java-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benchmark",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Benchmark for comparing Parsers",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/java-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "java-parser",
"version": "2.2.0",
"version": "2.3.0",
"description": "Java Parser in JavaScript",
"type": "module",
"exports": "./src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-plugin-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-java",
"version": "2.5.0",
"version": "2.6.0",
"description": "Prettier Java Plugin",
"type": "module",
"exports": "./dist/index.js",
Expand All @@ -11,7 +11,7 @@
"repository": "https://github.com/jhipster/prettier-java",
"license": "Apache-2.0",
"dependencies": {
"java-parser": "2.2.0",
"java-parser": "2.3.0",
"lodash": "4.17.21",
"prettier": "3.2.5"
},
Expand Down

0 comments on commit 30e1cad

Please sign in to comment.