Skip to content

Commit

Permalink
Merge pull request #351 from shelfio/feature/revert-deps-config
Browse files Browse the repository at this point in the history
Revert peerDeps plugins to deps
  • Loading branch information
ktv18 authored Apr 6, 2022
2 parents f5f772e + 6329ea7 commit 2f434aa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,7 @@
"@typescript-eslint/eslint-plugin": "5.15.0",
"@typescript-eslint/parser": "5.15.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "8.5.0"
},
"devDependencies": {
"husky": "7.0.4",
"lint-staged": "12.3.7",
"prettier": "2.5.1"
},
"peerDependencies": {
"eslint": "7.x || 8.x",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.1",
Expand All @@ -56,7 +48,15 @@
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-sonarjs": "0.12.0",
"eslint-plugin-testing-library": "5.1.0",
"eslint-plugin-vue": "8.5.0",
"eslint-plugin-vue": "8.5.0"
},
"devDependencies": {
"husky": "7.0.4",
"lint-staged": "12.3.7",
"prettier": "2.5.1"
},
"peerDependencies": {
"eslint": "7.x || 8.x",
"prettier": "2.x"
},
"lint-staged": {
Expand Down

0 comments on commit 2f434aa

Please sign in to comment.