Updated to 2.0.0-beta.3. Use CLI 0.16.1.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2021-02-25 12:01:32 +01:00 committed by Akos Kitta
parent e1b36c6c56
commit 596d54a102
4 changed files with 7 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide-extension", "name": "arduino-ide-extension",
"version": "2.0.0-beta.2", "version": "2.0.0-beta.3",
"description": "An extension for Theia building the Arduino IDE", "description": "An extension for Theia building the Arduino IDE",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@ -124,11 +124,7 @@
], ],
"arduino": { "arduino": {
"cli": { "cli": {
"version": { "version": "0.16.1"
"owner": "arduino",
"repo": "arduino-cli",
"commitish": "scerza/lib-install-deps"
}
} }
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "browser-app", "name": "browser-app",
"version": "2.0.0-beta.2", "version": "2.0.0-beta.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@theia/core": "next", "@theia/core": "next",
@ -18,7 +18,7 @@
"@theia/process": "next", "@theia/process": "next",
"@theia/terminal": "next", "@theia/terminal": "next",
"@theia/workspace": "next", "@theia/workspace": "next",
"arduino-ide-extension": "2.0.0-beta.2" "arduino-ide-extension": "2.0.0-beta.3"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "next" "@theia/cli": "next"

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "electron-app", "name": "electron-app",
"version": "2.0.0-beta.2", "version": "2.0.0-beta.3",
"license": "MIT", "license": "MIT",
"main": "src-gen/frontend/electron-main.js", "main": "src-gen/frontend/electron-main.js",
"dependencies": { "dependencies": {
@ -20,7 +20,7 @@
"@theia/process": "next", "@theia/process": "next",
"@theia/terminal": "next", "@theia/terminal": "next",
"@theia/workspace": "next", "@theia/workspace": "next",
"arduino-ide-extension": "2.0.0-beta.2" "arduino-ide-extension": "2.0.0-beta.3"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "next" "@theia/cli": "next"

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-editor", "name": "arduino-editor",
"version": "2.0.0-beta.2", "version": "2.0.0-beta.3",
"description": "Arduino IDE", "description": "Arduino IDE",
"repository": "https://github.com/bcmi-labs/arduino-editor.git", "repository": "https://github.com/bcmi-labs/arduino-editor.git",
"author": "Arduino SA", "author": "Arduino SA",