Skip to content

Commit

Permalink
fix(mongo, mysql): fix missing configuration typings
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Apr 13, 2021
1 parent 368f91c commit cc4e004
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions packages/plugin-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@
"database",
"mysql"
],
"devDependencies": {
"@types/mongodb": "^3.6.12"
},
"peerDependencies": {
"koishi-core": "^3.8.0"
},
"dependencies": {
"@types/mongodb": "^3.6.12",
"mongodb": "^3.6.6"
}
}
5 changes: 1 addition & 4 deletions packages/plugin-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@
"database",
"mysql"
],
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/mysql": "^2.15.18"
},
"peerDependencies": {
"koishi-core": "^3.8.0"
},
"dependencies": {
"@types/mysql": "^2.15.18",
"mysql": "^2.18.1"
}
}
1 change: 0 additions & 1 deletion packages/plugin-webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@types/ws": "^7.4.1",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.11",
"echarts": "^5.0.2",
Expand Down

0 comments on commit cc4e004

Please sign in to comment.