Skip to content

Commit d66a7ed

Browse files
committed
chore: 更新依赖
1 parent d959d59 commit d66a7ed

2 files changed

Lines changed: 1097 additions & 917 deletions

File tree

package.json

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "makerframe_docs",
33
"description": "MakerFrame Game Engine Documentation",
4-
"version": "1.16.10+20260309",
4+
"version": "1.16.11+20260403",
55
"license": "CC BY-SA 4.0",
66
"type": "module",
77
"scripts": {
@@ -11,27 +11,23 @@
1111
"docs:update-package": "pnpm dlx vp-update"
1212
},
1313
"devDependencies": {
14-
"@vuepress/bundler-vite": "2.0.0-rc.27",
15-
"@vuepress/plugin-comment": "2.0.0-rc.126",
16-
"@vuepress/plugin-docsearch": "2.0.0-rc.126",
17-
"@vuepress/plugin-feed": "2.0.0-rc.126",
18-
"@vuepress/plugin-git": "2.0.0-rc.126",
19-
"@vuepress/plugin-notice": "2.0.0-rc.126",
20-
"@vuepress/plugin-pwa": "2.0.0-rc.126",
14+
"@vuepress/bundler-vite": "2.0.0-rc.28",
15+
"@vuepress/plugin-comment": "2.0.0-rc.128",
16+
"@vuepress/plugin-docsearch": "2.0.0-rc.128",
17+
"@vuepress/plugin-feed": "2.0.0-rc.128",
18+
"@vuepress/plugin-git": "2.0.0-rc.128",
19+
"@vuepress/plugin-notice": "2.0.0-rc.128",
20+
"@vuepress/plugin-pwa": "2.0.0-rc.128",
2121
"markdownlint-cli2": "^0.22.0",
22-
"sass-embedded": "^1.98.0",
23-
"vue": "^3.5.31",
24-
"vuepress": "2.0.0-rc.27",
25-
"vuepress-theme-hope": "2.0.0-rc.104"
22+
"sass-embedded": "^1.99.0",
23+
"vue": "^3.5.32",
24+
"vuepress": "2.0.0-rc.28",
25+
"vuepress-theme-hope": "2.0.0-rc.106"
2626
},
2727
"pnpm": {
2828
"onlyBuiltDependencies": [
2929
"@parcel/watcher",
3030
"esbuild"
31-
],
32-
"overrides": {
33-
"esbuild": "^0.25.11",
34-
"react": "^19.2.4"
35-
}
31+
]
3632
}
3733
}

0 commit comments

Comments
 (0)