Skip to content

Commit 2ffca88

Browse files
committed
Updated versions and yarn.lock
1 parent 2b7bcea commit 2ffca88

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

arduino-debugger-extension/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"name": "arduino-debugger-extension",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
44
"description": "An extension for debugging Arduino programs",
55
"license": "MIT",
66
"engines": {
77
"node": ">=10.10.0"
88
},
99
"dependencies": {
10-
"@theia/core": "next",
1110
"@theia/debug": "next",
12-
"arduino-ide-extension": "0.0.2",
13-
"cdt-gdb-adapter": "^0.0.14-next.4783033.0",
11+
"arduino-ide-extension": "0.0.4",
12+
"cdt-gdb-adapter": "^0.0.14",
1413
"vscode-debugadapter": "^1.26.0",
1514
"vscode-debugprotocol": "^1.26.0"
1615
},
@@ -38,4 +37,4 @@
3837
"frontend": "lib/browser/frontend-module"
3938
}
4039
]
41-
}
40+
}

browser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@theia/workspace": "next",
2121
"@theia/textmate-grammars": "next",
2222
"arduino-ide-extension": "0.0.4",
23-
"arduino-debugger-extension": "0.0.2"
23+
"arduino-debugger-extension": "0.0.4"
2424
},
2525
"devDependencies": {
2626
"@theia/cli": "next"

electron-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@theia/terminal": "next",
2121
"@theia/workspace": "next",
2222
"@theia/textmate-grammars": "next",
23-
"arduino-ide-extension": "0.0.2",
24-
"arduino-debugger-extension": "0.0.2"
23+
"arduino-ide-extension": "0.0.4",
24+
"arduino-debugger-extension": "0.0.4"
2525
},
2626
"devDependencies": {
2727
"@theia/cli": "next"

0 commit comments

Comments
 (0)