Skip to content

Commit

Permalink
fix: 修复yaml在部分场景下误解析的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Sep 20, 2023
1 parent 3031c2a commit 9edd0c0
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 117 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vercel": "^32.2.4",
"vercel": "^32.2.5",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-node-polyfills": "^0.14.1",
Expand All @@ -65,22 +65,22 @@
"pinia": "^2.1.6",
"shorthash2": "^1.0.3",
"simple-xmlrpc": "^1.4.2",
"siyuan": "^0.8.3",
"siyuan": "^0.8.4",
"siyuan-plugin-picgo": "^1.4.4",
"uuid": "^9.0.1",
"vue": "^3.3.4",
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.4",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.44.2",
"zhi-common": "^1.23.7",
"zhi-blog-api": "^1.44.3",
"zhi-common": "^1.24.0",
"zhi-device": "^2.3.1",
"zhi-fetch-middleware": "^0.6.4",
"zhi-github-middleware": "^0.4.2",
"zhi-gitlab-middleware": "^0.6.4",
"zhi-fetch-middleware": "^0.6.5",
"zhi-github-middleware": "^0.4.3",
"zhi-gitlab-middleware": "^0.6.5",
"zhi-lib-base": "^0.5.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.10.2",
"zhi-xmlrpc-middleware": "^0.5.11"
"zhi-siyuan-api": "^2.10.3",
"zhi-xmlrpc-middleware": "^0.5.12"
}
}
Loading

0 comments on commit 9edd0c0

Please sign in to comment.