Skip to content

Commit

Permalink
Bump matrix-widget-api from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [matrix-widget-api](https://github.com/matrix-org/matrix-widget-api) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/matrix-org/matrix-widget-api/releases)
- [Changelog](https://github.com/matrix-org/matrix-widget-api/blob/master/docs/releases.md)
- [Commits](matrix-org/matrix-widget-api@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: matrix-widget-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and weeman1337 committed Jul 22, 2024
1 parent 600963f commit 3bfcfe4
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.6.0",
"matrix-widget-api": "^1.7.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.6.0",
"matrix-widget-api": "^1.7.0",
"qs": "^6.12.3",
"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.6.0",
"matrix-widget-api": "^1.7.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.6.0",
"matrix-widget-api": "^1.7.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.6.0",
"matrix-widget-api": "^1.7.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 @@ -8008,10 +8008,10 @@ matcher-collection@^2.0.0:
"@types/minimatch" "^3.0.3"
minimatch "^3.0.2"

matrix-widget-api@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/matrix-widget-api/-/matrix-widget-api-1.6.0.tgz#f0075411edffc6de339580ade7e6e6e6edb01af4"
integrity sha512-VXIJyAZ/WnBmT4C7ePqevgMYGneKMCP/0JuCOqntSsaNlCRHJvwvTxmqUU+ufOpzIF5gYNyIrAjbgrEbK3iqJQ==
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==
dependencies:
"@types/events" "^3.0.0"
events "^3.2.0"
Expand Down

0 comments on commit 3bfcfe4

Please sign in to comment.