From a04a99647c2df9b037fc4c8b7f8de9491875ac0e Mon Sep 17 00:00:00 2001 From: Joel Mut Date: Thu, 12 Dec 2024 12:43:19 -0300 Subject: [PATCH] fix depcheck --- libraries/botbuilder-dialogs-adaptive-testing/package.json | 3 --- libraries/botbuilder-dialogs-adaptive/package.json | 5 +---- libraries/botbuilder-dialogs/package.json | 3 --- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/libraries/botbuilder-dialogs-adaptive-testing/package.json b/libraries/botbuilder-dialogs-adaptive-testing/package.json index 55da84e093..0c0954f81c 100644 --- a/libraries/botbuilder-dialogs-adaptive-testing/package.json +++ b/libraries/botbuilder-dialogs-adaptive-testing/package.json @@ -24,7 +24,6 @@ }, "dependencies": { "adaptive-expressions": "4.1.6", - "bignumber.js": "^7.2.1", "bitwise": "^2.2.1", "botbuilder-ai": "4.1.6", "botbuilder-core": "4.1.6", @@ -35,11 +34,9 @@ "botbuilder-stdlib": "4.1.6", "eslint-plugin-only-warn": "^1.1.0", "grapheme-splitter": "^1.0.2", - "lodash": "^4.17.21", "murmurhash-js": "^1.0.0", "nock": "^13.5.5", "url-parse": "^1.5.10", - "xregexp": "^4.2.0", "zod": "^3.23.8" }, "devDependencies": { diff --git a/libraries/botbuilder-dialogs-adaptive/package.json b/libraries/botbuilder-dialogs-adaptive/package.json index 258bca6a06..eb0795d4b0 100644 --- a/libraries/botbuilder-dialogs-adaptive/package.json +++ b/libraries/botbuilder-dialogs-adaptive/package.json @@ -29,7 +29,6 @@ }, "dependencies": { "adaptive-expressions": "4.1.6", - "bignumber.js": "^7.2.1", "botbuilder": "4.1.6", "botbuilder-core": "4.1.6", "botbuilder-dialogs": "4.1.6", @@ -38,10 +37,8 @@ "botbuilder-lg": "4.1.6", "botframework-connector": "4.1.6", "eslint-plugin-only-warn": "^1.1.0", - "grapheme-splitter": "^1.0.2", "lodash": "^4.17.21", - "node-fetch": "^2.7.0", - "xregexp": "^4.2.0" + "node-fetch": "^2.7.0" }, "devDependencies": { "@types/node-fetch": "^2.6.11" diff --git a/libraries/botbuilder-dialogs/package.json b/libraries/botbuilder-dialogs/package.json index b1a7eae16d..837834d9a5 100644 --- a/libraries/botbuilder-dialogs/package.json +++ b/libraries/botbuilder-dialogs/package.json @@ -27,16 +27,13 @@ } }, "dependencies": { - "bignumber.js": "^7.2.1", "botbuilder-core": "4.1.6", "botbuilder-dialogs-adaptive-runtime-core": "4.1.6", "botframework-connector": "4.1.6", "eslint-plugin-only-warn": "^1.1.0", "globalize": "^1.7.0", - "grapheme-splitter": "^1.0.2", "lodash": "^4.17.21", "uuid": "^10.0.0", - "xregexp": "^4.2.0", "zod": "^3.23.8" }, "devDependencies": {