fix: use peerDependencies

This commit is contained in:
r1oga
2022-12-14 16:48:15 +01:00
parent f6995a0e03
commit 7176be1a45
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
"scripts": {
"postinstall": "sh postinstall.sh"
},
"devDependencies": {
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",

View File

@@ -21,7 +21,7 @@
"scripts": {
"postinstall": "sh postinstall.sh"
},
"devDependencies": {
"peerDependencies": {
"prettier": "^2.8.1"
},
"gitHead": "af64bc0dabc5e3fb6bbc6654b2d98288ff8e7ff9"