Skip to content

Commit b58c328

Browse files
authored
Merge pull request #1481 from vitejs/dev
d2m
2 parents 88563a6 + c03283e commit b58c328

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

guide/static-deploy-github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
- name: Set up Node
3838
uses: actions/setup-node@v6
3939
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"chalk": "^5.6.2",
1616
"feed": "^5.1.0",
1717
"gray-matter": "^4.0.3",
18-
"gsap": "^3.13.0",
18+
"gsap": "^3.14.1",
1919
"lodash": "^4.17.21",
2020
"markdown-it-image-size": "^15.0.1",
2121
"vite": "^7.0.4",
2222
"vitepress": "^2.0.0-alpha.15",
2323
"vitepress-plugin-group-icons": "^1.6.5",
2424
"vue": "^3.5.25",
25-
"vue-tsc": "^3.1.6",
25+
"vue-tsc": "^3.1.8",
2626
"yorkie": "^2.0.0"
2727
},
2828
"packageManager": "[email protected]",

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)