Skip to content

Commit

Permalink
chore: add type-fest as peer dependency to fix types relying on it (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 authored Mar 13, 2024
1 parent 9a58d16 commit 6c9c0e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
17 changes: 10 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@
"rimraf": "3.0.2",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"type-fest": "^4.5.0",
"type-fest": "^4.12.0",
"typescript": "4.9.5"
},
"peerDependencies": {
"type-fest": "^4.12.0"
},
"prettier": "@doist/prettier-config",
"husky": {
"hooks": {
Expand Down

0 comments on commit 6c9c0e7

Please sign in to comment.