update
parent
7d10f1ea6a
commit
6c2240ce6d
22
package.json
22
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hexo-theme-icarus",
|
"name": "hexo-theme-icarus",
|
||||||
"version": "5.2.1",
|
"version": "5.3.0",
|
||||||
"author": "ppoffice <ppoffice@users.noreply.github.com>",
|
"author": "ppoffice <ppoffice@users.noreply.github.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "A simple, delicate, and modern theme for Hexo",
|
"description": "A simple, delicate, and modern theme for Hexo",
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
"url": "https://github.com/ppoffice/hexo-theme-icarus/issues"
|
"url": "https://github.com/ppoffice/hexo-theme-icarus/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.4.0"
|
"node": ">=14"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --ext .js --ext .jsx --ext .json ."
|
"lint": "eslint --ext .js --ext .jsx --ext .json ."
|
||||||
|
@ -28,17 +28,17 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bulma-stylus": "0.8.0",
|
"bulma-stylus": "0.8.0",
|
||||||
"deepmerge": "^4.2.2",
|
"deepmerge": "^4.3.1",
|
||||||
"hexo": "^6.0.0",
|
"hexo": "^7.1.1",
|
||||||
"hexo-component-inferno": "^2.0.2",
|
"hexo-component-inferno": "^2.0.2",
|
||||||
"hexo-log": "^3.0.0",
|
"hexo-log": "^4.1.0",
|
||||||
"hexo-pagination": "^2.0.0",
|
"hexo-pagination": "^3.0.0",
|
||||||
"hexo-renderer-inferno": "^0.1.3",
|
"hexo-renderer-inferno": "^0.1.3",
|
||||||
"hexo-renderer-stylus": "^2.0.0",
|
"hexo-renderer-stylus": "^3.0.1",
|
||||||
"hexo-util": "^2.4.0",
|
"hexo-util": "^3.2.0",
|
||||||
"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.30.1",
|
||||||
"semver": ">=5.0.0"
|
"semver": "^7.5.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue