Skip to content

Commit

Permalink
chore: Add peerDependencies on TypeScript (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten authored Mar 22, 2024
1 parent 30e96cd commit c06d6b8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-seahorses-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@0no-co/graphqlsp': patch
---

Add `typescript` to `peerDependencies`
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"pnpm": {
"overrides": {
"typescript": "^5.3.3",
"ua-parser-js@<0.7.33": ">=0.7.33",
"postcss@<8.4.31": ">=8.4.31",
"semver@<5.7.2": ">=5.7.2",
Expand Down
3 changes: 3 additions & 0 deletions packages/graphqlsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"@gql.tada/internal": "^0.1.0",
"node-fetch": "^2.0.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"publishConfig": {
"provenance": true
}
Expand Down
22 changes: 13 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit c06d6b8

Please sign in to comment.