Skip to content

Commit

Permalink
chore: Widen TypeScript peer dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed May 10, 2023
1 parent d91a481 commit 0b4f07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"optionalDependencies": {},
"peerDependencies": {
"eslint": "^8.0.0",
"typescript": "^4.0.0"
"typescript": ">=4.0.0"
},
"private": false,
"publishConfig": {
Expand Down

0 comments on commit 0b4f07d

Please sign in to comment.