-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12788 from OfficeDev/release/VS17.13P2
build: merge back to dev after vs17.13P2 release
- Loading branch information
Showing
31 changed files
with
206 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"name": "teamsfx-template-api", | ||
"version": "1.0.0", | ||
"engines": { | ||
"node": "18 || 20" | ||
}, | ||
"main": "src/functions/*.js", | ||
"scripts": { | ||
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run dev", | ||
"dev": "func start --javascript --language-worker=\"--inspect=9229\" --port \"7071\" --cors \"*\"", | ||
"start": "npx func start", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@azure/functions": "^4.0.0", | ||
"@microsoft/teamsfx": "^3.0.0-alpha", | ||
"@microsoft/microsoft-graph-client": "^3.0.1", | ||
"isomorphic-fetch": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"env-cmd": "^10.1.0" | ||
} | ||
} | ||
"name": "teamsfx-template-api", | ||
"version": "1.0.0", | ||
"engines": { | ||
"node": "18 || 20" | ||
}, | ||
"main": "src/functions/*.js", | ||
"scripts": { | ||
"dev:teamsfx": "env-cmd --silent -f .localConfigs npm run dev", | ||
"dev": "func start --javascript --language-worker=\"--inspect=9229\" --port \"7071\" --cors \"*\"", | ||
"start": "npx func start", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"@azure/functions": "^4.0.0", | ||
"@microsoft/teamsfx": "^3.0.0-rc", | ||
"@microsoft/microsoft-graph-client": "^3.0.1", | ||
"isomorphic-fetch": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"env-cmd": "^10.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,58 @@ | ||
{ | ||
"name": "{{SafeProjectNameLowerCase}}", | ||
"version": "0.1.0", | ||
"engines": { | ||
"node": "18 || 20" | ||
}, | ||
"type": "module", | ||
"private": true, | ||
"dependencies": { | ||
"@fluentui/react-components": "^9.55.1", | ||
"@microsoft/teams-js": "^2.22.0", | ||
"@microsoft/teamsfx": "^3.0.0-alpha", | ||
"@microsoft/teamsfx-react": "^4.0.0-alpha", | ||
"axios": "^0.21.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.8.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.0.0", | ||
"@types/react": "^18.0.0", | ||
"@types/react-dom": "^18.0.0", | ||
"@types/react-router-dom": "^5.3.3", | ||
"concurrently": "^8.2.2", | ||
"env-cmd": "^10.1.0", | ||
"vite": "^5.4.2", | ||
"@vitejs/plugin-basic-ssl": "^1.1.0", | ||
"@vitejs/plugin-react": "^4.3.1" | ||
}, | ||
"scripts": { | ||
"dev:teamsfx": "concurrently \"npm run dev-tab:teamsfx\" \"npm run dev-api:teamsfx\"", | ||
"dev-tab:teamsfx": "env-cmd --silent -f .localConfigs npm run start", | ||
"dev-api:teamsfx": "cd api && npm run dev:teamsfx", | ||
"start": "vite", | ||
"build": "vite build", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"serve": "vite preview" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"homepage": "." | ||
} | ||
"name": "{{SafeProjectNameLowerCase}}", | ||
"version": "0.1.0", | ||
"engines": { | ||
"node": "18 || 20" | ||
}, | ||
"type": "module", | ||
"private": true, | ||
"dependencies": { | ||
"@fluentui/react-components": "^9.55.1", | ||
"@microsoft/teams-js": "^2.22.0", | ||
"@microsoft/teamsfx": "^3.0.0-rc", | ||
"@microsoft/teamsfx-react": "^4.0.0-rc", | ||
"axios": "^0.21.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.8.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.0.0", | ||
"@types/react": "^18.0.0", | ||
"@types/react-dom": "^18.0.0", | ||
"@types/react-router-dom": "^5.3.3", | ||
"concurrently": "^8.2.2", | ||
"env-cmd": "^10.1.0", | ||
"vite": "^5.4.2", | ||
"@vitejs/plugin-basic-ssl": "^1.1.0", | ||
"@vitejs/plugin-react": "^4.3.1" | ||
}, | ||
"scripts": { | ||
"dev:teamsfx": "concurrently \"npm run dev-tab:teamsfx\" \"npm run dev-api:teamsfx\"", | ||
"dev-tab:teamsfx": "env-cmd --silent -f .localConfigs npm run start", | ||
"dev-api:teamsfx": "cd api && npm run dev:teamsfx", | ||
"start": "vite", | ||
"build": "vite build", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"serve": "vite preview" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"homepage": "." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.