Skip to content

Commit

Permalink
bump matrix-widget-api to 1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Brose <kim.brose@nordeck.net>
  • Loading branch information
Kim Brose committed Aug 30, 2024
1 parent d325f55 commit bbeadcb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"i18next-http-backend": "^2.5.2",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"matrix-widget-api": "^1.7.0",
"matrix-widget-api": "^1.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"generate-api-report": "tsc && api-extractor run --verbose --local"
},
"dependencies": {
"matrix-widget-api": "^1.7.0",
"matrix-widget-api": "^1.9.0",
"qs": "^6.13.0",
"rxjs": "^7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"lodash": "^4.17.21",
"matrix-widget-api": "^1.7.0",
"matrix-widget-api": "^1.9.0",
"react": "^18.2.0",
"react-i18next": "^15.0.0",
"react-use": "^17.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@matrix-widget-toolkit/api": "^3.2.2",
"matrix-widget-api": "^1.7.0",
"matrix-widget-api": "^1.9.0",
"react": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-use": "^17.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@matrix-widget-toolkit/api": "^3.3.0",
"lodash": "^4.17.21",
"matrix-widget-api": "^1.7.0",
"matrix-widget-api": "^1.9.0",
"rxjs": "^7.8.1"
},
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8623,10 +8623,10 @@ matcher-collection@^2.0.0:
"@types/minimatch" "^3.0.3"
minimatch "^3.0.2"

matrix-widget-api@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.7.0.tgz#ae3b44380f11bb03519d0bf0373dfc3341634667"
integrity sha512-dzSnA5Va6CeIkyWs89xZty/uv38HLyfjOrHGbbEikCa2ZV0HTkUNtrBMKlrn4CRYyDJ6yoO/3ssRwiR0jJvOkQ==
matrix-widget-api@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.9.0.tgz#884136b405bd3c56e4ea285095c9e01ec52b6b1f"
integrity sha512-au8mqralNDqrEvaVAkU37bXOb8I9SCe+ACdPk11QWw58FKstVq31q2wRz+qWA6J+42KJ6s1DggWbG/S3fEs3jw==
dependencies:
"@types/events" "^3.0.0"
events "^3.2.0"
Expand Down

0 comments on commit bbeadcb

Please sign in to comment.