Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 10, 2023
1 parent 4ce67b2 commit 79df0af
Show file tree
Hide file tree
Showing 6 changed files with 1,556 additions and 1,469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"author": "Mr.Hope",
"license": "MIT",
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.9.0",
"dependencies": {
"@vuepress/client": "2.0.0-beta.63",
"@vuepress/client": "2.0.0-beta.67",
"vue": "3.3.4",
"vuepress": "2.0.0-beta.63",
"vuepress-theme-hope": "2.0.0-beta.228"
"vuepress": "2.0.0-beta.67",
"vuepress-theme-hope": "2.0.0-beta.238"
},
"devDependencies": {
"markdownlint-cli": "0.35.0",
"prettier": "2.8.8"
"markdownlint-cli": "0.37.0",
"prettier": "3.0.3"
}
}
Loading

0 comments on commit 79df0af

Please sign in to comment.