Skip to content

Commit 978562b

Browse files
committed
fix: 修复web无法正确保存配置的问题
1 parent 946fe9d commit 978562b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
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"
@@ -61,6 +61,6 @@
6161
"web": "dist/web.config.js"
6262
},
6363
"dependencies": {
64-
"internal-ip": "^8.0.1"
64+
"internal-ip": "^9.0.0"
6565
}
6666
}

src/web.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { plugin } from '@/utils'
66

77
export default defineConfig({
88
info: {
9-
id: plugin.name,
9+
id: plugin.pkg.name,
1010
name: '基础插件',
1111
version: plugin.version,
1212
description: plugin.pkg.description,

0 commit comments

Comments
 (0)