Skip to content

Commit

Permalink
fix depcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Dec 12, 2024
1 parent 2028f3d commit a04a996
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions libraries/botbuilder-dialogs-adaptive-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
5 changes: 1 addition & 4 deletions libraries/botbuilder-dialogs-adaptive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions libraries/botbuilder-dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit a04a996

Please sign in to comment.