Commit 8b60c4ec authored by nanahira's avatar nanahira

migrate to rc1

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