Commit 23b3bee9 authored by nanahira's avatar nanahira

bump

parent 361e8405
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"@types/ws": "^8.2.0", "@types/ws": "^8.2.0",
"koa": "^2.13.3", "koa": "^2.13.3",
"koa-bodyparser": "^4.3.0", "koa-bodyparser": "^4.3.0",
"koishi-decorators": "^1.0.3", "koishi-decorators": "^1.0.6",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"ws": "^8.2.3" "ws": "^8.2.3"
}, },
...@@ -5354,9 +5354,9 @@ ...@@ -5354,9 +5354,9 @@
} }
}, },
"node_modules/koishi-decorators": { "node_modules/koishi-decorators": {
"version": "1.0.3", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.0.3.tgz", "resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.0.6.tgz",
"integrity": "sha512-Xm+YbL+WV0nOzO4wz6Kqt/tS188FrWGxxSlAfzedUHS29ePQRwVpcb0UMTGr3hyKPgveRMU3aRDvdngIjdiLLg==", "integrity": "sha512-ms9d2Jo4VFpESnEbQ/amz3D3BDjRuxKgBB8h42XkIjz3G3Oa6hRgLnFltI4PhNfX6gRm8e0rLuW0ItDph5MNEQ==",
"dependencies": { "dependencies": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
...@@ -11654,9 +11654,9 @@ ...@@ -11654,9 +11654,9 @@
} }
}, },
"koishi-decorators": { "koishi-decorators": {
"version": "1.0.3", "version": "1.0.6",
"resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.0.3.tgz", "resolved": "https://registry.npmjs.org/koishi-decorators/-/koishi-decorators-1.0.6.tgz",
"integrity": "sha512-Xm+YbL+WV0nOzO4wz6Kqt/tS188FrWGxxSlAfzedUHS29ePQRwVpcb0UMTGr3hyKPgveRMU3aRDvdngIjdiLLg==", "integrity": "sha512-ms9d2Jo4VFpESnEbQ/amz3D3BDjRuxKgBB8h42XkIjz3G3Oa6hRgLnFltI4PhNfX6gRm8e0rLuW0ItDph5MNEQ==",
"requires": { "requires": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^8.0.0", "@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0", "@nestjs/core": "^8.0.0",
"koishi": "^4.0.0", "koishi": "^4.1.1",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rxjs": "^7.4.0" "rxjs": "^7.4.0"
}, },
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
"@types/ws": "^8.2.0", "@types/ws": "^8.2.0",
"koa": "^2.13.3", "koa": "^2.13.3",
"koa-bodyparser": "^4.3.0", "koa-bodyparser": "^4.3.0",
"koishi-decorators": "^1.0.3", "koishi-decorators": "^1.0.6",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"ws": "^8.2.3" "ws": "^8.2.3"
}, },
......
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