From ea2cabac3d14a2100a3126a1ac4e0f31fa21968a Mon Sep 17 00:00:00 2001 From: Harald Kirschner Date: Wed, 5 Jun 2024 22:17:44 -0700 Subject: [PATCH] Latest prompt-tsx to fix bugs --- chat-sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-sample/package.json b/chat-sample/package.json index 4535a043c..778c2169c 100644 --- a/chat-sample/package.json +++ b/chat-sample/package.json @@ -58,7 +58,7 @@ }, "devDependencies": { "@types/node": "^20.5.9", - "@vscode/prompt-tsx": "^0.1.10-alpha", + "@vscode/prompt-tsx": "^0.2.0-alpha", "eslint": "^7.22.0", "run-script-os": "^1.1.6", "tslint": "^6.1.3",