Skip to content

Commit

Permalink
chore: 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zkz098 committed Jan 29, 2024
1 parent 9819cc9 commit b04dfa5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "hexo-theme-shokax",
"version": "0.3.12",
"version": "0.3.13",
"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": "[email protected]",
"scripts": {
"test": "tsc --build --verbose",
"build": "cd ./source && tsc --build --verbose && cd ../scripts && tsc --build --verbose"
Expand All @@ -14,27 +15,27 @@
"@types/fancybox": "^3.5.6",
"@types/jquery": "^3.5.29",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@types/node": "^20.11.10",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"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",
"instantsearch.js": "^4.64.0",
"instantsearch.js": "^4.64.1",
"typescript": "^5.3.3",
"vue": "^3.4.15"
},
"dependencies": {
"esbuild": "^0.19.11",
"esbuild": "^0.20.0",
"hexo": "7.0.0",
"hexo-fs": "^4.1.1",
"hexo-pagination": "^3.0.0",
"hexo-util": "^3.2.0",
"js-yaml": "^4.1.0",
"mouse-firework": "^0.0.4",
"mouse-firework": "^0.0.5",
"theme-shokax-anime": "^0.0.6",
"theme-shokax-pjax": "^0.0.3",
"unlazy": "^0.10.4"
Expand Down

0 comments on commit b04dfa5

Please sign in to comment.