Skip to content

Commit aad04b3

Browse files
authored
Update package.json of api-samples
1 parent 4708b30 commit aad04b3

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

examples/api-samples/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "1.57.0",
4+
"version": "1.58.5",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/ai-chat": "1.57.0",
8-
"@theia/ai-chat-ui": "1.57.0",
9-
"@theia/ai-core": "1.57.0",
10-
"@theia/core": "1.57.0",
11-
"@theia/file-search": "1.57.0",
12-
"@theia/filesystem": "1.57.0",
13-
"@theia/monaco": "1.57.0",
7+
"@theia/ai-chat": "1.58.5",
8+
"@theia/ai-chat-ui": "1.58.5",
9+
"@theia/ai-core": "1.58.5",
10+
"@theia/core": "1.58.5",
11+
"@theia/file-search": "1.58.5",
12+
"@theia/filesystem": "1.58.5",
13+
"@theia/monaco": "1.58.5",
1414
"@theia/monaco-editor-core": "1.83.101",
15-
"@theia/output": "1.57.0",
16-
"@theia/ovsx-client": "1.57.0",
17-
"@theia/search-in-workspace": "1.57.0",
18-
"@theia/test": "1.57.0",
19-
"@theia/toolbar": "1.57.0",
20-
"@theia/vsx-registry": "1.57.0",
21-
"@theia/workspace": "1.57.0"
15+
"@theia/output": "1.58.5",
16+
"@theia/ovsx-client": "1.58.5",
17+
"@theia/search-in-workspace": "1.58.5",
18+
"@theia/test": "1.58.5",
19+
"@theia/toolbar": "1.58.5",
20+
"@theia/vsx-registry": "1.58.5",
21+
"@theia/workspace": "1.58.5"
2222
},
2323
"theiaExtensions": [
2424
{
@@ -60,6 +60,6 @@
6060
"clean": "theiaext clean"
6161
},
6262
"devDependencies": {
63-
"@theia/ext-scripts": "1.57.0"
63+
"@theia/ext-scripts": "1.58.5"
6464
}
6565
}

0 commit comments

Comments
 (0)