Skip to content

Commit

Permalink
fix: 修复 cross-fetch 版本问题,必须使用 cross-fetch 3
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 1, 2023
1 parent 7b26de0 commit 69b33dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@terwer/esbuild-config-custom": "^1.0.12",
"@terwer/eslint-config-custom": "^1.3.6",
"@types/node": "18",
"@types/node": "^18.17.1",
"@vitejs/plugin-vue": "^4.2.3",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.2",
Expand All @@ -36,21 +36,21 @@
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.7",
"vite-plugin-html": "^3.2.0",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-plugin-node-polyfills": "^0.8.2",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.8"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/components": "^10.3.0",
"@vueuse/core": "^10.3.0",
"cross-fetch": "^4.0.0",
"cross-fetch": "^3.1.8",
"element-plus": "^2.3.8",
"js-base64": "^3.7.5",
"pinia": "^2.1.6",
"shorthash2": "^1.0.3",
"simple-xmlrpc": "^1.4.2",
"siyuan": "^0.7.8",
"siyuan": "^0.7.9",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69b33dc

Please sign in to comment.