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

Commit 444b9b6

Browse files
committed
Use a real module-api dependency
1 parent f666e11 commit 444b9b6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@babel/runtime": "^7.12.5",
59+
"@matrix-org/react-sdk-module-api": "^0.0.1",
5960
"@sentry/browser": "^6.11.0",
6061
"@sentry/tracing": "^6.11.0",
6162
"@types/geojson": "^7946.0.8",

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,13 @@
10491049
dependencies:
10501050
regenerator-runtime "^0.13.4"
10511051

1052+
"@babel/runtime@^7.17.9":
1053+
version "7.18.3"
1054+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.3.tgz#c7b654b57f6f63cf7f8b418ac9ca04408c4579f4"
1055+
integrity sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==
1056+
dependencies:
1057+
regenerator-runtime "^0.13.4"
1058+
10521059
"@babel/template@^7.16.7", "@babel/template@^7.3.3":
10531060
version "7.16.7"
10541061
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
@@ -1472,6 +1479,13 @@
14721479
version "3.2.8"
14731480
resolved "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.tgz#8d53636d045e1776e2a2ec6613e57330dd9ce856"
14741481

1482+
"@matrix-org/react-sdk-module-api@^0.0.1":
1483+
version "0.0.1"
1484+
resolved "https://registry.yarnpkg.com/@matrix-org/react-sdk-module-api/-/react-sdk-module-api-0.0.1.tgz#3d659c91e2ca7b6e896d797c4908dd230e3fb5c6"
1485+
integrity sha512-5gLyLqCz5QaWggdlQaZzIuxc5GBTPCDDgyiChpBgMgEjT5XVxogRfyjR0cCG9nktVq/Rj64N7C5dXEjWJsw5UQ==
1486+
dependencies:
1487+
"@babel/runtime" "^7.17.9"
1488+
14751489
"@nicolo-ribaudo/[email protected]":
14761490
version "2.1.8-no-fsevents.3"
14771491
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"

0 commit comments

Comments
 (0)