Skip to content

Commit

Permalink
Merge pull request #1427 from terwer/dev
Browse files Browse the repository at this point in the history
fix: pic upload error in some cases
  • Loading branch information
terwer authored Nov 16, 2024
2 parents c3fc62a + 79351cc commit 29e8eed
Show file tree
Hide file tree
Showing 3 changed files with 1,055 additions and 1,089 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/katex": "^0.16.7",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.64",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.0",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"esbuild-plugin-copy": "^2.1.1",
Expand All @@ -46,26 +46,26 @@
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.64.0",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-auto-import": "^0.18.4",
"unplugin-vue-components": "^0.27.4",
"vercel": "^37.14.0",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^1.6.0",
"vue-tsc": "^2.1.10"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/json": "^2.2.269",
"@iconify/json": "^2.2.273",
"@vueuse/components": "^11.2.0",
"@vueuse/core": "^11.2.0",
"chatgpt": "^5.2.5",
"cheerio": "1.0.0",
"cookie-parse": "^0.4.0",
"cross-fetch": "^3.1.8",
"crypto-js": "^4.2.0",
"element-plus": "^2.8.7",
"element-plus": "^2.8.8",
"gray-matter": "^4.0.3",
"iframe-resizer": "^5.3.2",
"js-base64": "^3.7.7",
Expand All @@ -78,21 +78,21 @@
"siyuan": "^1.0.5",
"telegraph.md": "^0.0.1",
"unplugin-icons": "^0.20.1",
"uuid": "^11.0.2",
"vue": "^3.5.12",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.66.0",
"zhi-blog-api": "^1.67.0",
"zhi-common": "^1.33.0",
"zhi-device": "^2.11.0",
"zhi-fetch-middleware": "^0.12.0",
"zhi-github-middleware": "^0.5.0",
"zhi-gitlab-middleware": "^0.10.0",
"zhi-lib-base": "^0.8.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.22.0",
"zhi-siyuan-picgo": "1.11.0",
"zhi-siyuan-api": "^2.23.0",
"zhi-siyuan-picgo": "1.11.2",
"zhi-xmlrpc-middleware": "^0.6.21"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 29e8eed

Please sign in to comment.