Skip to content

Commit

Permalink
Merge pull request #1504 from terwer/dev
Browse files Browse the repository at this point in the history
fix: #1502 image replace error in some cases
  • Loading branch information
terwer authored Dec 3, 2024
2 parents 29358f5 + fdf0d9e commit 080dfe8
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 267 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/iframe-resizer": "^3.5.13",
"@types/katex": "^0.16.7",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.66",
"@types/node": "^18.19.67",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.6",
Expand All @@ -46,8 +46,8 @@
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.64.0",
"typescript": "5.6.2",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vercel": "^39.1.2",
"vite": "^5.4.11",
"vite-plugin-html": "^3.2.2",
Expand All @@ -57,28 +57,28 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/json": "^2.2.276",
"@iconify/json": "^2.2.278",
"@vueuse/components": "^11.3.0",
"@vueuse/core": "^11.3.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.8",
"element-plus": "^2.9.0",
"iframe-resizer": "^5.3.2",
"js-base64": "^3.7.7",
"katex": "^0.16.11",
"lodash-es": "^4.17.21",
"pinia": "^2.2.6",
"pinia": "^2.2.8",
"shorthash2": "^1.0.5",
"simple-xmlrpc": "^1.4.2",
"siyuan": "^1.0.6",
"telegraph.md": "^0.0.1",
"unplugin-icons": "^0.20.1",
"unplugin-icons": "^0.20.2",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.67.1",
Expand All @@ -89,8 +89,8 @@
"zhi-gitlab-middleware": "^0.10.0",
"zhi-lib-base": "^0.8.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.24.0",
"zhi-siyuan-picgo": "1.11.6",
"zhi-siyuan-api": "^2.24.1",
"zhi-siyuan-picgo": "^1.12.0",
"zhi-xmlrpc-middleware": "^0.6.21"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 080dfe8

Please sign in to comment.