mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-04 19:26:33 +00:00
Updated versions and yarn.lock
This commit is contained in:
parent
2b7bceada0
commit
2ffca88c02
@ -1,16 +1,15 @@
|
||||
{
|
||||
"name": "arduino-debugger-extension",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.4",
|
||||
"description": "An extension for debugging Arduino programs",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@theia/core": "next",
|
||||
"@theia/debug": "next",
|
||||
"arduino-ide-extension": "0.0.2",
|
||||
"cdt-gdb-adapter": "^0.0.14-next.4783033.0",
|
||||
"arduino-ide-extension": "0.0.4",
|
||||
"cdt-gdb-adapter": "^0.0.14",
|
||||
"vscode-debugadapter": "^1.26.0",
|
||||
"vscode-debugprotocol": "^1.26.0"
|
||||
},
|
||||
@ -38,4 +37,4 @@
|
||||
"frontend": "lib/browser/frontend-module"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"@theia/workspace": "next",
|
||||
"@theia/textmate-grammars": "next",
|
||||
"arduino-ide-extension": "0.0.4",
|
||||
"arduino-debugger-extension": "0.0.2"
|
||||
"arduino-debugger-extension": "0.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "next"
|
||||
|
@ -20,8 +20,8 @@
|
||||
"@theia/terminal": "next",
|
||||
"@theia/workspace": "next",
|
||||
"@theia/textmate-grammars": "next",
|
||||
"arduino-ide-extension": "0.0.2",
|
||||
"arduino-debugger-extension": "0.0.2"
|
||||
"arduino-ide-extension": "0.0.4",
|
||||
"arduino-debugger-extension": "0.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "next"
|
||||
|
Loading…
x
Reference in New Issue
Block a user