Skip to content

Commit

Permalink
fix: Replace chatdown package from botbuilder-core tests (#4516)
Browse files Browse the repository at this point in the history
* replace chatdown

* move dependency

---------

Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
  • Loading branch information
ceciliaavila and JhontSouth authored Aug 8, 2023
1 parent e51063d commit 85a22f3
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 54 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"zod": "~1.11.17"
},
"devDependencies": {
"@microsoft/bf-chatdown": "^4.15.0",
"axios": "^0.25.0",
"chatdown": "^1.2.4",
"unzipper": "^0.10.9"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/tests/transcriptUtilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const axios = require('axios');
const unzip = require('unzipper');
const rimraf = require('rimraf');

const chatdown = require('chatdown');
const chatdown = require('@microsoft/bf-chatdown');

const { TestAdapter, MemoryStorage, UserState, ConversationState, AutoSaveStateMiddleware } = require('../');

Expand Down
Loading

0 comments on commit 85a22f3

Please sign in to comment.