Skip to content

Commit

Permalink
Merge pull request #233 from zkz098/refactor_comment
Browse files Browse the repository at this point in the history
chore: 0.4
  • Loading branch information
zkz098 authored Feb 14, 2024
2 parents a2f3b04 + aa70cb6 commit 8807c6f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-shokax",
"version": "0.4.0-beta.1",
"version": "0.4.0",
"description": "a hexo theme based on shoka",
"main": "index.js",
"repository": "https://github.com/theme-shoka-x/hexo-theme-shokaX",
Expand All @@ -19,17 +19,17 @@
"@types/quicklink": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@waline/client": "3.0.0-alpha.11",
"eslint": "^8.56.0",
"eslint-config-standard": "~17",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.20.1",
"typescript": "^5.3.3",
"vue": "^3.4.15"
"typescript": "^5.3.3"
},
"dependencies": {
"@waline/client": "3.0.0-alpha.11",
"vue": "^3.4.15",
"@algolia/client-search": "^4.22.1",
"algoliasearch": "4.22.1",
"esbuild": "^0.20.0",
Expand All @@ -44,7 +44,11 @@
"theme-shokax-anime": "^0.0.6",
"theme-shokax-pjax": "^0.0.3",
"twikoo": "^1.6.31",
"unlazy": "^0.10.4"
"unlazy": "^0.10.4",
"hexo-lightning-minify": "latest",
"hexo-algoliasearch": "latest",
"hexo-feed": "latest",
"hexo-renderer-pug": "latest"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 8807c6f

Please sign in to comment.