Skip to content

Commit f4c82b3

Browse files
committed
Update packages
1 parent 9f7fd78 commit f4c82b3

File tree

3 files changed

+546
-549
lines changed

3 files changed

+546
-549
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# ehye.github.io
2-
blog & note
2+
3+
[![build and deploy](https://github.com/ehye/ehye.github.io/actions/workflows/action-pages.yml/badge.svg)](https://github.com/ehye/ehye.github.io/actions/workflows/action-pages.yml)

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"server": "hexo server"
1010
},
1111
"hexo": {
12-
"version": "6.3.0"
12+
"version": "7.3.0"
1313
},
1414
"dependencies": {
15-
"hexo": "^6.3.0",
15+
"hexo": "^7.3.0",
1616
"hexo-cli": "^4.3.2",
17-
"hexo-deployer-git": "^3.0.0",
18-
"hexo-generator-archive": "^1.0.0",
19-
"hexo-generator-category": "^1.0.0",
20-
"hexo-generator-index": "^2.0.0",
17+
"hexo-deployer-git": "^4.0.0",
18+
"hexo-generator-archive": "^2.0.0",
19+
"hexo-generator-category": "^2.0.0",
20+
"hexo-generator-index": "^4.0.0",
2121
"hexo-generator-searchdb": "^1.4.1",
2222
"hexo-generator-sitemap": "^3.0.1",
23-
"hexo-generator-tag": "^1.0.0",
23+
"hexo-generator-tag": "^2.0.0",
2424
"hexo-next-giscus": "^1.3.0",
2525
"hexo-renderer-ejs": "^2.0.0",
26-
"hexo-renderer-marked": "^5.0.0",
27-
"hexo-renderer-stylus": "^2.1.0",
26+
"hexo-renderer-marked": "^7.0.0",
27+
"hexo-renderer-stylus": "^3.0.1",
2828
"hexo-server": "^3.0.0",
29-
"hexo-theme-next": "^8.20.0"
29+
"hexo-theme-next": "^8.22.0"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)