fetch upstream updates

This commit is contained in:
Masterain
2024-04-16 17:14:04 -07:00
parent 3aaf15aa6a
commit 572173018a
3 changed files with 838 additions and 804 deletions

View File

@@ -10,20 +10,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
run_install: true
version: latest
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
- name: Install Deps

View File

@@ -13,17 +13,17 @@
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/plugin-docsearch": "2.0.0-rc.21",
"@vuepress/plugin-feed": "2.0.0-rc.21",
"@vuepress/plugin-docsearch": "2.0.0-rc.24",
"@vuepress/plugin-feed": "2.0.0-rc.24",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@vuepress/plugin-pwa": "2.0.0-rc.21",
"@vuepress/plugin-redirect": "2.0.0-rc.21",
"@vuepress/plugin-pwa": "2.0.0-rc.24",
"@vuepress/plugin-redirect": "2.0.0-rc.24",
"husky": "9.0.11",
"nano-staged": "0.8.0",
"prettier": "3.2.5",
"vue": "^3.4.21",
"vue": "^3.4.23",
"vuepress": "2.0.0-rc.9",
"vuepress-theme-hope": "2.0.0-rc.32"
"vuepress-theme-hope": "2.0.0-rc.36"
},
"engines": {
"node": ">=18.18.0"

1622
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff