Skip to content

Commit a824442

Browse files
committed
Remove version resultion for "matrix-widget-api"
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
1 parent 1f5aafb commit a824442

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"lodash-es": "^4.17.21",
9292
"loglevel": "^1.9.1",
9393
"matrix-js-sdk": "^36.1.0",
94-
"matrix-widget-api": "1.11.0",
94+
"matrix-widget-api": "^1.13.1",
9595
"normalize.css": "^8.0.1",
9696
"observable-hooks": "^4.2.3",
9797
"pako": "^2.0.4",
@@ -118,8 +118,5 @@
118118
"vite-plugin-svgr": "^4.0.0",
119119
"vitest": "^3.0.0",
120120
"vitest-axe": "^1.0.0-pre.3"
121-
},
122-
"resolutions": {
123-
"matrix-widget-api": "1.11.0"
124121
}
125122
}

0 commit comments

Comments
 (0)