Skip to content

Commit

Permalink
remove confict dependency (#12336)
Browse files Browse the repository at this point in the history
  • Loading branch information
QinghuiMeng-M authored Sep 5, 2024
1 parent 8f32482 commit 2f6f18b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@azure/search-documents": "^12.0.0",
"@microsoft/teams-ai": "^1.1.0",
"botbuilder": "^4.20.0",
"openai": "~4.28.4",
"restify": "^10.0.0"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion templates/js/custom-copilot-rag-customize/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@azure/search-documents": "^12.0.0",
"@microsoft/teams-ai": "^1.1.0",
"botbuilder": "^4.20.0",
"openai": "~4.28.4",
"restify": "^10.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@azure/search-documents": "^12.0.0",
"@microsoft/teams-ai": "^1.1.0",
"botbuilder": "^4.20.0",
"openai": "~4.28.4",
"restify": "^10.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"dependencies": {
"@microsoft/teams-ai": "^1.1.0",
"botbuilder": "^4.20.0",
"openai": "~4.28.4",
"restify": "^10.0.0"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion templates/ts/custom-copilot-assistant-new/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dependencies": {
"@microsoft/teams-ai": "^1.1.0",
"botbuilder": "^4.20.0",
"openai": "~4.28.4",
"restify": "^10.0.0"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion templates/ts/custom-copilot-basic/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dependencies": {
"@microsoft/teams-ai": "^1.1.0",
"botbuilder": "^4.20.0",
"openai": "~4.28.4",
"restify": "^10.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@azure/search-documents": "^12.0.0",
"@microsoft/teams-ai": "^1.1.0",
"botbuilder": "^4.20.0",
"openai": "~4.28.4",
"restify": "^10.0.0"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion templates/ts/custom-copilot-rag-customize/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@azure/search-documents": "^12.0.0",
"@microsoft/teams-ai": "^1.1.0",
"botbuilder": "^4.20.0",
"openai": "~4.28.4",
"restify": "^10.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@azure/search-documents": "^12.0.0",
"@microsoft/teams-ai": "^1.1.0",
"botbuilder": "^4.20.0",
"openai": "~4.28.4",
"restify": "^10.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2f6f18b

Please sign in to comment.