|
23 | 23 | "@grpc/grpc-js": "^1.6.7",
|
24 | 24 | "@theia/application-package": "1.31.1",
|
25 | 25 | "@theia/core": "1.31.1",
|
| 26 | + "@theia/debug": "1.31.1", |
26 | 27 | "@theia/editor": "1.31.1",
|
27 | 28 | "@theia/electron": "1.31.1",
|
28 | 29 | "@theia/filesystem": "1.31.1",
|
29 | 30 | "@theia/keymaps": "1.31.1",
|
30 | 31 | "@theia/markers": "1.31.1",
|
| 32 | + "@theia/messages": "1.31.1", |
31 | 33 | "@theia/monaco": "1.31.1",
|
| 34 | + "@theia/monaco-editor-core": "1.67.2", |
32 | 35 | "@theia/navigator": "1.31.1",
|
33 | 36 | "@theia/outline-view": "1.31.1",
|
34 | 37 | "@theia/output": "1.31.1",
|
| 38 | + "@theia/plugin-ext": "1.31.1", |
35 | 39 | "@theia/preferences": "1.31.1",
|
| 40 | + "@theia/scm": "1.31.1", |
36 | 41 | "@theia/search-in-workspace": "1.31.1",
|
37 | 42 | "@theia/terminal": "1.31.1",
|
38 | 43 | "@theia/workspace": "1.31.1",
|
39 | 44 | "@tippyjs/react": "^4.2.5",
|
40 |
| - "@types/atob": "^2.1.2", |
41 | 45 | "@types/auth0-js": "^9.14.0",
|
42 | 46 | "@types/btoa": "^1.2.3",
|
43 | 47 | "@types/dateformat": "^3.0.1",
|
44 |
| - "@types/deep-equal": "^1.0.1", |
45 | 48 | "@types/deepmerge": "^2.2.0",
|
46 | 49 | "@types/glob": "^7.2.0",
|
47 | 50 | "@types/google-protobuf": "^3.7.2",
|
|
56 | 59 | "@types/react-virtualized": "^9.21.21",
|
57 | 60 | "@types/temp": "^0.8.34",
|
58 | 61 | "@types/which": "^1.3.1",
|
59 |
| - "ajv": "^6.5.3", |
60 | 62 | "arduino-serial-plotter-webapp": "0.2.0",
|
61 | 63 | "async-mutex": "^0.3.0",
|
62 |
| - "atob": "^2.1.2", |
63 | 64 | "auth0-js": "^9.14.0",
|
64 | 65 | "btoa": "^1.2.1",
|
65 | 66 | "classnames": "^2.3.1",
|
66 | 67 | "dateformat": "^3.0.3",
|
67 |
| - "deep-equal": "^2.0.5", |
68 | 68 | "deepmerge": "2.0.1",
|
69 | 69 | "electron-updater": "^4.6.5",
|
70 | 70 | "fast-safe-stringify": "^2.1.1",
|
71 | 71 | "glob": "^7.1.6",
|
72 | 72 | "google-protobuf": "^3.20.1",
|
73 | 73 | "hash.js": "^1.1.7",
|
74 |
| - "is-valid-path": "^0.1.1", |
75 | 74 | "js-yaml": "^3.13.1",
|
76 | 75 | "jwt-decode": "^3.1.2",
|
77 | 76 | "keytar": "7.2.0",
|
78 | 77 | "lodash.debounce": "^4.0.8",
|
| 78 | + "minimatch": "^3.1.2", |
79 | 79 | "ncp": "^2.0.0",
|
80 | 80 | "node-fetch": "^2.6.1",
|
81 | 81 | "open": "^8.0.6",
|
| 82 | + "p-debounce": "^2.1.0", |
82 | 83 | "p-queue": "^2.4.2",
|
83 | 84 | "ps-tree": "^1.2.0",
|
84 | 85 | "query-string": "^7.0.1",
|
85 | 86 | "react-disable": "^0.1.1",
|
86 | 87 | "react-markdown": "^8.0.0",
|
| 88 | + "react-perfect-scrollbar": "^1.5.8", |
87 | 89 | "react-select": "^5.6.0",
|
88 | 90 | "react-tabs": "^3.1.2",
|
89 | 91 | "react-virtualized": "^9.22.3",
|
|
93 | 95 | "temp": "^0.9.1",
|
94 | 96 | "temp-dir": "^2.0.0",
|
95 | 97 | "tree-kill": "^1.2.1",
|
96 |
| - "upath": "^1.1.2", |
97 |
| - "url": "^0.11.0", |
98 | 98 | "which": "^1.3.1"
|
99 | 99 | },
|
100 | 100 | "devDependencies": {
|
|
103 | 103 | "@types/chai-string": "^1.4.2",
|
104 | 104 | "@types/mocha": "^5.2.7",
|
105 | 105 | "@types/react-window": "^1.8.5",
|
106 |
| - "@types/sinon": "^10.0.6", |
107 |
| - "@types/sinon-chai": "^3.2.6", |
108 | 106 | "chai": "^4.2.0",
|
109 | 107 | "chai-string": "^1.5.0",
|
110 | 108 | "decompress": "^4.2.0",
|
| 109 | + "decompress-tarbz2": "^4.1.1", |
111 | 110 | "decompress-targz": "^4.1.1",
|
112 | 111 | "decompress-unzip": "^4.0.1",
|
113 | 112 | "download": "^7.1.0",
|
|
117 | 116 | "moment": "^2.24.0",
|
118 | 117 | "protoc": "^1.0.4",
|
119 | 118 | "shelljs": "^0.8.3",
|
120 |
| - "sinon": "^12.0.1", |
121 |
| - "sinon-chai": "^3.7.0", |
122 |
| - "typemoq": "^2.1.0", |
123 | 119 | "uuid": "^3.2.1",
|
124 | 120 | "yargs": "^11.1.0"
|
125 | 121 | },
|
|
0 commit comments