Remove git dependency
https://github.com/XTLS/Xray-docs-next/pull/544#discussion_r1700989447 According to Google, it seems that dependabot invokes pnpm in such a way that it fails to download from GitHub via HTTPS, and tries to fall back to SSH. Point to the tarball directly and hope that fixes things.pull/546/head
parent
e10e7c2579
commit
0a404cfbd9
|
@ -13,7 +13,7 @@
|
|||
"@vuepress/bundler-webpack": "2.0.0-rc.2",
|
||||
"@vuepress/plugin-back-to-top": "^2.0.0-rc.3",
|
||||
"@vuepress/plugin-search": "2.0.0-rc.3",
|
||||
"vuepress-plugin-i18n": "https://github.com/XTLS/vuepress-plugin-i18n#5ae5b2d",
|
||||
"vuepress-plugin-i18n": "https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d",
|
||||
"postcss-loader": "^8.0.0",
|
||||
"prettier": "^3.3.2",
|
||||
"sass": "^1.51.0",
|
||||
|
|
|
@ -91,7 +91,7 @@ importers:
|
|||
specifier: 2.0.0-rc.2
|
||||
version: 2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@20.14.9)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.5.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.22.0)(typescript@5.5.2))(typescript@5.5.2)(vue@3.3.13(typescript@5.5.2))
|
||||
vuepress-plugin-i18n:
|
||||
specifier: https://github.com/XTLS/vuepress-plugin-i18n#5ae5b2d
|
||||
specifier: https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d
|
||||
version: https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d(typescript@5.5.2)(vuepress@2.0.0-rc.2(@vuepress/bundler-vite@2.0.0-rc.2(@types/node@20.14.9)(jiti@1.21.0)(sass@1.77.4)(terser@5.31.0)(typescript@5.5.2))(@vuepress/bundler-webpack@2.0.0-rc.2(esbuild@0.22.0)(typescript@5.5.2))(typescript@5.5.2)(vue@3.3.13(typescript@5.5.2)))
|
||||
|
||||
packages:
|
||||
|
|
Loading…
Reference in New Issue