添加依赖

This commit is contained in:
cool 2024-02-23 08:53:59 +08:00
parent 9eca93e801
commit 81accf10df
2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@
"@midwayjs/validate": "^3.14.7", "@midwayjs/validate": "^3.14.7",
"@midwayjs/view-ejs": "^3.14.7", "@midwayjs/view-ejs": "^3.14.7",
"axios": "^1.6.7", "axios": "^1.6.7",
"decompress": "^4.2.1",
"ipip-ipdb": "^0.6.0", "ipip-ipdb": "^0.6.0",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@ -7,7 +7,6 @@ import { Config, IMidwayApplication, IMidwayContext } from '@midwayjs/core';
import * as _ from 'lodash'; import * as _ from 'lodash';
import { PluginInfo } from '../interface'; import { PluginInfo } from '../interface';
import { PLUGIN_CACHE_KEY, PluginCenterService } from './center'; import { PLUGIN_CACHE_KEY, PluginCenterService } from './center';
import * as fs from 'fs';
import { CacheManager } from '@midwayjs/cache'; import { CacheManager } from '@midwayjs/cache';
/** /**