Skip to content

Commit

Permalink
Merge pull request #12462 from OfficeDev/kuojianlu/hotfix-5.8.2
Browse files Browse the repository at this point in the history
fix: custom copilot ts templates
  • Loading branch information
MSFT-yiz authored Sep 26, 2024
2 parents baf34e6 + 675906b commit 1074d50
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/node": "^18.0.0",
"env-cmd": "^10.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"typescript": "^5.5.4",
"nodemon": "^2.0.7",
"shx": "^0.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/custom-copilot-assistant-new/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^18.0.0",
"env-cmd": "^10.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"typescript": "^5.5.4",
"nodemon": "^2.0.7",
"shx": "^0.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/custom-copilot-basic/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^18.0.0",
"env-cmd": "^10.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"typescript": "^5.5.4",
"nodemon": "^2.0.7",
"shx": "^0.3.3"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,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.5.4",
"nodemon": "^2.0.7",
"shx": "^0.3.3"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/node": "^18.0.0",
"env-cmd": "^10.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"typescript": "^5.5.4",
"nodemon": "^2.0.7",
"shx": "^0.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions templates/ts/custom-copilot-rag-customize/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,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.5.4",
"nodemon": "^2.0.7",
"shx": "^0.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions templates/ts/custom-copilot-rag-microsoft365/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"devDependencies": {
"@types/restify": "^8.5.5",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"env-cmd": "^10.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"typescript": "^5.5.4",
"nodemon": "^2.0.7",
"shx": "^0.3.3"
}
Expand Down

0 comments on commit 1074d50

Please sign in to comment.