Skip to content

Commit

Permalink
fix: remove prettier from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq authored and jtkiesel committed Oct 27, 2024
1 parent 1c4691a commit 651a115
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/prettier-plugin-java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"license": "Apache-2.0",
"dependencies": {
"java-parser": "2.3.2",
"lodash": "4.17.21",
"prettier": "3.2.5"
"lodash": "4.17.21"
},
"scripts": {
"test": "yarn run test:unit && yarn run test:e2e-core",
Expand All @@ -35,7 +34,11 @@
"@types/lodash": "4.14.190",
"@types/node": "18.11.9",
"@types/sinon": "10.0.13",
"prettier": "3.2.5",
"ts-node": "10.9.1",
"typescript": "4.9.3"
},
"peerDependencies": {
"prettier": "^3.0.0"
}
}

0 comments on commit 651a115

Please sign in to comment.