pull/1284/head
xiang578 2024-04-04 19:31:27 +08:00
parent 7d10f1ea6a
commit 6c2240ce6d
1 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "hexo-theme-icarus",
"version": "5.2.1",
"version": "5.3.0",
"author": "ppoffice <ppoffice@users.noreply.github.com>",
"license": "MIT",
"description": "A simple, delicate, and modern theme for Hexo",
@ -15,7 +15,7 @@
"url": "https://github.com/ppoffice/hexo-theme-icarus/issues"
},
"engines": {
"node": ">=12.4.0"
"node": ">=14"
},
"scripts": {
"lint": "eslint --ext .js --ext .jsx --ext .json ."
@ -28,17 +28,17 @@
},
"dependencies": {
"bulma-stylus": "0.8.0",
"deepmerge": "^4.2.2",
"hexo": "^6.0.0",
"deepmerge": "^4.3.1",
"hexo": "^7.1.1",
"hexo-component-inferno": "^2.0.2",
"hexo-log": "^3.0.0",
"hexo-pagination": "^2.0.0",
"hexo-log": "^4.1.0",
"hexo-pagination": "^3.0.0",
"hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-stylus": "^2.0.0",
"hexo-util": "^2.4.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-util": "^3.2.0",
"inferno": "^7.3.3",
"inferno-create-element": "^7.3.3",
"moment": "^2.22.2",
"semver": ">=5.0.0"
"moment": "^2.30.1",
"semver": "^7.5.4"
}
}