Skip to content

Commit

Permalink
Merge pull request #1335 from OfficeDev/yukun/fix-bot
Browse files Browse the repository at this point in the history
fix: fix bot sample build error
  • Loading branch information
MSFT-yiz committed Sep 30, 2024
2 parents c812ef1 + a8f3916 commit 9375505
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions adaptive-card-notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@types/json-schema": "^7.0.15",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^14.0.0",
"@types/node": "^18.0.0",
"azurite": "^3.16.0",
"chai": "^4.3.6",
"env-cmd": "^10.1.0",
"mocha": "^9.2.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
"typescript": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion bot-sso-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "^18.0.0",
"env-cmd": "^10.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"typescript": "^5.3.0",
"nodemon": "^2.0.7",
"shx": "^0.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions bot-sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"devDependencies": {
"@types/restify": "8.5.5",
"@types/node": "^14.0.0",
"@types/node": "^18.0.0",
"env-cmd": "^10.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"typescript": "^5.3.0",
"nodemon": "^2.0.7",
"shx": "^0.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion large-scale-notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"env-cmd": "^10.1.0",
"shx": "^0.3.4",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
"typescript": "^5.3.0"
}
}
4 changes: 2 additions & 2 deletions query-org-user-with-message-extension-sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"devDependencies": {
"@types/restify": "^8.5.5",
"@types/node": "^14.0.0",
"@types/node": "^18.0.0",
"env-cmd": "^10.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"typescript": "^5.3.0",
"nodemon": "^2.0.7",
"shx": "^0.3.3"
}
Expand Down

0 comments on commit 9375505

Please sign in to comment.