Skip to content

Commit

Permalink
chore(eslint): bump TS peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Mar 30, 2023
1 parent e146995 commit 6b6ee66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/big-squids-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/eslint-config": patch
---

Update TypeScript `peerDependency` to allow for `^5.0.0`
2 changes: 1 addition & 1 deletion packages/remix-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"peerDependencies": {
"eslint": "^8.0.0",
"react": "^17.0.0 || ^18.0.0",
"typescript": "^4.0.0"
"typescript": "^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 6b6ee66

Please sign in to comment.