Skip to content

Commit

Permalink
Updated TEAL interpreter version for parser fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleydavis committed Feb 3, 2022
1 parent 681268e commit 5b2a124
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "optio-labs",
"description": "A TEAL debugger extension for Visual Studio code",
"icon": "images/icon.png",
"version": "0.0.14",
"version": "0.0.15",
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
Expand Down Expand Up @@ -131,7 +131,7 @@
"dependencies": {
"fs-extra": "^10.0.0",
"json5": "^2.2.0",
"teal-interpreter": "^0.0.21",
"teal-interpreter": "^0.0.22",
"vscode-debugadapter": "^1.49.0",
"vscode-debugprotocol": "^1.49.0",
"yaml": "^1.10.2"
Expand Down

0 comments on commit 5b2a124

Please sign in to comment.