We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a680f5 + b3dc90c commit 59bb67fCopy full SHA for 59bb67f
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "root",
3
"private": true,
4
- "version": "2.11.0",
+ "version": "2.11.1",
5
"workspaces": [
6
"packages/*",
7
"packages/providers/*",
packages/mgt-element/src/utils/version.ts
@@ -8,4 +8,4 @@
8
// THIS FILE IS AUTO GENERATED
9
// ANY CHANGES WILL BE LOST DURING BUILD
10
11
-export const PACKAGE_VERSION = '2.11.0';
+export const PACKAGE_VERSION = '2.11.1';
packages/mgt-react/package.json
@@ -37,10 +37,6 @@
37
"@microsoft/microsoft-graph-types-beta": "^0.16.0-preview",
38
"wc-react": "^0.5.0"
39
},
40
- "peerDependencies": {
41
- "react": "^17.0.1",
42
- "react-dom": "^17.0.1"
43
- },
44
"publishConfig": {
45
"access": "public"
46
}
0 commit comments