summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2022-01-12 17:50:36 +0900
committerGitHub <noreply@github.com>2022-01-12 17:50:36 +0900
commitb17726c9da4ab33f949904dcd47ecbd1ba26fede (patch)
treecaf257e8bb00a5b78133f75bb63dfb2a70958f62 /packages
parentbye reversi (diff)
downloadmisskey-b17726c9da4ab33f949904dcd47ecbd1ba26fede.tar.gz
misskey-b17726c9da4ab33f949904dcd47ecbd1ba26fede.tar.bz2
misskey-b17726c9da4ab33f949904dcd47ecbd1ba26fede.zip
Fix The unauthenticated git protocol on port 9418 is no longer supported. (#8139)
Diffstat (limited to 'packages')
-rw-r--r--packages/client/package.json2
-rw-r--r--packages/client/yarn.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/client/package.json b/packages/client/package.json
index 167ab2e816..e790998c36 100644
--- a/packages/client/package.json
+++ b/packages/client/package.json
@@ -75,7 +75,7 @@
"ms": "2.1.3",
"nested-property": "4.0.0",
"parse5": "6.0.1",
- "photoswipe": "git://github.com/dimsemenov/photoswipe#v5-beta",
+ "photoswipe": "git+https://github.com/dimsemenov/photoswipe#v5-beta",
"portscanner": "2.2.0",
"postcss": "8.4.5",
"postcss-loader": "6.2.1",
diff --git a/packages/client/yarn.lock b/packages/client/yarn.lock
index 80cf1fc982..c18910edfb 100644
--- a/packages/client/yarn.lock
+++ b/packages/client/yarn.lock
@@ -4537,9 +4537,9 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
-"photoswipe@git://github.com/dimsemenov/photoswipe#v5-beta":
+"photoswipe@git+https://github.com/dimsemenov/photoswipe#v5-beta":
version "5.1.7"
- resolved "git://github.com/dimsemenov/photoswipe#60040164333bd257409669e715e4327afdb3aec7"
+ resolved "git+https://github.com/dimsemenov/photoswipe#60040164333bd257409669e715e4327afdb3aec7"
picocolors@^1.0.0:
version "1.0.0"