|
1 | 1 | { |
2 | 2 | "name": "@microsoft/teamsfx", |
3 | | - "version": "4.0.2", |
| 3 | + "version": "4.0.3-rc.0", |
4 | 4 | "description": "Microsoft Teams Framework for Node.js and browser.", |
5 | 5 | "main": "dist/index.node.cjs.js", |
6 | 6 | "browser": "dist/index.esm2017.js", |
|
49 | 49 | "@azure/identity": "^4.4.1", |
50 | 50 | "@azure/msal-browser": "^3.24.0", |
51 | 51 | "@azure/msal-node": "^2.14.0", |
52 | | - "adaptive-expressions": "^4.23.1", |
53 | | - "adaptivecards-templating": "^2.3.1", |
54 | | - "axios": "^1.8.3", |
55 | 52 | "@microsoft/agents-activity": "^0.6.18", |
56 | 53 | "@microsoft/agents-hosting": "^0.6.18", |
57 | 54 | "@microsoft/agents-hosting-dialogs": "^0.6.18", |
58 | 55 | "@microsoft/agents-hosting-extensions-teams": "^0.6.18", |
| 56 | + "adaptive-expressions": "^4.23.1", |
| 57 | + "adaptivecards-templating": "^2.3.1", |
| 58 | + "axios": "^1.8.3", |
59 | 59 | "jwt-decode": "^4.0.0", |
60 | 60 | "uuid": "^10.0.0" |
61 | 61 | }, |
62 | 62 | "peerDependencies": { |
63 | | - "@microsoft/teams-js": "^2.31.1", |
64 | | - "@microsoft/agents-activity": "^0.6.1" |
| 63 | + "@microsoft/agents-activity": "^0.6.1", |
| 64 | + "@microsoft/teams-js": "^2.31.1" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | 67 | "@azure/core-auth": "^1.8.0", |
|
0 commit comments