Commit 9e4e0bb7 authored by nanahira's avatar nanahira

catchup

parent 960fa9b0
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"koishi-plugin-pics": "^4.1.3", "koishi-plugin-pics": "^4.1.3",
"koishi-thirdeye": "^4.3.0", "koishi-thirdeye": "^5.0.5",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,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-beta.5", "koishi": "^4.0.0-beta.6",
"koishi-plugin-pics": "^4.1.3", "koishi-plugin-pics": "^4.1.3",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"ws": "^8.3.0" "ws": "^8.3.0"
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.0.0-beta.5" "koishi": "^4.0.0-beta.6"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
...@@ -211,9 +211,9 @@ ...@@ -211,9 +211,9 @@
} }
}, },
"node_modules/@koishijs/core": { "node_modules/@koishijs/core": {
"version": "4.0.0-beta.5", "version": "4.0.0-beta.6",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.0.0-beta.5.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.0.0-beta.6.tgz",
"integrity": "sha512-r7cM7FM0QJ+6BYWFAe/H+8WkI85ffAFEyKWA3li71Pf26lPQ6h5Ms2bbIpHCsq/VFR7/EFQjzYWxK+wmwX/wwQ==", "integrity": "sha512-qg/ElGB2T6qAHofR3I7kEgcdqLxCEUcDNC0nUXfHMUcToBmBA3gggvW30KJvCga4VEr6sYp+XDEpa7IdyXg0Uw==",
"dependencies": { "dependencies": {
"@koishijs/utils": "^5.0.0-beta.1", "@koishijs/utils": "^5.0.0-beta.1",
"fastest-levenshtein": "^1.0.12", "fastest-levenshtein": "^1.0.12",
...@@ -2574,12 +2574,12 @@ ...@@ -2574,12 +2574,12 @@
} }
}, },
"node_modules/koishi": { "node_modules/koishi": {
"version": "4.0.0-beta.5", "version": "4.0.0-beta.6",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.0.0-beta.5.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.0.0-beta.6.tgz",
"integrity": "sha512-and+I4Ed7tgHg9uX2HgyVyUwCU2PWujhG17JXu6dvC+XXlwrkwh2BB5oF18OAKUMNLwXXPl2rQZmvvG+Zj6aUw==", "integrity": "sha512-okWri8SnUd3CLx8ujiDgxzNMyfw9pHoGWSKxqvKnGCeJqI/ZdWHb/B/ShWNmWQEwVxQEFsrMKEGrkReHYLfhQQ==",
"dependencies": { "dependencies": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@koishijs/core": "^4.0.0-beta.5", "@koishijs/core": "^4.0.0-beta.6",
"@koishijs/utils": "^5.0.0-beta.1", "@koishijs/utils": "^5.0.0-beta.1",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
...@@ -2610,10 +2610,12 @@ ...@@ -2610,10 +2610,12 @@
} }
}, },
"node_modules/koishi-thirdeye": { "node_modules/koishi-thirdeye": {
"version": "4.3.0", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-4.3.0.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-5.0.5.tgz",
"integrity": "sha512-uu3i0WpdgbBrJ8w2/Ylc7cicJ6o7GHjH4DORQqyGQcfG3P0qa0ImUG1AyYIv784PcWK10sCrcykD6+LHQ1D/Ig==", "integrity": "sha512-uwURwfDm1PGvlufTY4MS+72Om6U2/UCYGweyf/8p/DtV6djKUOdXKMZpnHVPNGWAgvNrlKIYZ1KpLVKD41VAAQ==",
"dependencies": { "dependencies": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"schemastery": "^2.1.0", "schemastery": "^2.1.0",
...@@ -4349,9 +4351,9 @@ ...@@ -4349,9 +4351,9 @@
} }
}, },
"@koishijs/core": { "@koishijs/core": {
"version": "4.0.0-beta.5", "version": "4.0.0-beta.6",
"resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.0.0-beta.5.tgz", "resolved": "https://registry.npmjs.org/@koishijs/core/-/core-4.0.0-beta.6.tgz",
"integrity": "sha512-r7cM7FM0QJ+6BYWFAe/H+8WkI85ffAFEyKWA3li71Pf26lPQ6h5Ms2bbIpHCsq/VFR7/EFQjzYWxK+wmwX/wwQ==", "integrity": "sha512-qg/ElGB2T6qAHofR3I7kEgcdqLxCEUcDNC0nUXfHMUcToBmBA3gggvW30KJvCga4VEr6sYp+XDEpa7IdyXg0Uw==",
"requires": { "requires": {
"@koishijs/utils": "^5.0.0-beta.1", "@koishijs/utils": "^5.0.0-beta.1",
"fastest-levenshtein": "^1.0.12", "fastest-levenshtein": "^1.0.12",
...@@ -6152,12 +6154,12 @@ ...@@ -6152,12 +6154,12 @@
} }
}, },
"koishi": { "koishi": {
"version": "4.0.0-beta.5", "version": "4.0.0-beta.6",
"resolved": "https://registry.npmjs.org/koishi/-/koishi-4.0.0-beta.5.tgz", "resolved": "https://registry.npmjs.org/koishi/-/koishi-4.0.0-beta.6.tgz",
"integrity": "sha512-and+I4Ed7tgHg9uX2HgyVyUwCU2PWujhG17JXu6dvC+XXlwrkwh2BB5oF18OAKUMNLwXXPl2rQZmvvG+Zj6aUw==", "integrity": "sha512-okWri8SnUd3CLx8ujiDgxzNMyfw9pHoGWSKxqvKnGCeJqI/ZdWHb/B/ShWNmWQEwVxQEFsrMKEGrkReHYLfhQQ==",
"requires": { "requires": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
"@koishijs/core": "^4.0.0-beta.5", "@koishijs/core": "^4.0.0-beta.6",
"@koishijs/utils": "^5.0.0-beta.1", "@koishijs/utils": "^5.0.0-beta.1",
"@types/koa": "*", "@types/koa": "*",
"@types/koa__router": "*", "@types/koa__router": "*",
...@@ -6182,10 +6184,12 @@ ...@@ -6182,10 +6184,12 @@
} }
}, },
"koishi-thirdeye": { "koishi-thirdeye": {
"version": "4.3.0", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-4.3.0.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-5.0.5.tgz",
"integrity": "sha512-uu3i0WpdgbBrJ8w2/Ylc7cicJ6o7GHjH4DORQqyGQcfG3P0qa0ImUG1AyYIv784PcWK10sCrcykD6+LHQ1D/Ig==", "integrity": "sha512-uwURwfDm1PGvlufTY4MS+72Om6U2/UCYGweyf/8p/DtV6djKUOdXKMZpnHVPNGWAgvNrlKIYZ1KpLVKD41VAAQ==",
"requires": { "requires": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"schemastery": "^2.1.0", "schemastery": "^2.1.0",
......
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
}, },
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-heisi", "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-heisi",
"peerDependencies": { "peerDependencies": {
"koishi": "^4.0.0-beta.5" "koishi": "^4.0.0-beta.6"
}, },
"dependencies": { "dependencies": {
"koishi-plugin-pics": "^4.1.3", "koishi-plugin-pics": "^4.1.3",
"koishi-thirdeye": "^4.3.0", "koishi-thirdeye": "^5.0.5",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,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-beta.5", "koishi": "^4.0.0-beta.6",
"koishi-plugin-pics": "^4.1.3", "koishi-plugin-pics": "^4.1.3",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
......
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