5
5
"license" : " AGPL-3.0-or-later" ,
6
6
"main" : " src-gen/frontend/electron-main.js" ,
7
7
"dependencies" : {
8
- "@theia/core" : " 1.22.1 " ,
9
- "@theia/debug" : " 1.22.1 " ,
10
- "@theia/editor" : " 1.22.1 " ,
11
- "@theia/editor-preview" : " 1.22.1 " ,
12
- "@theia/electron" : " 1.22.1 " ,
13
- "@theia/file-search" : " 1.22.1 " ,
14
- "@theia/filesystem" : " 1.22.1 " ,
15
- "@theia/keymaps" : " 1.22.1 " ,
16
- "@theia/messages" : " 1.22.1 " ,
17
- "@theia/monaco" : " 1.22.1 " ,
18
- "@theia/navigator" : " 1.22.1 " ,
19
- "@theia/plugin-ext" : " 1.22.1 " ,
20
- "@theia/plugin-ext-vscode" : " 1.22.1 " ,
21
- "@theia/preferences" : " 1.22.1 " ,
22
- "@theia/process" : " 1.22.1 " ,
23
- "@theia/terminal" : " 1.22.1 " ,
24
- "@theia/workspace" : " 1.22.1 " ,
8
+ "@theia/core" : " 1.23.0 " ,
9
+ "@theia/debug" : " 1.23.0 " ,
10
+ "@theia/editor" : " 1.23.0 " ,
11
+ "@theia/editor-preview" : " 1.23.0 " ,
12
+ "@theia/electron" : " 1.23.0 " ,
13
+ "@theia/file-search" : " 1.23.0 " ,
14
+ "@theia/filesystem" : " 1.23.0 " ,
15
+ "@theia/keymaps" : " 1.23.0 " ,
16
+ "@theia/messages" : " 1.23.0 " ,
17
+ "@theia/monaco" : " 1.23.0 " ,
18
+ "@theia/navigator" : " 1.23.0 " ,
19
+ "@theia/plugin-ext" : " 1.23.0 " ,
20
+ "@theia/plugin-ext-vscode" : " 1.23.0 " ,
21
+ "@theia/preferences" : " 1.23.0 " ,
22
+ "@theia/process" : " 1.23.0 " ,
23
+ "@theia/terminal" : " 1.23.0 " ,
24
+ "@theia/workspace" : " 1.23.0 " ,
25
25
"arduino-ide-extension" : " 2.0.0-rc5"
26
26
},
27
27
"devDependencies" : {
28
- "@theia/cli" : " 1.22.1 " ,
28
+ "@theia/cli" : " 1.23.0 " ,
29
29
"electron" : " ^15.3.5"
30
30
},
31
31
"scripts" : {
64
64
}
65
65
}
66
66
}
67
- }
67
+ }
0 commit comments