Skip to content

Commit

Permalink
fix: add typescript as peer dependency
Browse files Browse the repository at this point in the history
Add typescript as peer dependency. Miminum version is 5.4 which
introduces the module preserve config

Refs: (#53)
  • Loading branch information
beawar authored Dec 11, 2024
1 parent bdef084 commit 0002532
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 8 additions & 4 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 @@ -47,6 +47,9 @@
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.1",
"prettier-eslint": "^16.1.2",
"typescript": "^5.1.6"
"typescript": "^5.7.2"
},
"peerDependencies": {
"typescript": "^5.4"
}
}

0 comments on commit 0002532

Please sign in to comment.