Skip to content

Commit

Permalink
make prettier a peer dependency
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
FezVrasta committed Jul 10, 2024
1 parent b0fab0d commit f491d64
Show file tree
Hide file tree
Showing 2 changed files with 6 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
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3030,6 +3030,8 @@ __metadata:
tsup: "npm:8.1.0"
typescript: "npm:~5.5.2"
vitest: "npm:2.0.1"
peerDependencies:
prettier: ~3
bin:
sta: ./dist/cli.js
swagger-typescript-api: ./dist/cli.js
Expand Down

0 comments on commit f491d64

Please sign in to comment.