mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-09 04:16:38 +00:00
Bumped version to 0.1.4
. Use CLI 0.15.2
.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
291179489f
commit
cfe9e8ec95
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "arduino-debugger-extension",
|
"name": "arduino-debugger-extension",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"description": "An extension for debugging Arduino programs",
|
"description": "An extension for debugging Arduino programs",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@theia/debug": "next",
|
"@theia/debug": "next",
|
||||||
"arduino-ide-extension": "0.1.3",
|
"arduino-ide-extension": "0.1.4",
|
||||||
"cdt-gdb-adapter": "^0.0.14",
|
"cdt-gdb-adapter": "^0.0.14",
|
||||||
"vscode-debugadapter": "^1.26.0",
|
"vscode-debugadapter": "^1.26.0",
|
||||||
"vscode-debugprotocol": "^1.26.0"
|
"vscode-debugprotocol": "^1.26.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "arduino-ide-extension",
|
"name": "arduino-ide-extension",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"description": "An extension for Theia building the Arduino IDE",
|
"description": "An extension for Theia building the Arduino IDE",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -123,7 +123,7 @@
|
|||||||
],
|
],
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"cli": {
|
"cli": {
|
||||||
"version": "20210203"
|
"version": "0.15.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "browser-app",
|
"name": "browser-app",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"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": "0.1.3"
|
"arduino-ide-extension": "0.1.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@theia/cli": "next"
|
"@theia/cli": "next"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "electron-app",
|
"name": "electron-app",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"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": "0.1.3"
|
"arduino-ide-extension": "0.1.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@theia/cli": "next"
|
"@theia/cli": "next"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "arduino-editor",
|
"name": "arduino-editor",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"description": "Arduino Pro IDE",
|
"description": "Arduino Pro 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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user