Commit 8b60c4ec authored by nanahira's avatar nanahira

migrate to rc1

parent bee33dec
This diff is collapsed.
......@@ -30,13 +30,13 @@
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-tabulate",
"dependencies": {
"class-transformer": "^0.4.0",
"koishi-thirdeye": "^6.0.2",
"koishi-thirdeye": "^7.0.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"source-map-support": "^0.5.20"
},
"peerDependencies": {
"koishi": "^4.0.0-rc.0"
"koishi": "^4.0.0-rc.1"
},
"devDependencies": {
"@types/lodash": "^4.14.176",
......@@ -46,7 +46,7 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.0.0-rc.0",
"koishi": "^4.0.0-rc.1",
"prettier": "^2.4.1",
"raw-loader": "^4.0.2",
"ts-loader": "^9.2.6",
......
......@@ -22,9 +22,6 @@ import _ from 'lodash';
export * from './config';
declare module 'koishi' {
interface Modules {
tabulate: typeof import('.');
}
namespace Cache {
interface Tables {
tabulateMatches: Record<string, Partial<Game>>;
......
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