Skip to content

Commit 4d90a30

Browse files
ndoschekeclipse-emfcloud-bot
authored andcommitted
chore: update to Theia CR 1.55.1
- update example application to latest Theia CR - update dependencies
1 parent 187067c commit 4d90a30

2 files changed

Lines changed: 750 additions & 491 deletions

File tree

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.52.0",
8-
"@theia/editor": "1.52.0",
9-
"@theia/filesystem": "1.52.0",
10-
"@theia/markers": "1.52.0",
11-
"@theia/messages": "1.52.0",
12-
"@theia/monaco": "1.52.0",
13-
"@theia/navigator": "1.52.0",
14-
"@theia/plugin-ext-vscode": "1.52.0",
15-
"@theia/preferences": "1.52.0",
16-
"@theia/process": "1.52.0",
17-
"@theia/property-view": "1.52.0",
18-
"@theia/terminal": "1.52.0",
19-
"@theia/workspace": "1.52.0",
7+
"@theia/core": "1.55.1",
8+
"@theia/editor": "1.55.1",
9+
"@theia/filesystem": "1.55.1",
10+
"@theia/markers": "1.55.1",
11+
"@theia/messages": "1.55.1",
12+
"@theia/monaco": "1.55.1",
13+
"@theia/navigator": "1.55.1",
14+
"@theia/plugin-ext-vscode": "1.55.1",
15+
"@theia/preferences": "1.55.1",
16+
"@theia/process": "1.55.1",
17+
"@theia/property-view": "1.55.1",
18+
"@theia/terminal": "1.55.1",
19+
"@theia/workspace": "1.55.1",
2020
"@eclipse-emfcloud/person-detail-property-view": "*"
2121
},
2222
"devDependencies": {
23-
"@theia/cli": "1.52.0"
23+
"@theia/cli": "1.55.1"
2424
},
2525
"scripts": {
2626
"prepare": "yarn run clean && yarn build",

0 commit comments

Comments
 (0)