Skip to content

Commit 38acd67

Browse files
committed
chore: update to Theia CR 1.64.1
- update example application to latest Theia CR - update dependencies - remove @theia/plugin-ext-vscode dependency from example app
1 parent ebbbc2d commit 38acd67

2 files changed

Lines changed: 251 additions & 774 deletions

File tree

example/browser-app/package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,22 @@
44
"license": "(EPL-2.0 OR MIT)",
55
"version": "0.7.0",
66
"dependencies": {
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",
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",
2019
"@eclipse-emfcloud/person-detail-property-view": "*"
2120
},
2221
"devDependencies": {
23-
"@theia/cli": "1.61.1"
22+
"@theia/cli": "1.64.1"
2423
},
2524
"scripts": {
2625
"prepare": "yarn run clean && yarn build",
@@ -42,4 +41,4 @@
4241
"vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.62.3/file/vscode.json-1.62.3.vsix",
4342
"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"
4443
}
45-
}
44+
}

0 commit comments

Comments
 (0)