1
1
{
2
2
"private" : true ,
3
3
"name" : " @theia/example-browser" ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 1.1 .0" ,
5
5
"license" : " EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0" ,
6
6
"theia" : {
7
7
"frontend" : {
14
14
}
15
15
},
16
16
"dependencies" : {
17
- "@theia/api-samples" : " ^1.0 .0" ,
18
- "@theia/callhierarchy" : " ^1.0 .0" ,
19
- "@theia/console" : " ^1.0 .0" ,
20
- "@theia/core" : " ^1.0 .0" ,
21
- "@theia/debug" : " ^1.0 .0" ,
22
- "@theia/editor" : " ^1.0 .0" ,
23
- "@theia/editor-preview" : " ^1.0 .0" ,
24
- "@theia/file-search" : " ^1.0 .0" ,
25
- "@theia/filesystem" : " ^1.0 .0" ,
26
- "@theia/getting-started" : " ^1.0 .0" ,
27
- "@theia/git" : " ^1.0 .0" ,
28
- "@theia/json" : " ^1.0 .0" ,
29
- "@theia/keymaps" : " ^1.0 .0" ,
30
- "@theia/languages" : " ^1.0 .0" ,
31
- "@theia/markers" : " ^1.0 .0" ,
32
- "@theia/messages" : " ^1.0 .0" ,
33
- "@theia/metrics" : " ^1.0 .0" ,
34
- "@theia/mini-browser" : " ^1.0 .0" ,
35
- "@theia/monaco" : " ^1.0 .0" ,
36
- "@theia/navigator" : " ^1.0 .0" ,
37
- "@theia/outline-view" : " ^1.0 .0" ,
38
- "@theia/output" : " ^1.0 .0" ,
39
- "@theia/plugin-dev" : " ^1.0 .0" ,
40
- "@theia/plugin-ext" : " ^1.0 .0" ,
41
- "@theia/plugin-ext-vscode" : " ^1.0 .0" ,
42
- "@theia/plugin-metrics" : " ^1.0 .0" ,
43
- "@theia/preferences" : " ^1.0 .0" ,
44
- "@theia/preview" : " ^1.0 .0" ,
45
- "@theia/process" : " ^1.0 .0" ,
46
- "@theia/scm" : " ^1.0 .0" ,
47
- "@theia/scm-extra" : " ^1.0 .0" ,
48
- "@theia/search-in-workspace" : " ^1.0 .0" ,
49
- "@theia/task" : " ^1.0 .0" ,
50
- "@theia/terminal" : " ^1.0 .0" ,
51
- "@theia/typehierarchy" : " ^1.0 .0" ,
52
- "@theia/userstorage" : " ^1.0 .0" ,
53
- "@theia/variable-resolver" : " ^1.0 .0" ,
54
- "@theia/vsx-registry" : " ^1.0 .0" ,
55
- "@theia/workspace" : " ^1.0 .0"
17
+ "@theia/api-samples" : " ^1.1 .0" ,
18
+ "@theia/callhierarchy" : " ^1.1 .0" ,
19
+ "@theia/console" : " ^1.1 .0" ,
20
+ "@theia/core" : " ^1.1 .0" ,
21
+ "@theia/debug" : " ^1.1 .0" ,
22
+ "@theia/editor" : " ^1.1 .0" ,
23
+ "@theia/editor-preview" : " ^1.1 .0" ,
24
+ "@theia/file-search" : " ^1.1 .0" ,
25
+ "@theia/filesystem" : " ^1.1 .0" ,
26
+ "@theia/getting-started" : " ^1.1 .0" ,
27
+ "@theia/git" : " ^1.1 .0" ,
28
+ "@theia/json" : " ^1.1 .0" ,
29
+ "@theia/keymaps" : " ^1.1 .0" ,
30
+ "@theia/languages" : " ^1.1 .0" ,
31
+ "@theia/markers" : " ^1.1 .0" ,
32
+ "@theia/messages" : " ^1.1 .0" ,
33
+ "@theia/metrics" : " ^1.1 .0" ,
34
+ "@theia/mini-browser" : " ^1.1 .0" ,
35
+ "@theia/monaco" : " ^1.1 .0" ,
36
+ "@theia/navigator" : " ^1.1 .0" ,
37
+ "@theia/outline-view" : " ^1.1 .0" ,
38
+ "@theia/output" : " ^1.1 .0" ,
39
+ "@theia/plugin-dev" : " ^1.1 .0" ,
40
+ "@theia/plugin-ext" : " ^1.1 .0" ,
41
+ "@theia/plugin-ext-vscode" : " ^1.1 .0" ,
42
+ "@theia/plugin-metrics" : " ^1.1 .0" ,
43
+ "@theia/preferences" : " ^1.1 .0" ,
44
+ "@theia/preview" : " ^1.1 .0" ,
45
+ "@theia/process" : " ^1.1 .0" ,
46
+ "@theia/scm" : " ^1.1 .0" ,
47
+ "@theia/scm-extra" : " ^1.1 .0" ,
48
+ "@theia/search-in-workspace" : " ^1.1 .0" ,
49
+ "@theia/task" : " ^1.1 .0" ,
50
+ "@theia/terminal" : " ^1.1 .0" ,
51
+ "@theia/typehierarchy" : " ^1.1 .0" ,
52
+ "@theia/userstorage" : " ^1.1 .0" ,
53
+ "@theia/variable-resolver" : " ^1.1 .0" ,
54
+ "@theia/vsx-registry" : " ^1.1 .0" ,
55
+ "@theia/workspace" : " ^1.1 .0"
56
56
},
57
57
"scripts" : {
58
58
"prepare" : " yarn run clean && yarn build" ,
68
68
"coverage:clean" : " rimraf .nyc_output && rimraf coverage"
69
69
},
70
70
"devDependencies" : {
71
- "@theia/cli" : " ^1.0 .0"
71
+ "@theia/cli" : " ^1.1 .0"
72
72
}
73
- }
73
+ }
0 commit comments