Skip to content

Commit

Permalink
fix(deps): include eslint deps in regular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 24, 2024
1 parent 4e299e6 commit 727ebfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
17 changes: 4 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com/)",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint-plugin-import-x": "^0.5.0",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.3.0",
Expand All @@ -47,15 +49,10 @@
},
"devDependencies": {
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^9.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"react": "^18.3.1",
"typescript": "^5.4.5"
},
"peerDependencies": {
"eslint": ">= 9"
}
}

0 comments on commit 727ebfc

Please sign in to comment.