Skip to content

Commit

Permalink
feat: make @types/eslint dependency public
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrentz committed Aug 13, 2024
1 parent e2a7ec8 commit 8b732e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@
"url": "https://github.com/eslint/rewrite/issues"
},
"homepage": "https://github.com/eslint/rewrite#readme",
"dependencies": {
"@types/eslint": "*"
},
"devDependencies": {
"@types/eslint": "^9.6.0",
"c8": "^9.1.0",
"eslint": "^9.0.0",
"mocha": "^10.4.0",
Expand Down

0 comments on commit 8b732e5

Please sign in to comment.