diff --git a/package.json b/package.json index 03380fb..e072257 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "hexo-theme-shokax", - "version": "0.4.9", + "version": "0.4.10", "description": "a hexo theme based on shoka", "main": "index.js", "repository": "https://github.com/theme-shoka-x/hexo-theme-shokaX", "author": "zkz098", "license": "AGPL-3.0-or-later", - "packageManager": "pnpm@9.4.0", + "packageManager": "pnpm@9.5.0", "scripts": { "test": "tsc --build --verbose", "build": "node ./toolbox/compiler.mjs" @@ -16,10 +16,10 @@ "@types/jquery": "^3.5.30", "@types/js-yaml": "^4.0.9", "@types/katex": "^0.16.7", - "@types/node": "^20.14.9", + "@types/node": "^20.14.10", "@types/quicklink": "^2.3.4", - "@typescript-eslint/eslint-plugin": "^7.15.0", - "@typescript-eslint/parser": "^7.15.0", + "@typescript-eslint/eslint-plugin": "^7.16.0", + "@typescript-eslint/parser": "^7.16.0", "eslint": "^9.6.0", "eslint-config-standard": "~17", "eslint-plugin-import": "^2.29.1", @@ -30,24 +30,24 @@ }, "dependencies": { "@algolia/client-search": "^4.24.0", - "@waline/client": "^3.2.6", + "@waline/client": "^3.3.0", "algoliasearch": "4.24.0", "esbuild": "^0.23.0", "hexo": "^7.3.0", "hexo-algoliasearch": "^2.0.1", "hexo-feed": "^1.1.2", "hexo-fs": "^4.1.3", - "hexo-pagination": "^3.0.0", + "hexo-pagination": "^4.0.0", "hexo-renderer-pug": "^3.0.0", "hexo-util": "^3.3.0", - "instantsearch.js": "^4.73.0", + "instantsearch.js": "^4.73.1", "js-yaml": "^4.1.0", "katex": "^0.16.11", "mouse-firework": "^0.0.5", "quicklink": "^2.3.0", "theme-shokax-anime": "^0.0.6", "theme-shokax-pjax": "^0.0.3", - "twikoo": "^1.6.36", + "twikoo": "^1.6.38", "unlazy": "^0.11.3", "vue": "^3.4.31" },