Skip to content

Commit

Permalink
feat: #1076 #1077 优化发布配置、平台导入、插件商店使用体验 - 修复分类为空报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 11, 2024
1 parent 3cc4ef6 commit cfb3a46
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 223 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -33,7 +33,7 @@
"@types/iframe-resizer": "^3.5.13",
"@types/katex": "^0.16.7",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.21",
"@types/node": "^18.19.22",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.1",
"@vue/test-utils": "^2.4.4",
Expand All @@ -44,10 +44,10 @@
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.62.0",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vercel": "^33.5.3",
"vercel": "^33.5.5",
"vite": "^5.1.5",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.21.0",
Expand All @@ -56,15 +56,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/json": "^2.2.189",
"@iconify/json": "^2.2.190",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"chatgpt": "^5.2.5",
"cheerio": "1.0.0-rc.12",
"cookie-parse": "^0.4.0",
"cross-fetch": "^3.1.8",
"crypto-js": "^4.2.0",
"element-plus": "^2.6.0",
"element-plus": "^2.6.1",
"gray-matter": "^4.0.3",
"iframe-resizer": "^4.3.9",
"js-base64": "^3.7.7",
Expand All @@ -83,15 +83,15 @@
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.56.1",
"zhi-blog-api": "^1.56.2",
"zhi-common": "^1.31.0",
"zhi-device": "^2.11.0",
"zhi-fetch-middleware": "^0.8.0",
"zhi-github-middleware": "^0.4.15",
"zhi-gitlab-middleware": "^0.6.26",
"zhi-lib-base": "^0.8.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.18.5",
"zhi-siyuan-api": "^2.18.6",
"zhi-xmlrpc-middleware": "^0.6.19"
}
}

0 comments on commit cfb3a46

Please sign in to comment.