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