Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 91743c9

Browse files
authored
Switch to github: URL to be consistent with other deps (#7588)
and resolves to a tarball which can be cached nicely. Also some other yarn.lock change that yarn seems to be insisting on. Fixes element-hq/element-web#20628
1 parent 2e6f616 commit 91743c9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"katex": "^0.12.0",
9191
"lodash": "^4.17.20",
9292
"maplibre-gl": "^1.15.2",
93-
"matrix-analytics-events": "https://github.com/matrix-org/matrix-analytics-events.git#1eab4356548c97722a183912fda1ceabbe8cc7c1",
93+
"matrix-analytics-events": "github:matrix-org/matrix-analytics-events.git#1eab4356548c97722a183912fda1ceabbe8cc7c1",
9494
"matrix-events-sdk": "^0.0.1-beta.6",
9595
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
9696
"matrix-widget-api": "^0.1.0-beta.18",

yarn.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6162,9 +6162,9 @@ mathml-tag-names@^2.1.3:
61626162
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
61636163
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
61646164

6165-
"matrix-analytics-events@https://github.com/matrix-org/matrix-analytics-events.git#1eab4356548c97722a183912fda1ceabbe8cc7c1":
6165+
"matrix-analytics-events@github:matrix-org/matrix-analytics-events.git#1eab4356548c97722a183912fda1ceabbe8cc7c1":
61666166
version "0.0.1"
6167-
resolved "https://github.com/matrix-org/matrix-analytics-events.git#1eab4356548c97722a183912fda1ceabbe8cc7c1"
6167+
resolved "https://codeload.github.com/matrix-org/matrix-analytics-events/tar.gz/1eab4356548c97722a183912fda1ceabbe8cc7c1"
61686168

61696169
matrix-events-sdk@^0.0.1-beta.6:
61706170
version "0.0.1-beta.6"
@@ -6180,6 +6180,7 @@ matrix-events-sdk@^0.0.1-beta.6:
61806180
browser-request "^0.3.3"
61816181
bs58 "^4.0.1"
61826182
content-type "^1.0.4"
6183+
eslint-plugin-import "^2.25.2"
61836184
loglevel "^1.7.1"
61846185
p-retry "^4.5.0"
61856186
qs "^6.9.6"

0 commit comments

Comments
 (0)