@microsoft/teamsfx 2.2.2-alpha.ffb92818c.0 → 2.2.2-beta.2023071802.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx",
3
- "version": "2.2.2-alpha.ffb92818c.0",
3
+ "version": "2.2.2-beta.2023071802.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,7 +49,7 @@
49
49
  "@azure/identity": "^2.0.1",
50
50
  "@azure/msal-browser": "^2.21.0",
51
51
  "@azure/msal-node": "^1.14.6",
52
- "@microsoft/adaptivecards-tools": "1.3.2-alpha.ffb92818c.0",
52
+ "@microsoft/adaptivecards-tools": "1.3.2-beta.2023071802.0",
53
53
  "@microsoft/microsoft-graph-client": "^3.0.5",
54
54
  "axios": "^0.27.2",
55
55
  "botbuilder": ">=4.18.0 <5.0.0",
@@ -61,21 +61,17 @@
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "peerDependencies": {
64
- "@microsoft/teams-js": "^2.12.0"
64
+ "@microsoft/teams-js": "^2.13.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@azure/arm-sql": "^9.0.0",
68
- "@commitlint/cli": "^14.1.0",
69
- "@commitlint/config-conventional": "^12.0.1",
70
67
  "@istanbuljs/nyc-config-typescript": "^1.0.1",
71
68
  "@microsoft/api-documenter": "^7.14.1",
72
69
  "@microsoft/api-extractor": "^7.19.4",
73
- "@microsoft/eslint-plugin-teamsfx": "0.0.4-alpha.ffb92818c.0",
74
- "@microsoft/teams-js": "^2.12.0",
70
+ "@microsoft/eslint-plugin-teamsfx": "0.0.4-beta.2023071802.0",
71
+ "@microsoft/teams-js": "^2.13.0",
75
72
  "@rollup/plugin-json": "^4.1.0",
76
73
  "@types/chai": "^4.2.22",
77
74
  "@types/chai-as-promised": "^7.1.4",
78
- "@types/fs-extra": "^9.0.11",
79
75
  "@types/mocha": "^9.0.0",
80
76
  "@types/mochawesome": "^6.2.1",
81
77
  "@types/node": "^16.11.7",
@@ -90,13 +86,11 @@
90
86
  "botbuilder-core": ">=4.18.0 <5.0.0",
91
87
  "chai": "^4.3.4",
92
88
  "chai-as-promised": "^7.1.1",
93
- "concurrently": "^6.3.0",
94
89
  "dotenv": "^10.0.0",
95
90
  "eslint": "^8.1.0",
96
91
  "eslint-plugin-import": "^2.25.2",
97
92
  "eslint-plugin-no-secrets": "^0.8.9",
98
93
  "eslint-plugin-prettier": "^4.0.0",
99
- "fs-extra": "^9.1.0",
100
94
  "got": "^11.8.2",
101
95
  "isomorphic-fetch": "^3.0.0",
102
96
  "jwt-builder": "^1.1.0",
@@ -130,7 +124,7 @@
130
124
  "webpack": "^5.62.1",
131
125
  "yargs": "^17.2.1"
132
126
  },
133
- "gitHead": "7f91a7bfe0f4896de04db5a771a3d3bf28f4f9e1",
127
+ "gitHead": "be332c2401e86c9db3d9675265cc1ff831df1864",
134
128
  "publishConfig": {
135
129
  "access": "public"
136
130
  },