Commit 44acd29a authored by nanahira's avatar nanahira

remove lodash

parent 4ee18fb6
Pipeline #6189 failed with stages
in 25 seconds
{ {
"name": "koishi-nestjs", "name": "koishi-nestjs",
"version": "1.0.15", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "koishi-nestjs", "name": "koishi-nestjs",
"version": "1.0.15", "version": "1.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@koa/router": "^10.1.1", "@koa/router": "^10.1.1",
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
"typescript": "^4.4.3" "typescript": "^4.4.3"
}, },
"peerDependencies": { "peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0", "@nestjs/common": "^8.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0", "@nestjs/core": "^8.0.0",
"koishi": "^4.0.0-alpha.8", "koishi": "^4.0.0-alpha.9",
"proxy-agent": "^5.0.0", "proxy-agent": "^5.0.0",
"reflect-metadata": "^0.1.13" "reflect-metadata": "^0.1.13"
} }
......
...@@ -23,7 +23,6 @@ import { ...@@ -23,7 +23,6 @@ import {
OnContextFunction, OnContextFunction,
} from '../koishi.interfaces'; } from '../koishi.interfaces';
import { applySelector } from '../utility/koishi.utility'; import { applySelector } from '../utility/koishi.utility';
import _ from 'lodash';
import { KoishiContextService } from './koishi-context.service'; import { KoishiContextService } from './koishi-context.service';
@Injectable() @Injectable()
......
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