Skip to content

Commit

Permalink
Remove version resultion for "matrix-widget-api"
Browse files Browse the repository at this point in the history
This resolution was done because of: #2967 (comment) (broken es because it advocated the `UPDATE_STATE` widget-api version.

In the longer term we dont need it.

This can be merged only after we use a js-sdk version that is compatible with the `UPDATE_STATE` widget capaibility.

Blocked on: matrix-org/matrix-js-sdk#4662
  • Loading branch information
toger5 committed Feb 5, 2025
1 parent 1f5aafb commit a824442
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"lodash-es": "^4.17.21",
"loglevel": "^1.9.1",
"matrix-js-sdk": "^36.1.0",
"matrix-widget-api": "1.11.0",
"matrix-widget-api": "^1.13.1",
"normalize.css": "^8.0.1",
"observable-hooks": "^4.2.3",
"pako": "^2.0.4",
Expand All @@ -118,8 +118,5 @@
"vite-plugin-svgr": "^4.0.0",
"vitest": "^3.0.0",
"vitest-axe": "^1.0.0-pre.3"
},
"resolutions": {
"matrix-widget-api": "1.11.0"
}
}

0 comments on commit a824442

Please sign in to comment.