mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
fetch upstream updates
This commit is contained in:
8
.github/workflows/deploy-docs.yml
vendored
8
.github/workflows/deploy-docs.yml
vendored
@@ -10,20 +10,20 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v3
|
||||||
with:
|
with:
|
||||||
run_install: true
|
run_install: true
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 20
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
|
||||||
- name: Install Deps
|
- name: Install Deps
|
||||||
|
|||||||
12
package.json
12
package.json
@@ -13,17 +13,17 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vuepress/bundler-vite": "2.0.0-rc.9",
|
"@vuepress/bundler-vite": "2.0.0-rc.9",
|
||||||
"@vuepress/plugin-docsearch": "2.0.0-rc.21",
|
"@vuepress/plugin-docsearch": "2.0.0-rc.24",
|
||||||
"@vuepress/plugin-feed": "2.0.0-rc.21",
|
"@vuepress/plugin-feed": "2.0.0-rc.24",
|
||||||
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
|
||||||
"@vuepress/plugin-pwa": "2.0.0-rc.21",
|
"@vuepress/plugin-pwa": "2.0.0-rc.24",
|
||||||
"@vuepress/plugin-redirect": "2.0.0-rc.21",
|
"@vuepress/plugin-redirect": "2.0.0-rc.24",
|
||||||
"husky": "9.0.11",
|
"husky": "9.0.11",
|
||||||
"nano-staged": "0.8.0",
|
"nano-staged": "0.8.0",
|
||||||
"prettier": "3.2.5",
|
"prettier": "3.2.5",
|
||||||
"vue": "^3.4.21",
|
"vue": "^3.4.23",
|
||||||
"vuepress": "2.0.0-rc.9",
|
"vuepress": "2.0.0-rc.9",
|
||||||
"vuepress-theme-hope": "2.0.0-rc.32"
|
"vuepress-theme-hope": "2.0.0-rc.36"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.18.0"
|
"node": ">=18.18.0"
|
||||||
|
|||||||
1622
pnpm-lock.yaml
generated
1622
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user