Skip to content

Commit

Permalink
chore: 0.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zkz098 committed Jan 27, 2025
1 parent 298d0c7 commit fe8f6f6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "hexo-theme-shokax",
"version": "0.4.18",
"version": "0.4.19",
"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.5.0",
"packageManager": "pnpm@9.15.4",
"scripts": {
"test": "tsc --build --verbose",
"build": "node ./toolbox/compiler.mjs"
},
"devDependencies": {
"@types/fancybox": "^3.5.7",
"@types/jquery": "^3.5.30",
"@types/jquery": "^3.5.32",
"@types/js-yaml": "^4.0.9",
"@types/katex": "^0.16.7",
"@types/node": "^22.5.5",
"@types/node": "^22.10.10",
"@types/quicklink": "^2.3.4",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.11.0",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.19.0",
"eslint-config-standard": "~17",
"eslint-plugin-vue": "^9.28.0",
"glob": "^11.0.0",
"typescript": "^5.6.2"
"eslint-plugin-vue": "^9.32.0",
"glob": "^11.0.1",
"typescript": "^5.7.3"
},
"dependencies": {
"@algolia/client-search": "^5.5.3",
"@waline/client": "^3.3.2",
"algoliasearch": "5.18.0",
"esbuild": "^0.24.0",
"@algolia/client-search": "^5.20.0",
"@waline/client": "^3.5.1",
"algoliasearch": "5.20.0",
"esbuild": "^0.24.2",
"hexo": "^7.3.0",
"hexo-algoliasearch": "^2.0.1",
"hexo-feed": "^1.1.2",
"hexo-fs": "^5.0.0",
"hexo-pagination": "^4.0.0",
"hexo-renderer-pug": "^3.0.0",
"hexo-util": "^3.3.0",
"instantsearch.js": "^4.74.1",
"instantsearch.js": "^4.77.1",
"js-yaml": "^4.1.0",
"katex": "^0.16.11",
"katex": "^0.16.21",
"mouse-firework": "^0.0.6",
"quicklink": "^2.3.0",
"theme-shokax-anime": "^0.0.7",
"theme-shokax-pjax": "^0.0.3",
"twikoo": "^1.6.39",
"twikoo": "^1.6.41",
"unlazy": "^0.12.1"
},
"engines": {
Expand Down

0 comments on commit fe8f6f6

Please sign in to comment.