chore(build): update package dependencies for Hexo 6.0

pull/1025/head
ppoffice 2022-01-15 17:52:54 -05:00
parent 957aaffe1c
commit 90f2b47013
No known key found for this signature in database
GPG Key ID: D872802C1F2A16AA
1 changed files with 11 additions and 11 deletions

View File

@ -22,20 +22,20 @@
}, },
"devDependencies": { "devDependencies": {
"bulma-stylus": "0.8.0", "bulma-stylus": "0.8.0",
"eslint": "^7.6.0", "eslint": "^8.6.0",
"eslint-config-hexo": "^4.1.0", "eslint-config-hexo": "^5.0.0",
"eslint-plugin-json": "^3.0.0", "eslint-plugin-json": "^3.0.0",
"eslint-plugin-react": "^7.17.0", "eslint-plugin-react": "^7.17.0",
"hexo": "^5.0.2", "hexo": "^6.0.0",
"hexo-log": "^2.0.0", "hexo-log": "^3.0.0",
"hexo-pagination": "^1.0.0", "hexo-pagination": "^2.0.0",
"hexo-renderer-inferno": "^0.1.3", "hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-stylus": "^2.0.0", "hexo-renderer-stylus": "^2.0.0",
"hexo-util": "^2.2.0" "hexo-util": "^2.4.0"
}, },
"dependencies": { "dependencies": {
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
"hexo-component-inferno": "^0.14.0", "hexo-component-inferno": "^1.0.2",
"inferno": "^7.3.3", "inferno": "^7.3.3",
"inferno-create-element": "^7.3.3", "inferno-create-element": "^7.3.3",
"moment": "^2.22.2", "moment": "^2.22.2",
@ -43,11 +43,11 @@
}, },
"peerDependencies": { "peerDependencies": {
"bulma-stylus": "0.8.0", "bulma-stylus": "0.8.0",
"hexo": "^5.0.2", "hexo": "^6.0.0",
"hexo-log": "^2.0.0", "hexo-log": "^3.0.0",
"hexo-pagination": "^1.0.0", "hexo-pagination": "^2.0.0",
"hexo-renderer-inferno": "^0.1.3", "hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-stylus": "^2.0.0", "hexo-renderer-stylus": "^2.0.0",
"hexo-util": "^2.2.0" "hexo-util": "^2.4.0"
} }
} }