Skip to content

Commit

Permalink
fix: add missing typescript peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Dec 11, 2024
1 parent 55c7738 commit 0e76c4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-plugin-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"vitest": "^1.5.2"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"typescript": ">=4.8.4"
},
"engines": {
"node": ">=18.0.0"
Expand Down
3 changes: 3 additions & 0 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 0e76c4d

Please sign in to comment.