File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 },
3232 "devDependencies" : {
3333 "@karinjs/plugin-puppeteer" : " ^1.1.2" ,
34- "@types/node" : " ^25.0 .3" ,
35- "eslint" : " ^9.39.2 " ,
34+ "@types/node" : " ^25.2 .3" ,
35+ "eslint" : " ^10.0.0 " ,
3636 "neostandard" : " ^0.12.2" ,
37- "node-karin" : " ^1.14.1 " ,
37+ "node-karin" : " ^1.14.3 " ,
3838 "tsup" : " ^8.5.1" ,
3939 "tsx" : " ^4.21.0" ,
4040 "typescript" : " ^5.9.3"
6161 "web" : " dist/web.config.js"
6262 },
6363 "dependencies" : {
64- "internal-ip" : " ^8 .0.1 "
64+ "internal-ip" : " ^9 .0.0 "
6565 }
6666}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { plugin } from '@/utils'
66
77export default defineConfig ( {
88 info : {
9- id : plugin . name ,
9+ id : plugin . pkg . name ,
1010 name : '基础插件' ,
1111 version : plugin . version ,
1212 description : plugin . pkg . description ,
You can’t perform that action at this time.
0 commit comments