Skip to content

Commit 67d13c3

Browse files
committed
chore: update to Theia CR 1.66.2
- update example application to latest Theia CR - update dependencies
1 parent d4b86f2 commit 67d13c3

File tree

3 files changed

+206
-177
lines changed

3 files changed

+206
-177
lines changed

example/browser-app/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"license": "(EPL-2.0 OR MIT)",
55
"version": "0.7.0",
66
"dependencies": {
7-
"@theia/core": "1.64.1",
8-
"@theia/editor": "1.64.1",
9-
"@theia/filesystem": "1.64.1",
10-
"@theia/markers": "1.64.1",
11-
"@theia/messages": "1.64.1",
12-
"@theia/monaco": "1.64.1",
13-
"@theia/navigator": "1.64.1",
14-
"@theia/preferences": "1.64.1",
15-
"@theia/process": "1.64.1",
16-
"@theia/property-view": "1.64.1",
17-
"@theia/terminal": "1.64.1",
18-
"@theia/workspace": "1.64.1",
7+
"@theia/core": "1.66.2",
8+
"@theia/editor": "1.66.2",
9+
"@theia/filesystem": "1.66.2",
10+
"@theia/markers": "1.66.2",
11+
"@theia/messages": "1.66.2",
12+
"@theia/monaco": "1.66.2",
13+
"@theia/navigator": "1.66.2",
14+
"@theia/preferences": "1.66.2",
15+
"@theia/process": "1.66.2",
16+
"@theia/property-view": "1.66.2",
17+
"@theia/terminal": "1.66.2",
18+
"@theia/workspace": "1.66.2",
1919
"@eclipse-emfcloud/person-detail-property-view": "*"
2020
},
2121
"devDependencies": {
22-
"@theia/cli": "1.64.1"
22+
"@theia/cli": "1.66.2"
2323
},
2424
"scripts": {
2525
"prepare": "yarn run clean && yarn build",
@@ -41,4 +41,4 @@
4141
"vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.62.3/file/vscode.json-1.62.3.vsix",
4242
"vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.62.3/file/vscode.json-language-features-1.62.3.vsix"
4343
}
44-
}
44+
}

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.61.1",
32-
"@theia/filesystem": "^1.61.1",
33-
"@theia/property-view": "^1.61.1",
34-
"@theia/workspace": "^1.61.1",
31+
"@theia/core": "^1.66.2",
32+
"@theia/filesystem": "^1.66.2",
33+
"@theia/property-view": "^1.66.2",
34+
"@theia/workspace": "^1.66.2",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0"
3737
},

0 commit comments

Comments
 (0)