@theia/plugin-ext 1.46.0-next.230 → 1.46.0-next.233

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +28 -28
package/package.json CHANGED
@@ -1,37 +1,37 @@
1
1
  {
2
2
  "name": "@theia/plugin-ext",
3
- "version": "1.46.0-next.230+d79b7101a",
3
+ "version": "1.46.0-next.233+fdfb59d92",
4
4
  "description": "Theia - Plugin Extension",
5
5
  "main": "lib/common/index.js",
6
6
  "typings": "lib/common/index.d.ts",
7
7
  "dependencies": {
8
- "@theia/bulk-edit": "1.46.0-next.230+d79b7101a",
9
- "@theia/callhierarchy": "1.46.0-next.230+d79b7101a",
10
- "@theia/console": "1.46.0-next.230+d79b7101a",
11
- "@theia/core": "1.46.0-next.230+d79b7101a",
12
- "@theia/debug": "1.46.0-next.230+d79b7101a",
13
- "@theia/editor": "1.46.0-next.230+d79b7101a",
14
- "@theia/editor-preview": "1.46.0-next.230+d79b7101a",
15
- "@theia/file-search": "1.46.0-next.230+d79b7101a",
16
- "@theia/filesystem": "1.46.0-next.230+d79b7101a",
17
- "@theia/markers": "1.46.0-next.230+d79b7101a",
18
- "@theia/messages": "1.46.0-next.230+d79b7101a",
19
- "@theia/monaco": "1.46.0-next.230+d79b7101a",
8
+ "@theia/bulk-edit": "1.46.0-next.233+fdfb59d92",
9
+ "@theia/callhierarchy": "1.46.0-next.233+fdfb59d92",
10
+ "@theia/console": "1.46.0-next.233+fdfb59d92",
11
+ "@theia/core": "1.46.0-next.233+fdfb59d92",
12
+ "@theia/debug": "1.46.0-next.233+fdfb59d92",
13
+ "@theia/editor": "1.46.0-next.233+fdfb59d92",
14
+ "@theia/editor-preview": "1.46.0-next.233+fdfb59d92",
15
+ "@theia/file-search": "1.46.0-next.233+fdfb59d92",
16
+ "@theia/filesystem": "1.46.0-next.233+fdfb59d92",
17
+ "@theia/markers": "1.46.0-next.233+fdfb59d92",
18
+ "@theia/messages": "1.46.0-next.233+fdfb59d92",
19
+ "@theia/monaco": "1.46.0-next.233+fdfb59d92",
20
20
  "@theia/monaco-editor-core": "1.83.101",
21
- "@theia/navigator": "1.46.0-next.230+d79b7101a",
22
- "@theia/notebook": "1.46.0-next.230+d79b7101a",
23
- "@theia/output": "1.46.0-next.230+d79b7101a",
24
- "@theia/plugin": "1.46.0-next.230+d79b7101a",
25
- "@theia/preferences": "1.46.0-next.230+d79b7101a",
26
- "@theia/scm": "1.46.0-next.230+d79b7101a",
27
- "@theia/search-in-workspace": "1.46.0-next.230+d79b7101a",
28
- "@theia/task": "1.46.0-next.230+d79b7101a",
29
- "@theia/terminal": "1.46.0-next.230+d79b7101a",
30
- "@theia/test": "1.46.0-next.230+d79b7101a",
31
- "@theia/timeline": "1.46.0-next.230+d79b7101a",
32
- "@theia/typehierarchy": "1.46.0-next.230+d79b7101a",
33
- "@theia/variable-resolver": "1.46.0-next.230+d79b7101a",
34
- "@theia/workspace": "1.46.0-next.230+d79b7101a",
21
+ "@theia/navigator": "1.46.0-next.233+fdfb59d92",
22
+ "@theia/notebook": "1.46.0-next.233+fdfb59d92",
23
+ "@theia/output": "1.46.0-next.233+fdfb59d92",
24
+ "@theia/plugin": "1.46.0-next.233+fdfb59d92",
25
+ "@theia/preferences": "1.46.0-next.233+fdfb59d92",
26
+ "@theia/scm": "1.46.0-next.233+fdfb59d92",
27
+ "@theia/search-in-workspace": "1.46.0-next.233+fdfb59d92",
28
+ "@theia/task": "1.46.0-next.233+fdfb59d92",
29
+ "@theia/terminal": "1.46.0-next.233+fdfb59d92",
30
+ "@theia/test": "1.46.0-next.233+fdfb59d92",
31
+ "@theia/timeline": "1.46.0-next.233+fdfb59d92",
32
+ "@theia/typehierarchy": "1.46.0-next.233+fdfb59d92",
33
+ "@theia/variable-resolver": "1.46.0-next.233+fdfb59d92",
34
+ "@theia/workspace": "1.46.0-next.233+fdfb59d92",
35
35
  "@types/mime": "^2.0.1",
36
36
  "@vscode/debugprotocol": "^1.51.0",
37
37
  "@vscode/proxy-agent": "^0.13.2",
@@ -97,5 +97,5 @@
97
97
  "nyc": {
98
98
  "extends": "../../configs/nyc.json"
99
99
  },
100
- "gitHead": "d79b7101adef9db71e74c13744a3fde4f79a343c"
100
+ "gitHead": "fdfb59d92e7ff8bf9fc1573910d4b8300857f455"
101
101
  }