Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix sample build error #1332

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading