@pnp/spfx-controls-react 3.11.0-beta.3480044 → 3.12.0-beta.3480275
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.
- package/CHANGELOG.json +5 -2
- package/CHANGELOG.md +11 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +18 -18
- package/release/component-dependency-audit/sp-dev-fx-controls-react.json +68 -44
- package/release/manifests/45165954-80f9-44c1-9967-cd38ae92a33b.manifest.json +10 -10
- package/release/manifests/57ebd944-98ed-43f9-b722-e959d6dac6ad.manifest.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [
|
|
8
8
|
"`DynamicForm`: support cretion of document sets [#1335](https://github.com/pnp/sp-dev-fx-controls-react/pull/1335)",
|
|
9
|
-
"`SitePicker`: add HubId to filter to only sites within a hub [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)"
|
|
9
|
+
"`SitePicker`: add HubId to filter to only sites within a hub [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)",
|
|
10
|
+
"SharePoint Framework v1.16.0 support"
|
|
10
11
|
],
|
|
11
12
|
"fixes": [
|
|
12
13
|
"`FilePicker`: panel causes SharePoint to Throttle due to infinite loop fetching files [#1325](https://github.com/pnp/sp-dev-fx-controls-react/issues/1325)",
|
|
@@ -18,12 +19,14 @@
|
|
|
18
19
|
"`FilePicker`: browsing Site / Doclibs loops and floods SPO Service with requests and causes http 429 [#1350](https://github.com/pnp/sp-dev-fx-controls-react/issues/1350)",
|
|
19
20
|
"Remove invalid comma in tsconfig.json [#1341](https://github.com/pnp/sp-dev-fx-controls-react/pull/1341)",
|
|
20
21
|
"`TaxonomyPicker`: control allows select deprecated/untaggable terms when typing [#1093](https://github.com/pnp/sp-dev-fx-controls-react/issues/1093)",
|
|
21
|
-
"`SitePicker`: prevent infinite loop when fetching sites [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)"
|
|
22
|
+
"`SitePicker`: prevent infinite loop when fetching sites [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)",
|
|
23
|
+
"`DynamicForm`: `AnchorId` of `TaxonomyField` gets ignored and the whole tree is rendered [#1310](https://github.com/pnp/sp-dev-fx-controls-react/issues/1310)"
|
|
22
24
|
]
|
|
23
25
|
},
|
|
24
26
|
"contributions": [
|
|
25
27
|
"[Carlos Marins Jr](https://github.com/kadu-jr)",
|
|
26
28
|
"[Edin Kapic](https://github.com/ekapic)",
|
|
29
|
+
"[Josef Benda](https://github.com/SmarterJB)",
|
|
27
30
|
"[Nello D'Andrea](https://github.com/ferrarirosso)",
|
|
28
31
|
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
29
32
|
"[Nizar Grindi](https://github.com/NizarGrindi)",
|
package/CHANGELOG.md
CHANGED
|
@@ -5,16 +5,26 @@
|
|
|
5
5
|
### Enhancements
|
|
6
6
|
|
|
7
7
|
- `DynamicForm`: support cretion of document sets [#1335](https://github.com/pnp/sp-dev-fx-controls-react/pull/1335)
|
|
8
|
+
- `SitePicker`: add HubId to filter to only sites within a hub [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)
|
|
9
|
+
- SharePoint Framework v1.16.0 support
|
|
8
10
|
|
|
9
11
|
### Fixes
|
|
10
12
|
|
|
11
13
|
- `FilePicker`: panel causes SharePoint to Throttle due to infinite loop fetching files [#1325](https://github.com/pnp/sp-dev-fx-controls-react/issues/1325)
|
|
12
14
|
- `ContentTypePicker`: problem importing control [#1337](https://github.com/pnp/sp-dev-fx-controls-react/issues/1337)
|
|
13
15
|
- `FilePicker`: correctly request data from provided `webAbsoluteUrl` [#1340](https://github.com/pnp/sp-dev-fx-controls-react/pull/1340)
|
|
16
|
+
- `ModernTaxonomyPicker`: Fix infinite loop [#1342](https://github.com/pnp/sp-dev-fx-controls-react/pull/1342)
|
|
17
|
+
- `ModernTaxonomyPicker`: improve display of the term path to align with out of the box control UI [#1343](https://github.com/pnp/sp-dev-fx-controls-react/pull/1343)
|
|
18
|
+
- `FolderPicker`: get folders of other site url instead of the current context/site [#1305](https://github.com/pnp/sp-dev-fx-controls-react/issues/1305)
|
|
19
|
+
- `FilePicker`: browsing Site / Doclibs loops and floods SPO Service with requests and causes http 429 [#1350](https://github.com/pnp/sp-dev-fx-controls-react/issues/1350)
|
|
20
|
+
- Remove invalid comma in tsconfig.json [#1341](https://github.com/pnp/sp-dev-fx-controls-react/pull/1341)
|
|
21
|
+
- `TaxonomyPicker`: control allows select deprecated/untaggable terms when typing [#1093](https://github.com/pnp/sp-dev-fx-controls-react/issues/1093)
|
|
22
|
+
- `SitePicker`: prevent infinite loop when fetching sites [#1346](https://github.com/pnp/sp-dev-fx-controls-react/issues/1346)
|
|
23
|
+
- `DynamicForm`: `AnchorId` of `TaxonomyField` gets ignored and the whole tree is rendered [#1310](https://github.com/pnp/sp-dev-fx-controls-react/issues/1310)
|
|
14
24
|
|
|
15
25
|
### Contributors
|
|
16
26
|
|
|
17
|
-
Special thanks to our contributors (in alphabetical order): [Nizar Grindi](https://github.com/NizarGrindi), [Paolo Pialorsi](https://github.com/PaoloPia), [Peter Paul Kirschner](https://github.com/petkir), [Victor Romanov](https://github.com/VRomanovTau).
|
|
27
|
+
Special thanks to our contributors (in alphabetical order): [Carlos Marins Jr](https://github.com/kadu-jr), [Edin Kapic](https://github.com/ekapic), [Josef Benda](https://github.com/SmarterJB), [Nello D'Andrea](https://github.com/ferrarirosso), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Nizar Grindi](https://github.com/NizarGrindi), [Paolo Pialorsi](https://github.com/PaoloPia), [Patrik Hellgren](https://github.com/patrikhellgren), [Peter Paul Kirschner](https://github.com/petkir), [Victor Romanov](https://github.com/VRomanovTau).
|
|
18
28
|
|
|
19
29
|
## 3.11.0
|
|
20
30
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.
|
|
1
|
+
export var version = "3.12.0-beta.3480275";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/spfx-controls-react",
|
|
3
3
|
"description": "Reusable React controls for SharePoint Framework solutions",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.12.0-beta.3480275",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "gulp build",
|
|
7
7
|
"clean": "gulp clean",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"@fluentui/theme": "^2.6.6",
|
|
28
28
|
"@microsoft/mgt-react": "2.6.1",
|
|
29
29
|
"@microsoft/mgt-spfx": "2.6.1",
|
|
30
|
-
"@microsoft/sp-core-library": "1.
|
|
31
|
-
"@microsoft/sp-listview-extensibility": "1.
|
|
32
|
-
"@microsoft/sp-loader": "1.
|
|
33
|
-
"@microsoft/sp-lodash-subset": "1.
|
|
34
|
-
"@microsoft/sp-office-ui-fabric-core": "1.
|
|
35
|
-
"@microsoft/sp-property-pane": "1.
|
|
36
|
-
"@microsoft/sp-webpart-base": "1.
|
|
30
|
+
"@microsoft/sp-core-library": "1.16.0",
|
|
31
|
+
"@microsoft/sp-listview-extensibility": "1.16.0",
|
|
32
|
+
"@microsoft/sp-loader": "1.16.0",
|
|
33
|
+
"@microsoft/sp-lodash-subset": "1.16.0",
|
|
34
|
+
"@microsoft/sp-office-ui-fabric-core": "1.16.0",
|
|
35
|
+
"@microsoft/sp-property-pane": "1.16.0",
|
|
36
|
+
"@microsoft/sp-webpart-base": "1.16.0",
|
|
37
37
|
"@monaco-editor/loader": "^1.3.1",
|
|
38
38
|
"@pnp/sp": "2.5.0",
|
|
39
39
|
"@pnp/telemetry-js": "2.0.0",
|
|
@@ -53,22 +53,22 @@
|
|
|
53
53
|
"moment": "2.29.4",
|
|
54
54
|
"monaco-editor": "^0.32.1",
|
|
55
55
|
"nano-css": "^5.3.4",
|
|
56
|
-
"office-ui-fabric-react": "7.
|
|
57
|
-
"react": "
|
|
56
|
+
"office-ui-fabric-react": "^7.199.1",
|
|
57
|
+
"react": "17.0.1",
|
|
58
58
|
"react-accessible-accordion": "^3.3.3",
|
|
59
|
-
"react-dom": "
|
|
59
|
+
"react-dom": "17.0.1",
|
|
60
60
|
"react-mentions": "^4.3.0",
|
|
61
61
|
"react-quill": "1.3.5",
|
|
62
62
|
"regexify-string": "^1.0.16",
|
|
63
63
|
"spfx-uifabric-themes": "^0.9.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@microsoft/eslint-config-spfx": "1.
|
|
67
|
-
"@microsoft/eslint-plugin-spfx": "1.
|
|
66
|
+
"@microsoft/eslint-config-spfx": "1.16.0",
|
|
67
|
+
"@microsoft/eslint-plugin-spfx": "1.16.0",
|
|
68
68
|
"@microsoft/microsoft-graph-types": "^2.1.0",
|
|
69
69
|
"@microsoft/rush-stack-compiler-4.5": "0.2.2",
|
|
70
|
-
"@microsoft/sp-build-web": "1.
|
|
71
|
-
"@microsoft/sp-module-interfaces": "1.
|
|
70
|
+
"@microsoft/sp-build-web": "1.16.0",
|
|
71
|
+
"@microsoft/sp-module-interfaces": "1.16.0",
|
|
72
72
|
"@rushstack/eslint-config": "2.5.1",
|
|
73
73
|
"@types/chart.js": "2.7.40",
|
|
74
74
|
"@types/enzyme": "^2.8.12",
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"@types/he": "^1.1.2",
|
|
77
77
|
"@types/jest": "25.2.3",
|
|
78
78
|
"@types/lodash": "4.14.149",
|
|
79
|
-
"@types/react": "
|
|
79
|
+
"@types/react": "17.0.45",
|
|
80
|
+
"@types/react-dom": "17.0.17",
|
|
80
81
|
"@types/react-addons-shallow-compare": "0.14.17",
|
|
81
82
|
"@types/react-addons-test-utils": "0.14.15",
|
|
82
83
|
"@types/react-addons-update": "0.14.14",
|
|
83
|
-
"@types/react-dom": "16.9.8",
|
|
84
84
|
"@types/react-mentions": "^4.1.3",
|
|
85
85
|
"@types/sinon": "2.3.4",
|
|
86
|
-
"@types/webpack-env": "1.15.2",
|
|
86
|
+
"@types/webpack-env": "~1.15.2",
|
|
87
87
|
"ajv": "6.12.5",
|
|
88
88
|
"amd-loader": "0.0.8",
|
|
89
89
|
"chai": "^4.3.4",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{
|
|
6
6
|
"componentId": "f9e737b7-f0df-4597-ba8c-3060f82380db",
|
|
7
7
|
"componentName": "@microsoft/sp-property-pane",
|
|
8
|
-
"componentVersion": "1.
|
|
8
|
+
"componentVersion": "1.16.0",
|
|
9
9
|
"isDirectDependency": true
|
|
10
10
|
},
|
|
11
11
|
{
|
|
@@ -17,81 +17,93 @@
|
|
|
17
17
|
{
|
|
18
18
|
"componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
|
|
19
19
|
"componentName": "@microsoft/sp-loader",
|
|
20
|
-
"componentVersion": "1.
|
|
20
|
+
"componentVersion": "1.16.0",
|
|
21
21
|
"isDirectDependency": false
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"componentId": "
|
|
25
|
-
"componentName": "@
|
|
26
|
-
"componentVersion": "
|
|
24
|
+
"componentId": "8496636c-2300-4915-abef-20de64c98d8b",
|
|
25
|
+
"componentName": "@microsoft/sp-http-base",
|
|
26
|
+
"componentVersion": "1.16.0",
|
|
27
27
|
"isDirectDependency": false
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
-
"componentId": "
|
|
31
|
-
"componentName": "@
|
|
32
|
-
"componentVersion": "
|
|
33
|
-
"isDirectDependency": false
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
37
|
-
"componentName": "@microsoft/sp-lodash-subset",
|
|
38
|
-
"componentVersion": "1.15.2",
|
|
30
|
+
"componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
|
|
31
|
+
"componentName": "@ms/sp-telemetry",
|
|
32
|
+
"componentVersion": "0.26.27",
|
|
39
33
|
"isDirectDependency": false
|
|
40
34
|
},
|
|
41
35
|
{
|
|
42
36
|
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
43
37
|
"componentName": "@microsoft/sp-core-library",
|
|
44
|
-
"componentVersion": "1.
|
|
38
|
+
"componentVersion": "1.16.0",
|
|
45
39
|
"isDirectDependency": false
|
|
46
40
|
},
|
|
47
41
|
{
|
|
48
42
|
"componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
|
|
49
43
|
"componentName": "@ms/odsp-core-bundle",
|
|
50
|
-
"componentVersion": "1.
|
|
44
|
+
"componentVersion": "1.3.26",
|
|
51
45
|
"isDirectDependency": false
|
|
52
46
|
},
|
|
53
47
|
{
|
|
54
|
-
"componentId": "
|
|
55
|
-
"componentName": "@microsoft/sp-
|
|
56
|
-
"componentVersion": "1.
|
|
48
|
+
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
49
|
+
"componentName": "@microsoft/sp-lodash-subset",
|
|
50
|
+
"componentVersion": "1.16.0",
|
|
57
51
|
"isDirectDependency": false
|
|
58
52
|
},
|
|
59
53
|
{
|
|
60
54
|
"componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
61
55
|
"componentName": "@microsoft/sp-page-context",
|
|
62
|
-
"componentVersion": "1.
|
|
56
|
+
"componentVersion": "1.16.0",
|
|
63
57
|
"isDirectDependency": false
|
|
64
58
|
},
|
|
65
59
|
{
|
|
66
|
-
"componentId": "
|
|
67
|
-
"componentName": "@microsoft/
|
|
68
|
-
"componentVersion": "
|
|
60
|
+
"componentId": "e40f8203-b39d-425a-a957-714852e33b79",
|
|
61
|
+
"componentName": "@microsoft/sp-dynamic-data",
|
|
62
|
+
"componentVersion": "1.16.0",
|
|
69
63
|
"isDirectDependency": false
|
|
70
64
|
},
|
|
71
65
|
{
|
|
72
|
-
"componentId": "
|
|
73
|
-
"componentName": "@microsoft/sp-
|
|
74
|
-
"componentVersion": "1.
|
|
66
|
+
"componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
|
|
67
|
+
"componentName": "@microsoft/sp-diagnostics",
|
|
68
|
+
"componentVersion": "1.16.0",
|
|
69
|
+
"isDirectDependency": false
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"componentId": "229b8d08-79f3-438b-8c21-4613fc877abd",
|
|
73
|
+
"componentName": "@microsoft/load-themed-styles",
|
|
74
|
+
"componentVersion": "0.1.2",
|
|
75
75
|
"isDirectDependency": false
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"componentId": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
|
|
79
79
|
"componentName": "react",
|
|
80
|
-
"componentVersion": "
|
|
80
|
+
"componentVersion": "17.0.1",
|
|
81
81
|
"isDirectDependency": false
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
"componentId": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
|
|
85
85
|
"componentName": "react-dom",
|
|
86
|
-
"componentVersion": "
|
|
86
|
+
"componentVersion": "17.0.1",
|
|
87
87
|
"isDirectDependency": false
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
91
91
|
"componentName": "@microsoft/sp-component-base",
|
|
92
|
-
"componentVersion": "1.
|
|
92
|
+
"componentVersion": "1.16.0",
|
|
93
93
|
"isDirectDependency": true
|
|
94
94
|
},
|
|
95
|
+
{
|
|
96
|
+
"componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
97
|
+
"componentName": "@microsoft/sp-http",
|
|
98
|
+
"componentVersion": "1.16.0",
|
|
99
|
+
"isDirectDependency": false
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"componentId": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
|
|
103
|
+
"componentName": "@microsoft/sp-http-msgraph",
|
|
104
|
+
"componentVersion": "1.16.0",
|
|
105
|
+
"isDirectDependency": false
|
|
106
|
+
},
|
|
95
107
|
{
|
|
96
108
|
"componentId": "78b11c7d-7ca8-47cb-a93c-d3beabb519a1",
|
|
97
109
|
"componentName": "@microsoft/mgt-spfx",
|
|
@@ -101,7 +113,7 @@
|
|
|
101
113
|
{
|
|
102
114
|
"componentId": "974a7777-0990-4136-8fa6-95d80114c2e0",
|
|
103
115
|
"componentName": "@microsoft/sp-webpart-base",
|
|
104
|
-
"componentVersion": "1.
|
|
116
|
+
"componentVersion": "1.16.0",
|
|
105
117
|
"isDirectDependency": true
|
|
106
118
|
},
|
|
107
119
|
{
|
|
@@ -117,7 +129,7 @@
|
|
|
117
129
|
{
|
|
118
130
|
"componentId": "d37b65ee-c7d8-4570-bc74-2b294ff3b380",
|
|
119
131
|
"componentName": "@microsoft/sp-listview-extensibility",
|
|
120
|
-
"componentVersion": "1.
|
|
132
|
+
"componentVersion": "1.16.0",
|
|
121
133
|
"isDirectDependency": true
|
|
122
134
|
},
|
|
123
135
|
{
|
|
@@ -129,55 +141,55 @@
|
|
|
129
141
|
{
|
|
130
142
|
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
131
143
|
"componentName": "@microsoft/sp-core-library",
|
|
132
|
-
"componentVersion": "1.
|
|
144
|
+
"componentVersion": "1.16.0",
|
|
133
145
|
"isDirectDependency": false
|
|
134
146
|
},
|
|
135
147
|
{
|
|
136
148
|
"componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
|
|
137
149
|
"componentName": "@ms/odsp-core-bundle",
|
|
138
|
-
"componentVersion": "1.
|
|
150
|
+
"componentVersion": "1.3.26",
|
|
139
151
|
"isDirectDependency": false
|
|
140
152
|
},
|
|
141
153
|
{
|
|
142
154
|
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
143
155
|
"componentName": "@microsoft/sp-lodash-subset",
|
|
144
|
-
"componentVersion": "1.
|
|
156
|
+
"componentVersion": "1.16.0",
|
|
145
157
|
"isDirectDependency": false
|
|
146
158
|
},
|
|
147
159
|
{
|
|
148
160
|
"componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
149
161
|
"componentName": "@microsoft/sp-page-context",
|
|
150
|
-
"componentVersion": "1.
|
|
162
|
+
"componentVersion": "1.16.0",
|
|
151
163
|
"isDirectDependency": false
|
|
152
164
|
},
|
|
153
165
|
{
|
|
154
166
|
"componentId": "e40f8203-b39d-425a-a957-714852e33b79",
|
|
155
167
|
"componentName": "@microsoft/sp-dynamic-data",
|
|
156
|
-
"componentVersion": "1.
|
|
168
|
+
"componentVersion": "1.16.0",
|
|
157
169
|
"isDirectDependency": false
|
|
158
170
|
},
|
|
159
171
|
{
|
|
160
172
|
"componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
|
|
161
173
|
"componentName": "@microsoft/sp-diagnostics",
|
|
162
|
-
"componentVersion": "1.
|
|
174
|
+
"componentVersion": "1.16.0",
|
|
163
175
|
"isDirectDependency": false
|
|
164
176
|
},
|
|
165
177
|
{
|
|
166
178
|
"componentId": "0773bd53-a69e-4293-87e6-ba80ea4d614b",
|
|
167
179
|
"componentName": "@microsoft/sp-extension-base",
|
|
168
|
-
"componentVersion": "1.
|
|
180
|
+
"componentVersion": "1.16.0",
|
|
169
181
|
"isDirectDependency": false
|
|
170
182
|
},
|
|
171
183
|
{
|
|
172
184
|
"componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
|
|
173
185
|
"componentName": "@ms/sp-telemetry",
|
|
174
|
-
"componentVersion": "0.
|
|
186
|
+
"componentVersion": "0.26.27",
|
|
175
187
|
"isDirectDependency": false
|
|
176
188
|
},
|
|
177
189
|
{
|
|
178
190
|
"componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
179
191
|
"componentName": "@microsoft/sp-component-base",
|
|
180
|
-
"componentVersion": "1.
|
|
192
|
+
"componentVersion": "1.16.0",
|
|
181
193
|
"isDirectDependency": false
|
|
182
194
|
},
|
|
183
195
|
{
|
|
@@ -189,25 +201,37 @@
|
|
|
189
201
|
{
|
|
190
202
|
"componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
191
203
|
"componentName": "@microsoft/sp-http",
|
|
192
|
-
"componentVersion": "1.
|
|
204
|
+
"componentVersion": "1.16.0",
|
|
205
|
+
"isDirectDependency": false
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"componentId": "8496636c-2300-4915-abef-20de64c98d8b",
|
|
209
|
+
"componentName": "@microsoft/sp-http-base",
|
|
210
|
+
"componentVersion": "1.16.0",
|
|
211
|
+
"isDirectDependency": false
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"componentId": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
|
|
215
|
+
"componentName": "@microsoft/sp-http-msgraph",
|
|
216
|
+
"componentVersion": "1.16.0",
|
|
193
217
|
"isDirectDependency": false
|
|
194
218
|
},
|
|
195
219
|
{
|
|
196
220
|
"componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
|
|
197
221
|
"componentName": "@microsoft/sp-loader",
|
|
198
|
-
"componentVersion": "1.
|
|
222
|
+
"componentVersion": "1.16.0",
|
|
199
223
|
"isDirectDependency": false
|
|
200
224
|
},
|
|
201
225
|
{
|
|
202
226
|
"componentId": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
|
|
203
227
|
"componentName": "react",
|
|
204
|
-
"componentVersion": "
|
|
228
|
+
"componentVersion": "17.0.1",
|
|
205
229
|
"isDirectDependency": true
|
|
206
230
|
},
|
|
207
231
|
{
|
|
208
232
|
"componentId": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
|
|
209
233
|
"componentName": "react-dom",
|
|
210
|
-
"componentVersion": "
|
|
234
|
+
"componentVersion": "17.0.1",
|
|
211
235
|
"isDirectDependency": true
|
|
212
236
|
}
|
|
213
237
|
]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "45165954-80f9-44c1-9967-cd38ae92a33b",
|
|
3
3
|
"alias": "ControlsTestWebPart",
|
|
4
4
|
"componentType": "WebPart",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.12.0",
|
|
6
6
|
"manifestVersion": 2,
|
|
7
7
|
"requiresCustomScript": false,
|
|
8
8
|
"supportsThemeVariants": true,
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"@microsoft/sp-property-pane": {
|
|
41
41
|
"type": "component",
|
|
42
42
|
"id": "f9e737b7-f0df-4597-ba8c-3060f82380db",
|
|
43
|
-
"version": "1.
|
|
43
|
+
"version": "1.16.0"
|
|
44
44
|
},
|
|
45
45
|
"@microsoft/sp-component-base": {
|
|
46
46
|
"type": "component",
|
|
47
47
|
"id": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
48
|
-
"version": "1.
|
|
48
|
+
"version": "1.16.0"
|
|
49
49
|
},
|
|
50
50
|
"@microsoft/sp-lodash-subset": {
|
|
51
51
|
"type": "component",
|
|
52
52
|
"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
53
|
-
"version": "1.
|
|
53
|
+
"version": "1.16.0"
|
|
54
54
|
},
|
|
55
55
|
"ControlStrings": {
|
|
56
56
|
"type": "localizedPath",
|
|
@@ -96,22 +96,22 @@
|
|
|
96
96
|
"@microsoft/sp-core-library": {
|
|
97
97
|
"type": "component",
|
|
98
98
|
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
99
|
-
"version": "1.
|
|
99
|
+
"version": "1.16.0"
|
|
100
100
|
},
|
|
101
101
|
"@microsoft/sp-page-context": {
|
|
102
102
|
"type": "component",
|
|
103
103
|
"id": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
104
|
-
"version": "1.
|
|
104
|
+
"version": "1.16.0"
|
|
105
105
|
},
|
|
106
106
|
"@microsoft/sp-webpart-base": {
|
|
107
107
|
"type": "component",
|
|
108
108
|
"id": "974a7777-0990-4136-8fa6-95d80114c2e0",
|
|
109
|
-
"version": "1.
|
|
109
|
+
"version": "1.16.0"
|
|
110
110
|
},
|
|
111
111
|
"react": {
|
|
112
112
|
"type": "component",
|
|
113
113
|
"id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
|
|
114
|
-
"version": "
|
|
114
|
+
"version": "17.0.1"
|
|
115
115
|
},
|
|
116
116
|
"ControlsTestWebPartStrings": {
|
|
117
117
|
"type": "localizedPath",
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
"react-dom": {
|
|
125
125
|
"type": "component",
|
|
126
126
|
"id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
|
|
127
|
-
"version": "
|
|
127
|
+
"version": "17.0.1"
|
|
128
128
|
},
|
|
129
129
|
"@microsoft/sp-http": {
|
|
130
130
|
"type": "component",
|
|
131
131
|
"id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
132
|
-
"version": "1.
|
|
132
|
+
"version": "1.16.0"
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"alias": "OotbFieldsFieldCustomizer",
|
|
4
4
|
"componentType": "Extension",
|
|
5
5
|
"extensionType": "FieldCustomizer",
|
|
6
|
-
"version": "3.
|
|
6
|
+
"version": "3.12.0",
|
|
7
7
|
"manifestVersion": 2,
|
|
8
8
|
"requiresCustomScript": false,
|
|
9
9
|
"loaderConfig": {
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"@microsoft/sp-listview-extensibility": {
|
|
20
20
|
"type": "component",
|
|
21
21
|
"id": "d37b65ee-c7d8-4570-bc74-2b294ff3b380",
|
|
22
|
-
"version": "1.
|
|
22
|
+
"version": "1.16.0"
|
|
23
23
|
},
|
|
24
24
|
"@microsoft/sp-lodash-subset": {
|
|
25
25
|
"type": "component",
|
|
26
26
|
"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
27
|
-
"version": "1.
|
|
27
|
+
"version": "1.16.0"
|
|
28
28
|
},
|
|
29
29
|
"ControlStrings": {
|
|
30
30
|
"type": "localizedPath",
|
|
@@ -65,22 +65,22 @@
|
|
|
65
65
|
"@microsoft/sp-core-library": {
|
|
66
66
|
"type": "component",
|
|
67
67
|
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
68
|
-
"version": "1.
|
|
68
|
+
"version": "1.16.0"
|
|
69
69
|
},
|
|
70
70
|
"react": {
|
|
71
71
|
"type": "component",
|
|
72
72
|
"id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
|
|
73
|
-
"version": "
|
|
73
|
+
"version": "17.0.1"
|
|
74
74
|
},
|
|
75
75
|
"react-dom": {
|
|
76
76
|
"type": "component",
|
|
77
77
|
"id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
|
|
78
|
-
"version": "
|
|
78
|
+
"version": "17.0.1"
|
|
79
79
|
},
|
|
80
80
|
"@microsoft/sp-http": {
|
|
81
81
|
"type": "component",
|
|
82
82
|
"id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
83
|
-
"version": "1.
|
|
83
|
+
"version": "1.16.0"
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|