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 11, 2024
1 parent 361f68d commit 228d4e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .depcheckrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ignores: [
// Ignore all @microsoft/recognizers-text packages and their dependencies
"@microsoft/recognizers-text*",
"bignumber.js",
"grapheme-splitter",
"lodash",
"xregexp",
// Rest
"filenamify",
"mocha",
"rimraf",
"sinon",
"uuid",
"botbuilder-dialogs-adaptive-testing",
# Ignore all @microsoft/recognizers-text packages and their dependencies
"@microsoft/recognizers-text*",
"bignumber.js",
"grapheme-splitter",
"lodash",
"xregexp",
]
ignorePatterns: [".eslintrc.json", "lib"]
ignorePatterns: [".eslintrc.json", "lib"]
1 change: 0 additions & 1 deletion libraries/botbuilder-dialogs-adaptive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"node-fetch": "^2.7.0"
},
"devDependencies": {
"botbuilder-dialogs-adaptive-testing": "4.1.6",
"@types/node-fetch": "^2.6.11"
},
"localDependencies": {
Expand Down

0 comments on commit 228d4e7

Please sign in to comment.