Commit 23b2c61a authored by nanahira's avatar nanahira

migrate peerdep

parent 83eb8202
This diff is collapsed.
...@@ -24,11 +24,8 @@ ...@@ -24,11 +24,8 @@
"url": "https://code.mycard.moe/3rdeye/koishi-plugin-guild-verifier/issues" "url": "https://code.mycard.moe/3rdeye/koishi-plugin-guild-verifier/issues"
}, },
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-guild-verifier", "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-guild-verifier",
"peerDependencies": {
"koishi": "^4.0.0-beta.4"
},
"dependencies": { "dependencies": {
"koishi-thirdeye": "^8.2.1", "koishi-thirdeye": "^8.2.2",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
...@@ -38,7 +35,6 @@ ...@@ -38,7 +35,6 @@
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.2.0",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
...@@ -46,5 +42,8 @@ ...@@ -46,5 +42,8 @@
"webpack": "^5.65.0", "webpack": "^5.65.0",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.1",
"ws": "^8.3.0" "ws": "^8.3.0"
},
"peerDependencies": {
"koishi": "^4.2.0"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment