Skip to content

Commit

Permalink
update devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Nov 5, 2022
1 parent bac9e10 commit 3008935
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"url": "https://github.com/laststance/eslint-config-react-typescript-pro/issues"
},
"homepage": "https://github.com/laststance/eslint-config-react-typescript-pro",
"dependencies": {
"dependencies": {},
"devDependencies": {
"typescript": "^4.8.4",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
Expand All @@ -30,9 +32,6 @@
"eslint-plugin-sort-keys-fix": "^1.1.2",
"prettier": "^2.7.1"
},
"devDependencies": {
"typescript": "^4.8.4"
},
"peerDependencies": {
"typescript": "^4.0.0"
},
Expand Down

0 comments on commit 3008935

Please sign in to comment.