|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "name": "@theia/example-browser", |
4 | | - "version": "0.15.0", |
| 4 | + "version": "0.16.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": "^0.15.0", |
18 | | - "@theia/callhierarchy": "^0.15.0", |
19 | | - "@theia/console": "^0.15.0", |
20 | | - "@theia/core": "^0.15.0", |
21 | | - "@theia/debug": "^0.15.0", |
22 | | - "@theia/editor": "^0.15.0", |
23 | | - "@theia/editor-preview": "^0.15.0", |
24 | | - "@theia/file-search": "^0.15.0", |
25 | | - "@theia/filesystem": "^0.15.0", |
26 | | - "@theia/getting-started": "^0.15.0", |
27 | | - "@theia/git": "^0.15.0", |
28 | | - "@theia/json": "^0.15.0", |
29 | | - "@theia/keymaps": "^0.15.0", |
30 | | - "@theia/languages": "^0.15.0", |
31 | | - "@theia/markers": "^0.15.0", |
32 | | - "@theia/messages": "^0.15.0", |
33 | | - "@theia/metrics": "^0.15.0", |
34 | | - "@theia/mini-browser": "^0.15.0", |
35 | | - "@theia/monaco": "^0.15.0", |
36 | | - "@theia/navigator": "^0.15.0", |
37 | | - "@theia/outline-view": "^0.15.0", |
38 | | - "@theia/output": "^0.15.0", |
39 | | - "@theia/plugin-dev": "^0.15.0", |
40 | | - "@theia/plugin-ext": "^0.15.0", |
41 | | - "@theia/plugin-ext-vscode": "^0.15.0", |
42 | | - "@theia/plugin-metrics": "^0.15.0", |
43 | | - "@theia/preferences": "^0.15.0", |
44 | | - "@theia/preview": "^0.15.0", |
45 | | - "@theia/process": "^0.15.0", |
46 | | - "@theia/scm": "^0.15.0", |
47 | | - "@theia/search-in-workspace": "^0.15.0", |
48 | | - "@theia/task": "^0.15.0", |
49 | | - "@theia/terminal": "^0.15.0", |
50 | | - "@theia/typehierarchy": "^0.15.0", |
51 | | - "@theia/userstorage": "^0.15.0", |
52 | | - "@theia/variable-resolver": "^0.15.0", |
53 | | - "@theia/workspace": "^0.15.0" |
| 17 | + "@theia/api-samples": "^0.16.0", |
| 18 | + "@theia/callhierarchy": "^0.16.0", |
| 19 | + "@theia/console": "^0.16.0", |
| 20 | + "@theia/core": "^0.16.0", |
| 21 | + "@theia/debug": "^0.16.0", |
| 22 | + "@theia/editor": "^0.16.0", |
| 23 | + "@theia/editor-preview": "^0.16.0", |
| 24 | + "@theia/file-search": "^0.16.0", |
| 25 | + "@theia/filesystem": "^0.16.0", |
| 26 | + "@theia/getting-started": "^0.16.0", |
| 27 | + "@theia/git": "^0.16.0", |
| 28 | + "@theia/json": "^0.16.0", |
| 29 | + "@theia/keymaps": "^0.16.0", |
| 30 | + "@theia/languages": "^0.16.0", |
| 31 | + "@theia/markers": "^0.16.0", |
| 32 | + "@theia/messages": "^0.16.0", |
| 33 | + "@theia/metrics": "^0.16.0", |
| 34 | + "@theia/mini-browser": "^0.16.0", |
| 35 | + "@theia/monaco": "^0.16.0", |
| 36 | + "@theia/navigator": "^0.16.0", |
| 37 | + "@theia/outline-view": "^0.16.0", |
| 38 | + "@theia/output": "^0.16.0", |
| 39 | + "@theia/plugin-dev": "^0.16.0", |
| 40 | + "@theia/plugin-ext": "^0.16.0", |
| 41 | + "@theia/plugin-ext-vscode": "^0.16.0", |
| 42 | + "@theia/plugin-metrics": "^0.16.0", |
| 43 | + "@theia/preferences": "^0.16.0", |
| 44 | + "@theia/preview": "^0.16.0", |
| 45 | + "@theia/process": "^0.16.0", |
| 46 | + "@theia/scm": "^0.16.0", |
| 47 | + "@theia/search-in-workspace": "^0.16.0", |
| 48 | + "@theia/task": "^0.16.0", |
| 49 | + "@theia/terminal": "^0.16.0", |
| 50 | + "@theia/typehierarchy": "^0.16.0", |
| 51 | + "@theia/userstorage": "^0.16.0", |
| 52 | + "@theia/variable-resolver": "^0.16.0", |
| 53 | + "@theia/workspace": "^0.16.0" |
54 | 54 | }, |
55 | 55 | "scripts": { |
56 | 56 | "prepare": "yarn run clean && yarn build", |
|
67 | 67 | "coverage:clean": "rimraf .nyc_output && rimraf coverage" |
68 | 68 | }, |
69 | 69 | "devDependencies": { |
70 | | - "@theia/cli": "^0.15.0" |
| 70 | + "@theia/cli": "^0.16.0" |
71 | 71 | } |
72 | 72 | } |
0 commit comments