Updated versions and yarn.lock

This commit is contained in:
Miro Spönemann 2019-12-17 14:13:46 +01:00
parent 2b7bceada0
commit 2ffca88c02
3 changed files with 7 additions and 8 deletions

View File

@ -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"
}
]
}
}

View File

@ -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"

View File

@ -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"