pull/1284/head
xiang578 2024-04-04 20:25:15 +08:00
parent 6c2240ce6d
commit 9b00f03848
1 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "hexo-theme-icarus", "name": "hexo-theme-icarus",
"version": "5.3.0", "version": "6.0.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",
@ -21,23 +21,23 @@
"lint": "eslint --ext .js --ext .jsx --ext .json ." "lint": "eslint --ext .js --ext .jsx --ext .json ."
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.6.0", "eslint": "^8.56.0",
"eslint-config-hexo": "^5.0.0", "eslint-config-hexo": "^5.0.0",
"eslint-plugin-json": "^3.0.0", "eslint-plugin-json": "^3.1.0",
"eslint-plugin-react": "^7.17.0" "eslint-plugin-react": "^7.33.2"
}, },
"dependencies": { "dependencies": {
"bulma-stylus": "0.8.0", "bulma-stylus": "0.8.0",
"deepmerge": "^4.3.1", "deepmerge": "^4.3.1",
"hexo": "^7.1.1", "hexo": "^7.1.1",
"hexo-component-inferno": "^2.0.2", "hexo-component-inferno": "^3.0.0",
"hexo-log": "^4.1.0", "hexo-log": "^4.1.0",
"hexo-pagination": "^3.0.0", "hexo-pagination": "^3.0.0",
"hexo-renderer-inferno": "^0.1.3", "hexo-renderer-inferno": "^1.0.2",
"hexo-renderer-stylus": "^3.0.1", "hexo-renderer-stylus": "^3.0.1",
"hexo-util": "^3.2.0", "hexo-util": "^3.2.0",
"inferno": "^7.3.3", "inferno": "^8.2.3",
"inferno-create-element": "^7.3.3", "inferno-create-element": "^8.2.3",
"moment": "^2.30.1", "moment": "^2.30.1",
"semver": "^7.5.4" "semver": "^7.5.4"
} }