Skip to content

Commit

Permalink
ci: move semantic-release under optionalDependencies (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik committed Jan 16, 2023
1 parent ae266a3 commit aab61f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
"prettier": "2.8.3",
"prisma": "^4.0",
"read-pkg-up": "7.0.1",
"semantic-release": "^19.0.5",
"slug": "^8.2.2",
"strip-ansi": "6",
"ts-jest": "29.0.5",
Expand All @@ -127,6 +126,9 @@
"yalc": "^1.0.0-pre.53",
"zod": "^3.20.2"
},
"optionalDependencies": {
"semantic-release": "^19.0.5"
},
"prettier": "@prisma-labs/prettier-config",
"peerDependencies": {
"@prisma/client": "^4.0",
Expand Down

0 comments on commit aab61f1

Please sign in to comment.