Skip to content

Commit 3b4b7a4

Browse files
committed
[fix] compatible between Hexo 4.x & Slideshow plugin
1 parent 5555904 commit 3b4b7a4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"dependencies": {
1616
"hexo": "^4.0.0",
1717
"hexo-auto-category": "^0.2.0",
18-
"hexo-deployer-git": "^2.0.0",
18+
"hexo-deployer-git": "^2.1.0",
1919
"hexo-generator-archive": "^1.0.0",
2020
"hexo-generator-category": "^1.0.0",
21-
"hexo-generator-feed": "^2.0.0",
21+
"hexo-generator-feed": "^2.1.1",
2222
"hexo-generator-index": "^1.0.0",
2323
"hexo-generator-slidehtml": "0.0.62",
2424
"hexo-generator-tag": "^1.0.0",
@@ -30,7 +30,8 @@
3030
"hexo-renderer-marked": "^2.0.0",
3131
"hexo-renderer-stylus": "^1.1.0",
3232
"hexo-server": "^1.0.0",
33-
"icalendar": "^0.7.1"
33+
"icalendar": "^0.7.1",
34+
"object-assign": "^4.1.1"
3435
},
3536
"scripts": {
3637
"format": "prettier --write \"{,!(node_modules|.git|scaffolds|themes|public|.deploy_git)/**/}*.{html,md,css,less,js,json,yml,yaml}\"",
@@ -44,8 +45,8 @@
4445
}
4546
},
4647
"devDependencies": {
47-
"husky": "^3.0.9",
48-
"prettier": "^1.18.2"
48+
"husky": "^3.1.0",
49+
"prettier": "^1.19.1"
4950
},
5051
"prettier": {
5152
"tabWidth": 2

0 commit comments

Comments
 (0)