hexo-theme-shokax
Advanced tools
Comparing version 0.2.0-rc1 to 0.2.0-rc2
{ | ||
"name": "hexo-theme-shokax", | ||
"version": "0.2.0-rc1", | ||
"version": "0.2.0-rc2", | ||
"description": "a hexo theme based on shoka", | ||
@@ -22,6 +22,6 @@ "main": "index.js", | ||
"@types/lozad": "^1.16.1", | ||
"@types/node": "^18.14.1", | ||
"@types/node": "^18.13.0", | ||
"@types/shelljs": "^0.8.11", | ||
"@typescript-eslint/eslint-plugin": "^5.53.0", | ||
"@typescript-eslint/parser": "^5.53.0", | ||
"@typescript-eslint/eslint-plugin": "^5.51.0", | ||
"@typescript-eslint/parser": "^5.51.0", | ||
"@vuepress/client": "2.0.0-beta.60", | ||
@@ -34,8 +34,6 @@ "eslint": "^8.34.0", | ||
"eslint-plugin-vue": "^9.9.0", | ||
"hexo-fs": "^4.1.1", | ||
"hexo-util": "^3.0.1", | ||
"typescript": "^4.9.5", | ||
"vue": "^3.2.47", | ||
"vuepress": "2.0.0-beta.60", | ||
"vuepress-plugin-sitemap2": "2.0.0-beta.181" | ||
"vuepress-plugin-sitemap2": "2.0.0-beta.180" | ||
}, | ||
@@ -42,0 +40,0 @@ "dependencies": { |
@@ -37,3 +37,3 @@ /* global hexo */ | ||
search: null, | ||
valine: theme.valine, | ||
valine: theme.valine, // TODO 废弃属性 | ||
outime: { | ||
@@ -40,0 +40,0 @@ enable: theme.outime.enable, |
@@ -19,3 +19,2 @@ /* global hexo */ | ||
const yaml = require('js-yaml') | ||
// const url = require('url') | ||
@@ -22,0 +21,0 @@ function linkGrid (args, content) { |
Sorry, the diff of this file is not supported yet
549718
22
5187