Skip to content

Commit

Permalink
chore: Move dev dependencies in monorepo root to fix peer dep warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
NiGhTTraX committed Dec 29, 2021
1 parent d7d63a5 commit 31ab397
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 21 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"test": "lerna run test"
},
"devDependencies": {
"lerna": "~4.0.0"
"lerna": "~4.0.0",
"eslint": "~8.5.0",
"typescript": "~4.0.2",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-jsx-a11y": "~6.5.1",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "~4.3.0",
"eslint-plugin-prettier": "~4.0.0",
"prettier": "~2.5.1"
}
}
5 changes: 0 additions & 5 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@
"eslint": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0"
},
"devDependencies": {
"eslint": "~8.5.0",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-prettier": "~4.0.0"
}
}
7 changes: 0 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,5 @@
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0"
},
"devDependencies": {
"eslint": "~8.5.0",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-jsx-a11y": "~6.5.1",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "~4.3.0"
}
}
4 changes: 0 additions & 4 deletions packages/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,5 @@
"peerDependencies": {
"eslint": "^8.5.0",
"typescript": "^4.0.2"
},
"devDependencies": {
"eslint": "~8.5.0",
"typescript": "~4.0.2"
}
}
4 changes: 0 additions & 4 deletions packages/tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,5 @@
"peerDependencies": {
"eslint": "^8.5.0",
"typescript": "^4.0.2"
},
"devDependencies": {
"eslint": "~8.5.0",
"typescript": "~4.0.2"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4438,6 +4438,11 @@ prettier@~2.5.0:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.0.tgz#a6370e2d4594e093270419d9cc47f7670488f893"
integrity sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==

prettier@~2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==

process-nextick-args@~2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
Expand Down

0 comments on commit 31ab397

Please sign in to comment.