-
I try to upgrade my project from GLSP 1.1.0-RC03 to 1.1.0-RC04. I upgarted both - After some refactoring and minor changes regarding changes like the switch from
Can someone give me a hint from where these kind of errors are coming from? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @rsoika. |
Beta Was this translation helpful? Give feedback.
Hi @rsoika.
we recently switched all theia extension dependencies to peer dependencies. Overall this makes dependency resolution more stable and should eliminate the need for manual
resolution
blocks.However, this also means you have to manually declare the version of sprotty-theia that you want to use in your browser-app e.g:
https://github.com/eclipse-glsp/glsp-theia-integration/blob/1889d42d5a31e411d5bbcdd6d35c53b195c38a42/examples/browser-app/package.json#L25