Skip to content

Commit

Permalink
fix: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Nov 23, 2022
1 parent 6b7b444 commit 70eaaa5
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 16 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.6.1",
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint-define-config": "^1.12.0",
"eslint-import-resolver-typescript": "^3.5.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"eslint": "^8.28.0"
"eslint": "^8.28.0",
"typescript": "~4.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 1 addition & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"dependencies": {
"@ocavue/eslint-config-basic": "^0.6.1",
"@ocavue/eslint-config-prettier": "^0.4.1",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.12.0",
"eslint-plugin-prettier": "^4.2.1"
"eslint-define-config": "^1.12.0"
},
"peerDependencies": {
"eslint": ">=8.0.0"
Expand Down
39 changes: 29 additions & 10 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 70eaaa5

Please sign in to comment.