Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e9d28d

Browse files
author
Akos Kitta
committedNov 10, 2022
chore: Updated to Theia 1.31.1
Closes #1655 Signed-off-by: Akos Kitta <[email protected]>
1 parent cc2d557 commit 8e9d28d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2993
-3577
lines changed
 

‎.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ build/
77
Examples/
88
!electron/build/
99
src-gen/
10-
!webpack.config.js
10+
webpack.config.js
1111
gen-webpack.config.js
1212
.DS_Store
1313
# switching from `electron` to `browser` in dev mode.
1414
.browser_modules
1515
yarn*.log
1616
# For the VS Code extensions used by Theia.
1717
plugins
18-
# the config files for the CLI
19-
arduino-ide-extension/data/cli/config
2018
# the tokens folder for the themes
2119
scripts/themes/tokens
2220
# environment variables

‎arduino-ide-extension/package.json

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@
2121
},
2222
"dependencies": {
2323
"@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/editor": "1.31.1",
27+
"@theia/electron": "1.31.1",
28+
"@theia/filesystem": "1.31.1",
29+
"@theia/keymaps": "1.31.1",
30+
"@theia/markers": "1.31.1",
31+
"@theia/monaco": "1.31.1",
32+
"@theia/navigator": "1.31.1",
33+
"@theia/outline-view": "1.31.1",
34+
"@theia/output": "1.31.1",
35+
"@theia/preferences": "1.31.1",
36+
"@theia/search-in-workspace": "1.31.1",
37+
"@theia/terminal": "1.31.1",
38+
"@theia/workspace": "1.31.1",
3939
"@tippyjs/react": "^4.2.5",
4040
"@types/atob": "^2.1.2",
4141
"@types/auth0-js": "^9.14.0",
@@ -51,9 +51,10 @@
5151
"@types/lodash.debounce": "^4.0.6",
5252
"@types/ncp": "^2.0.4",
5353
"@types/node-fetch": "^2.5.7",
54+
"@types/p-queue": "^2.3.1",
5455
"@types/ps-tree": "^1.1.0",
55-
"@types/react-select": "^3.0.0",
5656
"@types/react-tabs": "^2.3.2",
57+
"@types/react-virtualized": "^9.21.21",
5758
"@types/temp": "^0.8.34",
5859
"@types/which": "^1.3.1",
5960
"ajv": "^6.5.3",
@@ -79,13 +80,14 @@
7980
"ncp": "^2.0.0",
8081
"node-fetch": "^2.6.1",
8182
"open": "^8.0.6",
82-
"p-queue": "^5.0.0",
83+
"p-queue": "^2.4.2",
8384
"ps-tree": "^1.2.0",
8485
"query-string": "^7.0.1",
85-
"react-disable": "^0.1.0",
86+
"react-disable": "^0.1.1",
8687
"react-markdown": "^8.0.0",
87-
"react-select": "^3.0.4",
88+
"react-select": "^5.6.0",
8889
"react-tabs": "^3.1.2",
90+
"react-virtualized": "^9.22.3",
8991
"react-window": "^1.8.6",
9092
"semver": "^7.3.2",
9193
"string-natural-compare": "^2.0.3",

0 commit comments

Comments
 (0)
Please sign in to comment.