Skip to content

Commit

Permalink
chore(build): update package dependencies for Hexo 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Jan 15, 2022
1 parent 957aaff commit 90f2b47
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,32 @@
},
"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",
"semver": ">=5.0.0"
},
"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"
}
}

0 comments on commit 90f2b47

Please sign in to comment.