Skip to content

Commit

Permalink
chore: add missing peer dependency
Browse files Browse the repository at this point in the history
Add typescript@^5.4 as a peer dependency for the tsconfig package
because of `"module": "preserve"`
  • Loading branch information
matijs committed Nov 8, 2024
1 parent 3db9b86 commit 34089aa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/late-jokes-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@nl-design-system/tsconfig': patch
---

Add missing peer dependency typescript@^5.4
6 changes: 6 additions & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "5.6.3"
},
"peerDependencies": {
"typescript": "^5.4"
}
}
6 changes: 5 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 34089aa

Please sign in to comment.