8000 [ATL-1599] [ATL-1416] Upgrade Theia to 1.18.0 by fstasi · Pull Request #489 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

Skip to content

[ATL-1599] [ATL-1416] Upgrade Theia to 1.18.0 #489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Oct 6, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
theia 1.15.0
  • Loading branch information
fstasi committed Sep 2, 2021
commit 45df46196c9eac913c79f49a5bd2f56e12b66e8b
30 changes: 15 additions & 15 deletions arduino-ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@
},
"dependencies": {
"@grpc/grpc-js": "^1.1.1",
"@theia/application-package": "1.14.0",
"@theia/core": "1.14.0",
"@theia/editor": "1.14.0",
"@theia/filesystem": "1.14.0",
"@theia/git": "1.14.0",
"@theia/keymaps": "1.14.0",
"@theia/markers": "1.14.0",
"@theia/monaco": "1.14.0",
"@theia/navigator": "1.14.0",
"@theia/outline-view": "1.14.0",
"@theia/output": "1.14.0",
"@theia/preferences": "1.14.0",
"@theia/search-in-workspace": "1.14.0",
"@theia/terminal": "1.14.0",
"@theia/workspace": "1.14.0",
"@theia/application-package": "1.15.0",
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/filesystem": "1.15.0",
"@theia/git": "1.15.0",
"@theia/keymaps": "1.15.0",
"@theia/markers": "1.15.0",
"@theia/monaco": "1.15.0",
"@theia/navigator": "1.15.0",
"@theia/outline-view": "1.15.0",
"@theia/output": "1.15.0",
"@theia/preferences": "1.15.0",
"@theia/search-in-workspace": "1.15.0",
"@theia/terminal": "1.15.0",
"@theia/workspace": "1.15.0",
8000 "@tippyjs/react": "^4.2.5",
"@types/atob": "^2.1.2",
"@types/auth0-js": "^9.14.0",
Expand Down
32 changes: 16 additions & 16 deletions browser-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"version": "2.0.0-beta.11",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@theia/core": "1.14.0",
"@theia/debug": "1.14.0",
"@theia/editor": "1.14.0",
"@theia/file-search": "1.14.0",
"@theia/filesystem": "1.14.0",
"@theia/keymaps": "1.14.0",
"@theia/messages": "1.14.0",
"@theia/monaco": "1.14.0",
"@theia/navigator": "1.14.0",
"@theia/plugin-ext": "1.14.0",
"@theia/plugin-ext-vscode": "1.14.0",
"@theia/preferences": "1.14.0",
"@theia/process": "1.14.0",
"@theia/terminal": "1.14.0",
"@theia/workspace": "1.14.0",
"@theia/core": "1.15.0",
"@theia/debug": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/filesystem": "1.15.0",
"@theia/keymaps": "1.15.0",
"@theia/messages": "1.15.0",
"@theia/monaco": "1.15.0",
"@theia/navigator": "1.15.0",
"@theia/plugin-ext": "1.15.0",
"@theia/plugin-ext-vscode": "1.15.0",
"@theia/preferences": "1.15.0",
"@theia/process": "1.15.0",
"@theia/terminal": "1.15.0",
"@theia/workspace": "1.15.0",
"arduino-ide-extension": "2.0.0-beta.11"
},
"devDependencies": {
"@theia/cli": "1.14.0"
"@theia/cli": "1.15.0"
},
"scripts": {
"prepare": "theia build --mode development",
Expand Down
34 changes: 17 additions & 17 deletions electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js",
"dependencies": {
"@theia/core": "1.14.0",
"@theia/debug": "1.14.0",
"@theia/editor": "1.14.0",
"@theia/electron": "1.14.0",
"@theia/file-search": "1.14.0",
"@theia/filesystem": "1.14.0",
"@theia/keymaps": "1.14.0",
"@theia/messages": "1.14.0",
"@theia/monaco": "1.14.0",
"@theia/navigator": "1.14.0",
"@theia/plugin-ext": "1.14.0",
"@theia/plugin-ext-vscode": "1.14.0",
"@theia/preferences": "1.14.0",
"@theia/process": "1.14.0",
"@theia/terminal": "1.14.0",
"@theia/workspace": "1.14.0",
"@theia/core": "1.15.0",
"@theia/debug": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/filesystem": "1.15.0",
"@theia/keymaps": "1.15.0",
"@theia/messages": "1.15.0",
"@theia/monaco": "1.15.0",
"@theia/navigator": "1.15.0",
"@theia/plugin-ext": "1.15.0",
"@theia/plugin-ext-vscode": "1.15.0",
"@theia/preferences": "1.15.0",
"@theia/process": "1.15.0",
"@theia/terminal": "1.15.0",
"@theia/workspace": "1.15.0",
"arduino-ide-extension": "2.0.0-beta.11"
},
"devDependencies": {
"@theia/cli": "1.14.0"
"@theia/cli": "1.15.0"
},
"scripts": {
"prepare": "theia build --mode development",
Expand Down
2 changes: 1 addition & 1 deletion electron/build/template-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node-log-rotate": "^0.1.5"
},
"devDependencies": {
"@theia/cli": "1.14.0",
"@theia/cli": "1.15.0",
"cross-env": "^7.0.2",
"electron-builder": "22.7.0",
"electron-notarize": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": ">=12.14.1 <13"
},
"devDependencies": {
"@theia/cli": "1.14.0",
"@theia/cli": "1.15.0",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"cross-env": "^7.0.2",
Expand Down
Loading
0