|
1 | 1 | { |
2 | 2 | "name": "makerframe_docs", |
3 | 3 | "description": "MakerFrame Game Engine Documentation", |
4 | | - "version": "1.16.10+20260309", |
| 4 | + "version": "1.16.11+20260403", |
5 | 5 | "license": "CC BY-SA 4.0", |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
|
11 | 11 | "docs:update-package": "pnpm dlx vp-update" |
12 | 12 | }, |
13 | 13 | "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", |
21 | 21 | "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" |
26 | 26 | }, |
27 | 27 | "pnpm": { |
28 | 28 | "onlyBuiltDependencies": [ |
29 | 29 | "@parcel/watcher", |
30 | 30 | "esbuild" |
31 | | - ], |
32 | | - "overrides": { |
33 | | - "esbuild": "^0.25.11", |
34 | | - "react": "^19.2.4" |
35 | | - } |
| 31 | + ] |
36 | 32 | } |
37 | 33 | } |
0 commit comments