Skip to content

Commit 9766834

Browse files
committed
chore: update to Theia CR 1.61.1
- update example application to latest Theia CR - update dependencies - adapt to updated Theia version and increase compatible Theia core version
1 parent 5ce4f5a commit 9766834

File tree

4 files changed

+559
-559
lines changed

4 files changed

+559
-559
lines changed

example/browser-app/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"license": "(EPL-2.0 OR MIT)",
55
"version": "0.7.0",
66
"dependencies": {
7-
"@theia/core": "1.58.3",
8-
"@theia/editor": "1.58.3",
9-
"@theia/filesystem": "1.58.3",
10-
"@theia/markers": "1.58.3",
11-
"@theia/messages": "1.58.3",
12-
"@theia/monaco": "1.58.3",
13-
"@theia/navigator": "1.58.3",
14-
"@theia/plugin-ext-vscode": "1.58.3",
15-
"@theia/preferences": "1.58.3",
16-
"@theia/process": "1.58.3",
17-
"@theia/property-view": "1.58.3",
18-
"@theia/terminal": "1.58.3",
19-
"@theia/workspace": "1.58.3",
7+
"@theia/core": "1.61.1",
8+
"@theia/editor": "1.61.1",
9+
"@theia/filesystem": "1.61.1",
10+
"@theia/markers": "1.61.1",
11+
"@theia/messages": "1.61.1",
12+
"@theia/monaco": "1.61.1",
13+
"@theia/navigator": "1.61.1",
14+
"@theia/plugin-ext-vscode": "1.61.1",
15+
"@theia/preferences": "1.61.1",
16+
"@theia/process": "1.61.1",
17+
"@theia/property-view": "1.61.1",
18+
"@theia/terminal": "1.61.1",
19+
"@theia/workspace": "1.61.1",
2020
"@eclipse-emfcloud/person-detail-property-view": "*"
2121
},
2222
"devDependencies": {
23-
"@theia/cli": "1.58.3"
23+
"@theia/cli": "1.61.1"
2424
},
2525
"scripts": {
2626
"prepare": "yarn run clean && yarn build",

jsonforms-property-view/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@jsonforms/core": "^3.0.0",
2929
"@jsonforms/react": "^3.0.0",
3030
"@jsonforms/vanilla-renderers": "^3.0.0",
31-
"@theia/core": "^1.33.0",
32-
"@theia/filesystem": "^1.33.0",
33-
"@theia/property-view": "^1.33.0",
34-
"@theia/workspace": "^1.33.0",
31+
"@theia/core": "^1.61.1",
32+
"@theia/filesystem": "^1.61.1",
33+
"@theia/property-view": "^1.61.1",
34+
"@theia/workspace": "^1.61.1",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0"
3737
},

jsonforms-property-view/src/browser/widget.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (c) 2021-2022 EclipseSource and others.
2+
* Copyright (c) 2021-2025 EclipseSource and others.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
@@ -11,9 +11,8 @@
1111
import { JsonFormsCore, JsonSchema, UISchemaElement } from '@jsonforms/core';
1212
import { JsonForms } from '@jsonforms/react';
1313
import { JsonFormsStyleContext, StyleContext, vanillaCells, vanillaRenderers, vanillaStyles } from '@jsonforms/vanilla-renderers';
14-
import { Message } from '@phosphor/messaging/lib';
1514
import { Emitter, Event } from '@theia/core';
16-
import { BaseWidget } from '@theia/core/lib/browser';
15+
import { BaseWidget, Message } from '@theia/core/lib/browser';
1716
import { PropertyViewContentWidget } from '@theia/property-view/lib/browser/property-view-content-widget';
1817
import { injectable, postConstruct } from 'inversify';
1918
import * as React from 'react';

0 commit comments

Comments
 (0)