1
0
Fork 0
mirror of https://github.com/dadada/inbox2matrix.git synced 2025-06-07 17:43:57 +02:00

Compare commits

...

2 commits

Author SHA1 Message Date
3fac17b826
Merge pull request #7 from dadada/dependabot/npm_and_yarn/matrix-js-sdk-24.0.0
Bump matrix-js-sdk from 19.7.0 to 24.0.0
2023-04-04 19:38:35 +02:00
dependabot[bot]
aad7c068ba
Bump matrix-js-sdk from 19.7.0 to 24.0.0
Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 19.7.0 to 24.0.0.
- [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases)
- [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/matrix-org/matrix-js-sdk/compare/v19.7.0...v24.0.0)

---
updated-dependencies:
- dependency-name: matrix-js-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-30 20:20:09 +00:00
2 changed files with 89 additions and 929 deletions

1014
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@
"config": "^3.1.0",
"dom-storage": "^2.1.0",
"imap": "^0.8.19",
"matrix-js-sdk": "^19.7.0",
"matrix-js-sdk": "^24.0.0",
"olm": "https://matrix.org/packages/npm/olm/olm-3.0.0.tgz",
"process": "^0.11.10"
},