Skip to content

Commit

Permalink
fix v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Dec 12, 2024
1 parent f65e683 commit 8ef9eee
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ignores: [
"botbuilder-dialogs-adaptive-testing",
"@microsoft/recognizers-text*"
]
ignorePatterns: [".eslintrc.json", "lib"]
ignorePatterns: [".eslintrc.json", "lib"]
2 changes: 1 addition & 1 deletion generators/generator-botbuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-botbuilder",
"version": "4.11.0",
"version": "4.1.6",
"description": "A yeoman generator for creating bots built with Bot Framework v4",
"homepage": "https://github.com/Microsoft/BotBuilder-JS/tree/main/generators/generator-botbuilder",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-dialogs-adaptive-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"botbuilder-dialogs-declarative": "4.1.6",
"botbuilder-stdlib": "4.1.6",
"eslint-plugin-only-warn": "^1.1.0",
"grapheme-splitter": "^1.0.2",
"murmurhash-js": "^1.0.0",
"nock": "^13.5.5",
"url-parse": "^1.5.10",
Expand All @@ -51,6 +50,7 @@
"_ts3.4",
"lib",
"schemas",
"src"
"src",
"vendors"
]
}
3 changes: 2 additions & 1 deletion libraries/botbuilder-dialogs-adaptive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"_ts3.4",
"lib",
"schemas",
"src"
"src",
"vendors"
]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"test:runtime": "wsrun -m -p \"botbuilder-dialogs-adaptive-runtime*\" -t test",
"test:runtime:min": "wsrun -m -p \"botbuilder-dialogs-adaptive-runtime*\" -t test:min",
"test:schemas": "mocha libraries/botbuilder-dialogs-declarative/tests/schemaMergeTest.js --exit --bail",
"update-version": "yarn workspace botbuilder-repo-utils update-versions",
"update-versions": "node -e \"console.log('test')\"",
"update-versions": "yarn workspace botbuilder-repo-utils update-versions",
"postupdate-versions": "yarn workspace botbuilder-vendors connect"
},
"resolutions": {
Expand Down

0 comments on commit 8ef9eee

Please sign in to comment.