eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
49 stars 37 forks source link

tree-editor: add missing jsonforms peer dependencies #174

Closed lucas-koehler closed 1 year ago

lucas-koehler commented 1 year ago

The tree editor framework was updated to require jsonforms as peer dependencies instead of direct dependencies. Thus, they were no longer installed. This commit adds them to the generated tree extension.

See also https://github.com/eclipse-emfcloud/theia-tree-editor/issues/78

Contributed on behalf of STMicroelectronics

vince-fugnitto commented 1 year ago

I'll merge so I can make a release with https://github.com/eclipse-theia/generator-theia-extension/pull/173 too.