Skip to content

Commit

Permalink
fix: adopt latest @vscode/prompt-tsx (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl authored Sep 3, 2024
1 parent 3d0af8d commit 7749ad8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions chat-sample/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 chat-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"watch": "tsc -watch -p ./"
},
"dependencies": {
"@vscode/prompt-tsx": "^0.2.3-alpha"
"@vscode/prompt-tsx": "^0.2.8-alpha"
},
"devDependencies": {
"@types/node": "^20.5.9",
Expand All @@ -82,4 +82,4 @@
"eslint": "^8.26.0",
"typescript": "^5.5.2"
}
}
}

0 comments on commit 7749ad8

Please sign in to comment.