Compare commits

...

2 Commits

Author SHA1 Message Date
Hugh Nimmo-Smith
2e02748d76 Fix up yarn.lock 2024-12-17 06:43:47 +00:00
Quentin Gliech
b6036d025f Force using the latest version of the WASM bindings 2024-12-16 15:12:00 +01:00
2 changed files with 5 additions and 4 deletions

View File

@@ -121,6 +121,7 @@
"vitest-axe": "^1.0.0-pre.3"
},
"resolutions": {
"@matrix-org/matrix-sdk-crypto-wasm": "12.0.0",
"strip-ansi": "6.0.1"
}
}

View File

@@ -1961,10 +1961,10 @@
dependencies:
"@bufbuild/protobuf" "^1.10.0"
"@matrix-org/matrix-sdk-crypto-wasm@^11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-11.0.0.tgz#c49a1a0d1e367d3c00a2144a4ab23caee0b1eec2"
integrity sha512-a7NUH8Kjc8hwzNCPpkOGXoceFqWJiWvA8OskXeDrKyODJuDz4yKrZ/nvgaVRfQe45Ab5UC1ZXYqaME+ChlJuqg==
"@matrix-org/matrix-sdk-crypto-wasm@12.0.0", "@matrix-org/matrix-sdk-crypto-wasm@^11.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-12.0.0.tgz#e3a5150ccbb21d5e98ee3882e7057b9f17fb962a"
integrity sha512-nkkXAxUIk9UTso4TbU6Bgqsv/rJShXQXRx0ti/W+AWXHJ2HoH4sL5LsXkc7a8yYGn8tyXqxGPsYA1UeHqLwm0Q==
"@matrix-org/olm@3.2.15":
version "3.2.15"