Skip to content

Commit

Permalink
fix sample build error
Browse files Browse the repository at this point in the history
  • Loading branch information
yukun-dong committed Sep 27, 2024
1 parent 43d7b56 commit 3fd96e1
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion adaptive-card-notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,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
2 changes: 1 addition & 1 deletion bot-sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "^14.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 developer-assist-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.3",
"env-cmd": "^10.1.0",
"typescript": "^4.1.2"
"typescript": "^5.3.0"
},
"scripts": {
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run start",
Expand Down
2 changes: 1 addition & 1 deletion graph-connector-app/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-router-dom": "^5.3.3",
"cross-env": "^7.0.3",
"env-cmd": "^10.1.0",
"typescript": "^4.1.2"
"typescript": "^5.3.0"
},
"scripts": {
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run start",
Expand Down
2 changes: 1 addition & 1 deletion graph-connector-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"nodemon": "^2.0.7",
"shx": "^0.3.3",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
"typescript": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion hello-world-tab-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-router-dom": "^5.3.3",
"concurrently": "^8.2.2",
"env-cmd": "^10.1.0",
"typescript": "^4.1.2"
"typescript": "^5.3.0"
},
"scripts": {
"dev:teamsfx": "concurrently \"npm run dev-tab:teamsfx\" \"npm run dev-api:teamsfx\"",
Expand Down
2 changes: 1 addition & 1 deletion hello-world-tab-with-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react-router-dom": "^5.3.3",
"concurrently": "^8.2.2",
"env-cmd": "^10.1.0",
"typescript": "^4.1.2"
"typescript": "^5.3.0"
},
"scripts": {
"dev:teamsfx": "concurrently \"npm run dev-tab:teamsfx\" \"npm run dev-api:teamsfx\"",
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"
}
}
2 changes: 1 addition & 1 deletion query-org-user-with-message-extension-sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^14.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 share-now/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"env-cmd": "^10.1.0",
"nodemon": "^2.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
"typescript": "^5.3.0"
}
}
2 changes: 1 addition & 1 deletion team-central-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.3",
"env-cmd": "^10.1.0",
"typescript": "^4.1.2"
"typescript": "^5.3.0"
},
"scripts": {
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run start",
Expand Down

0 comments on commit 3fd96e1

Please sign in to comment.