Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 committed Sep 13, 2024
1 parent 1723411 commit 433a735
Show file tree
Hide file tree
Showing 3 changed files with 1,575 additions and 1,258 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Deploy Vuepress

on:
push:
branches:
Expand All @@ -8,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15]
node-version: [20]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand All @@ -19,7 +20,7 @@ jobs:
- name: Pnpm Action 🛎️
uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@vuepress/theme-default": "2.0.0-beta.60",
"markdown-it-katex": "^2.0.3",
"rimraf": "^3.0.2",
"tsconfig-vuepress": "^4.0.4",
"typescript": "^4.9.4",
"vue": "^3.2.45",
"tsconfig-vuepress": "^4.5.0",
"typescript": "^4.9.5",
"vue": "^3.5.4",
"vuepress": "2.0.0-beta.60"
},
"dependencies": {
"@iconify-icons/brandico": "^1.1.0",
"@iconify/vue": "^3.1.0",
"@iconify-icons/brandico": "^1.2.4",
"@iconify/vue": "^3.2.1",
"dotenv": "^10.0.0",
"vuepress-plugin-auto-sidebar": "^2.4.0-alpha.4"
"vuepress-plugin-auto-sidebar": "2.4.0-alpha.5"
}
}
Loading

0 comments on commit 433a735

Please sign in to comment.