Skip to content

Commit bdb78d6

Browse files
committed
chore: upgrade deps
1 parent 0716338 commit bdb78d6

File tree

6 files changed

+304
-234
lines changed

6 files changed

+304
-234
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Valaxy site to GitHub Pages
1+
name: Deploy Valaxy site to GitHub Pages by Actions
22

33
on:
44
# Runs on pushes targeting the default branch

.github/workflows/gh-pages-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Deploy by Branch
22

33
on:
44
push:

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"serve": "vite preview"
1010
},
1111
"dependencies": {
12-
"valaxy": "^0.14.4",
12+
"valaxy": "^0.14.6",
1313
"valaxy-theme-gitlink": "link:../valaxy-theme-yun"
1414
},
1515
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"bumpp": "^8.2.1",
1818
"eslint": "^8.33.0",
1919
"typescript": "^4.9.5",
20-
"valaxy": "^0.14.4",
20+
"valaxy": "^0.14.6",
2121
"valaxy-theme-gitlink": "workspace:*",
2222
"vue-tsc": "^1.0.24"
2323
}

0 commit comments

Comments
 (0)