From 90f2b47013f12151413a5083d6895a62165d7413 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sat, 15 Jan 2022 17:52:54 -0500 Subject: [PATCH] chore(build): update package dependencies for Hexo 6.0 --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 7ca5c6b20..51d46c8e0 100644 --- a/package.json +++ b/package.json @@ -22,20 +22,20 @@ }, "devDependencies": { "bulma-stylus": "0.8.0", - "eslint": "^7.6.0", - "eslint-config-hexo": "^4.1.0", + "eslint": "^8.6.0", + "eslint-config-hexo": "^5.0.0", "eslint-plugin-json": "^3.0.0", "eslint-plugin-react": "^7.17.0", - "hexo": "^5.0.2", - "hexo-log": "^2.0.0", - "hexo-pagination": "^1.0.0", + "hexo": "^6.0.0", + "hexo-log": "^3.0.0", + "hexo-pagination": "^2.0.0", "hexo-renderer-inferno": "^0.1.3", "hexo-renderer-stylus": "^2.0.0", - "hexo-util": "^2.2.0" + "hexo-util": "^2.4.0" }, "dependencies": { "deepmerge": "^4.2.2", - "hexo-component-inferno": "^0.14.0", + "hexo-component-inferno": "^1.0.2", "inferno": "^7.3.3", "inferno-create-element": "^7.3.3", "moment": "^2.22.2", @@ -43,11 +43,11 @@ }, "peerDependencies": { "bulma-stylus": "0.8.0", - "hexo": "^5.0.2", - "hexo-log": "^2.0.0", - "hexo-pagination": "^1.0.0", + "hexo": "^6.0.0", + "hexo-log": "^3.0.0", + "hexo-pagination": "^2.0.0", "hexo-renderer-inferno": "^0.1.3", "hexo-renderer-stylus": "^2.0.0", - "hexo-util": "^2.2.0" + "hexo-util": "^2.4.0" } }