Skip to content

Commit

Permalink
Remove blank line and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ceciliaavila committed Oct 23, 2024
1 parent c05ea0c commit c850da0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lodash": "^4.17.20",
"p-map": "^4.0.0"
},
"devDependencies": {
"devDependencies": {
"fs-extra": "^11.2.0",
"nock": "^13.5.5",
"node-fetch": "^2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"axios": "^1.7.7",
"axios": "^1.7.7",
"mime-types": "^2.1.35",
"unzipper": "^0.12.3"
},
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder-dialogs-adaptive-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"botbuilder": "4.1.6",
"botbuilder": "4.1.6",
"@microsoft/recognizers-text-suite": "1.1.4"
},
"author": "Microsoft",
Expand Down
1 change: 0 additions & 1 deletion libraries/botbuilder-dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
},
"devDependencies": {
"@types/globalize": "^1.5.5",

"line-reader": "^0.4.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/botbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"chai": "^4.5.0",
"chai": "^4.5.0",
"lodash": "^4.17.20",
"nock": "^13.5.5",
"node-mocks-http": "^1.16.0"
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/uuid": "^10.0.0"
"@types/uuid": "^10.0.0"
},
"scripts": {
"build": "tsc -b",
Expand Down

0 comments on commit c850da0

Please sign in to comment.