Skip to content

Commit

Permalink
Move type packages to optional peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Sep 21, 2023
1 parent 5257928 commit db3ede4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
21 changes: 18 additions & 3 deletions package-lock.json

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

18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,23 @@
"node": ">=16.13.0",
"npm": ">= 8.1.0"
},
"peerDependencies": {
"@seamapi/types": "^1.0.0",
"type-fest": "^4.0.0"
},
"peerDependenciesMeta": {
"@seamapi/types": {
"optional": true
},
"type-fest": {
"optional": true
}
},
"dependencies": {
"@seamapi/types": "^1.14.0",
"axios": "^1.5.0",
"type-fest": "^4.3.1"
"axios": "^1.5.0"
},
"devDependencies": {
"@seamapi/types": "^1.14.0",
"@types/node": "^18.11.18",
"ava": "^5.0.1",
"c8": "^8.0.0",
Expand All @@ -92,6 +103,7 @@
"tsc-alias": "^1.8.2",
"tsup": "^7.2.0",
"tsx": "^3.12.1",
"type-fest": "^4.3.1",
"typescript": "^5.1.0"
}
}

0 comments on commit db3ede4

Please sign in to comment.