Skip to content

Commit

Permalink
make prettier a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta authored Jul 10, 2024
1 parent b0fab0d commit 97a5307
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"lodash": "^4.17.21",
"nanoid": "^3.3.7",
"node-emoji": "^2.1.3",
"prettier": "~3.3.2",
"swagger-schema-official": "2.0.0-bab6bed",
"swagger2openapi": "^7.0.8",
"typescript": "~5.5.2"
Expand All @@ -68,10 +67,14 @@
"@types/node": "20.14.10",
"@types/swagger2openapi": "7.0.4",
"axios": "1.7.2",
"prettier": "~3.3.2",
"shx": "0.3.4",
"tsup": "8.1.0",
"vitest": "2.0.1"
},
"peerDependencies": {
"prettier": "~3",
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 97a5307

Please sign in to comment.