Merge pull request 'update-dependencies' (#10) from update-dependencies into main

Reviewed-on: #10
This commit is contained in:
2026-02-01 16:36:47 +00:00
6 changed files with 2327 additions and 4402 deletions

View File

@@ -21,22 +21,21 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: pnpm/action-setup@v4 - name: 🔧Install Bun
name: 🔧Install pnpm uses: oven-sh/setup-bun@v2
with: with:
run_install: false bun-version: latest
- name: 🔧Install Node.js - name: 🔧Install Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v6
with: with:
node-version: 20 node-version: 22
cache: 'pnpm'
- name: 🔧Install dependencies - name: 🔧Install dependencies
run: pnpm install run: bun install
- name: 🔴Build doc - name: 🔴Build doc
run: pnpm run docs:build run: bun run docs:build
- name: 🚀 Deploy to Cloudflare Pages - name: 🚀 Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3 uses: cloudflare/wrangler-action@v3

View File

@@ -18,22 +18,21 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: pnpm/action-setup@v4 - name: 🔧Install Bun
name: 🔧Install pnpm uses: oven-sh/setup-bun@v2
with: with:
run_install: false bun-version: latest
- name: 🔧Install Node.js - name: 🔧Install Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v6
with: with:
node-version: 20 node-version: 22
cache: 'pnpm'
- name: 🔧Install dependencies - name: 🔧Install dependencies
run: pnpm install run: bun install
- name: 🔴Build doc - name: 🔴Build doc
run: pnpm run docs:build run: bun run docs:build
- name: 🚀 Deploy to Cloudflare Pages - name: 🚀 Deploy to Cloudflare Pages
id: deploy id: deploy

2307
bun.lock Normal file

File diff suppressed because it is too large Load Diff

3
mise.toml Normal file
View File

@@ -0,0 +1,3 @@
[tools]
bun = "latest"
node = "22"

View File

@@ -11,15 +11,14 @@
}, },
"devDependencies": { "devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.21", "@vuepress/bundler-vite": "2.0.0-rc.21",
"vue": "^3.5.13", "vue": "^3.5.27",
"vuepress": "2.0.0-rc.21", "vuepress": "2.0.0-rc.21",
"vuepress-theme-hope": "2.0.0-rc.82" "vuepress-theme-hope": "2.0.0-rc.82"
}, },
"volta": {
"node": "20.11.0"
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677", "packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
"dependencies": { "dependencies": {
"baseline-browser-mapping": "^2.9.19",
"caniuse-lite": "^1.0.30001766",
"mathjax-full": "^3.2.2" "mathjax-full": "^3.2.2"
} }
} }

4382
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff