@pnp/spfx-controls-react 3.14.0-beta.4579477 → 3.14.0-beta.4709322
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 +3 -1
- package/lib/common/telemetry/version.js +1 -1
- package/lib/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.js +3 -3
- package/lib/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.js.map +1 -1
- package/lib/controls/uploadFiles/components/DocumentList/useDocumentListStyles.d.ts +1 -1
- package/package.json +16 -16
- package/release/component-dependency-audit/sp-dev-fx-controls-react.json +89 -85
- package/release/manifests/45165954-80f9-44c1-9967-cd38ae92a33b.manifest.json +7 -7
- package/release/manifests/57ebd944-98ed-43f9-b722-e959d6dac6ad.manifest.json +4 -4
- package/release/manifests/ca9eac70-7343-4972-88d6-672d50e9cf38.manifest.json +2 -2
- package/release/manifests/f9c6b930-8d5d-4550-bfd9-ed5f6ca443a8.manifest.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [
|
|
8
|
-
"`DateTimePicker`: Fixed DateTimePicker strings in Danish Locale #1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)"
|
|
8
|
+
"`DateTimePicker`: Fixed DateTimePicker strings in Danish Locale #1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)",
|
|
9
|
+
"SharePoint Framework v1.17.1 support"
|
|
9
10
|
],
|
|
10
11
|
"fixes": [
|
|
11
12
|
"`DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)",
|
|
@@ -13,7 +14,8 @@
|
|
|
13
14
|
"`FilePicker`: FIX: recent tab empty until re-render [#1482](https://github.com/pnp/sp-dev-fx-controls-react/issues/1482)",
|
|
14
15
|
"`Dynamic Form`: Adds onListItemLoaded handler to DynamicForm [#1472](https://github.com/pnp/sp-dev-fx-controls-react/issues/1472)",
|
|
15
16
|
"`Dynamic Form`: Fix for the DynamicForm when a defaultValue is null and the code try to call the split method on it. [#1486](https://github.com/pnp/sp-dev-fx-controls-react/pull/1486)",
|
|
16
|
-
"`DynamicForm`: DynamicForm - Fixing Required Multi Field Saving Problem [#1489](https://github.com/pnp/sp-dev-fx-controls-react/issues/1489)"
|
|
17
|
+
"`DynamicForm`: DynamicForm - Fixing Required Multi Field Saving Problem [#1489](https://github.com/pnp/sp-dev-fx-controls-react/issues/1489)",
|
|
18
|
+
"`FolderExplorer`: FolderExplorer doesn't explore folders with ' in the name [#1491](https://github.com/pnp/sp-dev-fx-controls-react/issues/1491)"
|
|
17
19
|
]
|
|
18
20
|
},
|
|
19
21
|
"contributions": [
|
|
@@ -21,6 +23,7 @@
|
|
|
21
23
|
"[Dan Toft](https://github.com/Tanddant)",
|
|
22
24
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
23
25
|
"[Martin Lingstuyl](https://github.com/martinlingstuyl)",
|
|
26
|
+
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
|
|
24
27
|
"[Sergio Villalta](https://github.com/6gal6ler6)",
|
|
25
28
|
"[Josef Benda](https://github.com/SmarterJB)"
|
|
26
29
|
]
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
### Enhancements
|
|
6
6
|
|
|
7
7
|
- `DateTimePicker`: Fixed DateTimePicker strings in Danish Locale #1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)
|
|
8
|
+
- SharePoint Framework v1.17.1 support
|
|
8
9
|
|
|
9
10
|
### Fixes
|
|
10
11
|
|
|
@@ -14,10 +15,11 @@
|
|
|
14
15
|
- `Dynamic Form`: Adds onListItemLoaded handler to DynamicForm [#1472](https://github.com/pnp/sp-dev-fx-controls-react/issues/1472)
|
|
15
16
|
- `Dynamic Form`: Fix for the DynamicForm when a defaultValue is null and the code try to call the split method on it. [#1486](https://github.com/pnp/sp-dev-fx-controls-react/pull/1486)
|
|
16
17
|
- `DynamicForm`: DynamicForm - Fixing Required Multi Field Saving Problem [#1489](https://github.com/pnp/sp-dev-fx-controls-react/issues/1489)
|
|
18
|
+
- `FolderExplorer`: FolderExplorer doesn't explore folders with ' in the name [#1491](https://github.com/pnp/sp-dev-fx-controls-react/issues/1491)
|
|
17
19
|
|
|
18
20
|
### Contributors
|
|
19
21
|
|
|
20
|
-
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Dan Toft](https://github.com/Tanddant), [Guido Zambarda](https://github.com/GuidoZam), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Sergio Villalta](https://github.com/6gal6ler6), [Josef Benda](https://github.com/SmarterJB).
|
|
22
|
+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Dan Toft](https://github.com/Tanddant), [Guido Zambarda](https://github.com/GuidoZam), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Sergio Villalta](https://github.com/6gal6ler6), [Josef Benda](https://github.com/SmarterJB).
|
|
21
23
|
|
|
22
24
|
## 3.13.0
|
|
23
25
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.14.0-beta.
|
|
1
|
+
export var version = "3.14.0-beta.4709322";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -36,7 +36,7 @@ var SiteFilePickerTab = /** @class */ (function (_super) {
|
|
|
36
36
|
var breadcrumbItems = _this.state.breadcrumbItems;
|
|
37
37
|
var breadcrumbClickedItemIndx = 0;
|
|
38
38
|
// Site node clicked
|
|
39
|
-
if (node.libraryData
|
|
39
|
+
if (!node.libraryData && !node.folderData) {
|
|
40
40
|
_this.setState({
|
|
41
41
|
libraryAbsolutePath: undefined,
|
|
42
42
|
libraryPath: undefined,
|
|
@@ -44,13 +44,13 @@ var SiteFilePickerTab = /** @class */ (function (_super) {
|
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
46
|
// Check if it is folder item
|
|
47
|
-
else if (node.folderData
|
|
47
|
+
else if (node.folderData) {
|
|
48
48
|
_this._handleOpenFolder(node.folderData, false);
|
|
49
49
|
// select which node has been clicked
|
|
50
50
|
breadcrumbClickedItemIndx = findIndex(breadcrumbItems, function (item) { return item.folderData && item.folderData.absoluteUrl === node.key; });
|
|
51
51
|
}
|
|
52
52
|
// Check if it is library node
|
|
53
|
-
else if (node.libraryData
|
|
53
|
+
else if (node.libraryData) {
|
|
54
54
|
_this._handleOpenLibrary(node.libraryData, false);
|
|
55
55
|
// select which node has been clicked
|
|
56
56
|
breadcrumbClickedItemIndx = findIndex(breadcrumbItems, function (item) { return item.libraryData && item.libraryData.serverRelativeUrl === node.key; });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SiteFilePickerTab.js","sourceRoot":"","sources":["../../../../src/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,SAAS,MAAM,kBAAkB,CAAC;AAGzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,2DAA2D,CAAC;AACnG,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,8CAA8C,CAAC;AAC5F,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAInE,OAAO,MAAM,MAAM,iCAAiC,CAAC;AACrD,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAExD;IAA+C,qCAAiE;IAG9G,2BAAY,KAA8B;QAA1C,YACE,kBAAM,KAAK,CAAC,SAsCb;QAzCO,gCAA0B,GAA2B,OAAO,CAAC,OAAO,EAAE,CAAC;QA+L/E;;WAEG;QACK,2BAAqB,GAAG,UAAC,IAA8B;YACvD,IAAA,eAAe,GAAK,KAAI,CAAC,KAAK,gBAAf,CAAgB;YACrC,IAAI,yBAAyB,GAAG,CAAC,CAAC;YAClC,oBAAoB;YACpB,IAAI,IAAI,CAAC,WAAW,IAAI,
|
|
1
|
+
{"version":3,"file":"SiteFilePickerTab.js","sourceRoot":"","sources":["../../../../src/controls/filePicker/SiteFilePickerTab/SiteFilePickerTab.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IScrollablePaneStyles } from '@fluentui/react';
|
|
2
2
|
export declare const useDocumentListStyles: () => {
|
|
3
|
-
bootomContainerStyles: import("@
|
|
3
|
+
bootomContainerStyles: import("@fluentui/foundation-legacy").IComponentStyles<import("@fluentui/react").IStackSlots>;
|
|
4
4
|
documentListStyles: import("@fluentui/react").IProcessedStyleSet<{
|
|
5
5
|
fileIconHeaderIcon: {
|
|
6
6
|
padding: number;
|
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.14.0-beta.
|
|
4
|
+
"version": "3.14.0-beta.4709322",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "gulp build",
|
|
7
7
|
"clean": "gulp clean",
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
"@fluentui/react-theme-provider": "^0.19.16",
|
|
27
27
|
"@fluentui/scheme-utilities": "^8.2.12",
|
|
28
28
|
"@fluentui/theme": "^2.6.6",
|
|
29
|
-
"@microsoft/decorators": "1.
|
|
29
|
+
"@microsoft/decorators": "1.17.1",
|
|
30
30
|
"@microsoft/mgt-react": "2.6.1",
|
|
31
31
|
"@microsoft/mgt-spfx": "2.6.1",
|
|
32
|
-
"@microsoft/sp-application-base": "1.
|
|
33
|
-
"@microsoft/sp-core-library": "1.
|
|
34
|
-
"@microsoft/sp-dialog": "1.
|
|
35
|
-
"@microsoft/sp-listview-extensibility": "1.
|
|
36
|
-
"@microsoft/sp-loader": "1.
|
|
37
|
-
"@microsoft/sp-lodash-subset": "1.
|
|
38
|
-
"@microsoft/sp-office-ui-fabric-core": "1.
|
|
39
|
-
"@microsoft/sp-property-pane": "1.
|
|
40
|
-
"@microsoft/sp-webpart-base": "1.
|
|
32
|
+
"@microsoft/sp-application-base": "1.17.1",
|
|
33
|
+
"@microsoft/sp-core-library": "1.17.1",
|
|
34
|
+
"@microsoft/sp-dialog": "1.17.1",
|
|
35
|
+
"@microsoft/sp-listview-extensibility": "1.17.1",
|
|
36
|
+
"@microsoft/sp-loader": "1.17.1",
|
|
37
|
+
"@microsoft/sp-lodash-subset": "1.17.1",
|
|
38
|
+
"@microsoft/sp-office-ui-fabric-core": "1.17.1",
|
|
39
|
+
"@microsoft/sp-property-pane": "1.17.1",
|
|
40
|
+
"@microsoft/sp-webpart-base": "1.17.1",
|
|
41
41
|
"@monaco-editor/loader": "^1.3.1",
|
|
42
42
|
"@pnp/sp": "2.5.0",
|
|
43
43
|
"@pnp/telemetry-js": "2.0.0",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
"spfx-uifabric-themes": "^0.9.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@microsoft/eslint-config-spfx": "1.
|
|
72
|
-
"@microsoft/eslint-plugin-spfx": "1.
|
|
71
|
+
"@microsoft/eslint-config-spfx": "1.17.1",
|
|
72
|
+
"@microsoft/eslint-plugin-spfx": "1.17.1",
|
|
73
73
|
"@microsoft/microsoft-graph-types": "^2.1.0",
|
|
74
74
|
"@microsoft/rush-stack-compiler-4.5": "0.2.2",
|
|
75
|
-
"@microsoft/sp-build-web": "1.
|
|
76
|
-
"@microsoft/sp-module-interfaces": "1.
|
|
75
|
+
"@microsoft/sp-build-web": "1.17.1",
|
|
76
|
+
"@microsoft/sp-module-interfaces": "1.17.1",
|
|
77
77
|
"@rushstack/eslint-config": "2.5.1",
|
|
78
78
|
"@types/chart.js": "2.7.40",
|
|
79
79
|
"@types/enzyme": "^2.8.12",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"react-addons-test-utils": "15.6.0",
|
|
107
107
|
"request-promise": "4.2.5",
|
|
108
108
|
"sonarqube-scanner": "2.8.2",
|
|
109
|
-
"spfx-fast-serve-helpers": "1.
|
|
109
|
+
"spfx-fast-serve-helpers": "1.17.0",
|
|
110
110
|
"ts-jest": "^25.5.1",
|
|
111
111
|
"tslib": "2.3.1",
|
|
112
112
|
"tslint-microsoft-contrib": "6.2.0",
|
|
@@ -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.17.1",
|
|
9
9
|
"isDirectDependency": true
|
|
10
10
|
},
|
|
11
11
|
{
|
|
@@ -17,55 +17,55 @@
|
|
|
17
17
|
{
|
|
18
18
|
"componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
|
|
19
19
|
"componentName": "@microsoft/sp-loader",
|
|
20
|
-
"componentVersion": "1.
|
|
20
|
+
"componentVersion": "1.17.1",
|
|
21
21
|
"isDirectDependency": false
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"componentId": "8496636c-2300-4915-abef-20de64c98d8b",
|
|
25
25
|
"componentName": "@microsoft/sp-http-base",
|
|
26
|
-
"componentVersion": "1.
|
|
26
|
+
"componentVersion": "1.17.1",
|
|
27
27
|
"isDirectDependency": false
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
|
|
31
31
|
"componentName": "@ms/sp-telemetry",
|
|
32
|
-
"componentVersion": "0.
|
|
33
|
-
"isDirectDependency": false
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
37
|
-
"componentName": "@microsoft/sp-core-library",
|
|
38
|
-
"componentVersion": "1.16.1",
|
|
32
|
+
"componentVersion": "0.28.16",
|
|
39
33
|
"isDirectDependency": false
|
|
40
34
|
},
|
|
41
35
|
{
|
|
42
36
|
"componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
|
|
43
37
|
"componentName": "@ms/odsp-core-bundle",
|
|
44
|
-
"componentVersion": "1.3.
|
|
38
|
+
"componentVersion": "1.3.154",
|
|
45
39
|
"isDirectDependency": false
|
|
46
40
|
},
|
|
47
41
|
{
|
|
48
|
-
"componentId": "
|
|
49
|
-
"componentName": "@microsoft/sp-
|
|
50
|
-
"componentVersion": "1.
|
|
42
|
+
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
43
|
+
"componentName": "@microsoft/sp-core-library",
|
|
44
|
+
"componentVersion": "1.17.1",
|
|
51
45
|
"isDirectDependency": false
|
|
52
46
|
},
|
|
53
47
|
{
|
|
54
48
|
"componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
55
49
|
"componentName": "@microsoft/sp-page-context",
|
|
56
|
-
"componentVersion": "1.
|
|
50
|
+
"componentVersion": "1.17.1",
|
|
57
51
|
"isDirectDependency": false
|
|
58
52
|
},
|
|
59
53
|
{
|
|
60
54
|
"componentId": "e40f8203-b39d-425a-a957-714852e33b79",
|
|
61
55
|
"componentName": "@microsoft/sp-dynamic-data",
|
|
62
|
-
"componentVersion": "1.
|
|
56
|
+
"componentVersion": "1.17.1",
|
|
57
|
+
"isDirectDependency": false
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
61
|
+
"componentName": "@microsoft/sp-lodash-subset",
|
|
62
|
+
"componentVersion": "1.17.1",
|
|
63
63
|
"isDirectDependency": false
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
|
|
67
67
|
"componentName": "@microsoft/sp-diagnostics",
|
|
68
|
-
"componentVersion": "1.
|
|
68
|
+
"componentVersion": "1.17.1",
|
|
69
69
|
"isDirectDependency": false
|
|
70
70
|
},
|
|
71
71
|
{
|
|
@@ -89,19 +89,19 @@
|
|
|
89
89
|
{
|
|
90
90
|
"componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
91
91
|
"componentName": "@microsoft/sp-component-base",
|
|
92
|
-
"componentVersion": "1.
|
|
92
|
+
"componentVersion": "1.17.1",
|
|
93
93
|
"isDirectDependency": true
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
97
97
|
"componentName": "@microsoft/sp-http",
|
|
98
|
-
"componentVersion": "1.
|
|
98
|
+
"componentVersion": "1.17.1",
|
|
99
99
|
"isDirectDependency": false
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"componentId": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
|
|
103
103
|
"componentName": "@microsoft/sp-http-msgraph",
|
|
104
|
-
"componentVersion": "1.
|
|
104
|
+
"componentVersion": "1.17.1",
|
|
105
105
|
"isDirectDependency": false
|
|
106
106
|
},
|
|
107
107
|
{
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
{
|
|
114
114
|
"componentId": "974a7777-0990-4136-8fa6-95d80114c2e0",
|
|
115
115
|
"componentName": "@microsoft/sp-webpart-base",
|
|
116
|
-
"componentVersion": "1.
|
|
116
|
+
"componentVersion": "1.17.1",
|
|
117
117
|
"isDirectDependency": true
|
|
118
118
|
},
|
|
119
119
|
{
|
|
@@ -122,14 +122,15 @@
|
|
|
122
122
|
"componentVersion": "0.1.0",
|
|
123
123
|
"isDirectDependency": false
|
|
124
124
|
}
|
|
125
|
-
]
|
|
125
|
+
],
|
|
126
|
+
"asyncChunks": {}
|
|
126
127
|
},
|
|
127
128
|
"ootb-fields-field-customizer": {
|
|
128
129
|
"dependencies": [
|
|
129
130
|
{
|
|
130
131
|
"componentId": "d37b65ee-c7d8-4570-bc74-2b294ff3b380",
|
|
131
132
|
"componentName": "@microsoft/sp-listview-extensibility",
|
|
132
|
-
"componentVersion": "1.
|
|
133
|
+
"componentVersion": "1.17.1",
|
|
133
134
|
"isDirectDependency": true
|
|
134
135
|
},
|
|
135
136
|
{
|
|
@@ -141,55 +142,55 @@
|
|
|
141
142
|
{
|
|
142
143
|
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
143
144
|
"componentName": "@microsoft/sp-core-library",
|
|
144
|
-
"componentVersion": "1.
|
|
145
|
+
"componentVersion": "1.17.1",
|
|
145
146
|
"isDirectDependency": false
|
|
146
147
|
},
|
|
147
148
|
{
|
|
148
149
|
"componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
|
|
149
150
|
"componentName": "@ms/odsp-core-bundle",
|
|
150
|
-
"componentVersion": "1.3.
|
|
151
|
-
"isDirectDependency": false
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
155
|
-
"componentName": "@microsoft/sp-lodash-subset",
|
|
156
|
-
"componentVersion": "1.16.1",
|
|
151
|
+
"componentVersion": "1.3.154",
|
|
157
152
|
"isDirectDependency": false
|
|
158
153
|
},
|
|
159
154
|
{
|
|
160
155
|
"componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
161
156
|
"componentName": "@microsoft/sp-page-context",
|
|
162
|
-
"componentVersion": "1.
|
|
157
|
+
"componentVersion": "1.17.1",
|
|
163
158
|
"isDirectDependency": false
|
|
164
159
|
},
|
|
165
160
|
{
|
|
166
161
|
"componentId": "e40f8203-b39d-425a-a957-714852e33b79",
|
|
167
162
|
"componentName": "@microsoft/sp-dynamic-data",
|
|
168
|
-
"componentVersion": "1.
|
|
163
|
+
"componentVersion": "1.17.1",
|
|
164
|
+
"isDirectDependency": false
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
168
|
+
"componentName": "@microsoft/sp-lodash-subset",
|
|
169
|
+
"componentVersion": "1.17.1",
|
|
169
170
|
"isDirectDependency": false
|
|
170
171
|
},
|
|
171
172
|
{
|
|
172
173
|
"componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
|
|
173
174
|
"componentName": "@microsoft/sp-diagnostics",
|
|
174
|
-
"componentVersion": "1.
|
|
175
|
+
"componentVersion": "1.17.1",
|
|
175
176
|
"isDirectDependency": false
|
|
176
177
|
},
|
|
177
178
|
{
|
|
178
179
|
"componentId": "0773bd53-a69e-4293-87e6-ba80ea4d614b",
|
|
179
180
|
"componentName": "@microsoft/sp-extension-base",
|
|
180
|
-
"componentVersion": "1.
|
|
181
|
+
"componentVersion": "1.17.1",
|
|
181
182
|
"isDirectDependency": false
|
|
182
183
|
},
|
|
183
184
|
{
|
|
184
185
|
"componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
|
|
185
186
|
"componentName": "@ms/sp-telemetry",
|
|
186
|
-
"componentVersion": "0.
|
|
187
|
+
"componentVersion": "0.28.16",
|
|
187
188
|
"isDirectDependency": false
|
|
188
189
|
},
|
|
189
190
|
{
|
|
190
191
|
"componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
191
192
|
"componentName": "@microsoft/sp-component-base",
|
|
192
|
-
"componentVersion": "1.
|
|
193
|
+
"componentVersion": "1.17.1",
|
|
193
194
|
"isDirectDependency": false
|
|
194
195
|
},
|
|
195
196
|
{
|
|
@@ -201,25 +202,25 @@
|
|
|
201
202
|
{
|
|
202
203
|
"componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
203
204
|
"componentName": "@microsoft/sp-http",
|
|
204
|
-
"componentVersion": "1.
|
|
205
|
+
"componentVersion": "1.17.1",
|
|
205
206
|
"isDirectDependency": false
|
|
206
207
|
},
|
|
207
208
|
{
|
|
208
209
|
"componentId": "8496636c-2300-4915-abef-20de64c98d8b",
|
|
209
210
|
"componentName": "@microsoft/sp-http-base",
|
|
210
|
-
"componentVersion": "1.
|
|
211
|
+
"componentVersion": "1.17.1",
|
|
211
212
|
"isDirectDependency": false
|
|
212
213
|
},
|
|
213
214
|
{
|
|
214
215
|
"componentId": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
|
|
215
216
|
"componentName": "@microsoft/sp-http-msgraph",
|
|
216
|
-
"componentVersion": "1.
|
|
217
|
+
"componentVersion": "1.17.1",
|
|
217
218
|
"isDirectDependency": false
|
|
218
219
|
},
|
|
219
220
|
{
|
|
220
221
|
"componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
|
|
221
222
|
"componentName": "@microsoft/sp-loader",
|
|
222
|
-
"componentVersion": "1.
|
|
223
|
+
"componentVersion": "1.17.1",
|
|
223
224
|
"isDirectDependency": false
|
|
224
225
|
},
|
|
225
226
|
{
|
|
@@ -234,14 +235,15 @@
|
|
|
234
235
|
"componentVersion": "17.0.1",
|
|
235
236
|
"isDirectDependency": true
|
|
236
237
|
}
|
|
237
|
-
]
|
|
238
|
+
],
|
|
239
|
+
"asyncChunks": {}
|
|
238
240
|
},
|
|
239
241
|
"controls-test-form-customizer": {
|
|
240
242
|
"dependencies": [
|
|
241
243
|
{
|
|
242
244
|
"componentId": "d37b65ee-c7d8-4570-bc74-2b294ff3b380",
|
|
243
245
|
"componentName": "@microsoft/sp-listview-extensibility",
|
|
244
|
-
"componentVersion": "1.
|
|
246
|
+
"componentVersion": "1.17.1",
|
|
245
247
|
"isDirectDependency": true
|
|
246
248
|
},
|
|
247
249
|
{
|
|
@@ -253,55 +255,55 @@
|
|
|
253
255
|
{
|
|
254
256
|
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
255
257
|
"componentName": "@microsoft/sp-core-library",
|
|
256
|
-
"componentVersion": "1.
|
|
258
|
+
"componentVersion": "1.17.1",
|
|
257
259
|
"isDirectDependency": false
|
|
258
260
|
},
|
|
259
261
|
{
|
|
260
262
|
"componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
|
|
261
263
|
"componentName": "@ms/odsp-core-bundle",
|
|
262
|
-
"componentVersion": "1.3.
|
|
263
|
-
"isDirectDependency": false
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
267
|
-
"componentName": "@microsoft/sp-lodash-subset",
|
|
268
|
-
"componentVersion": "1.16.1",
|
|
264
|
+
"componentVersion": "1.3.154",
|
|
269
265
|
"isDirectDependency": false
|
|
270
266
|
},
|
|
271
267
|
{
|
|
272
268
|
"componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
273
269
|
"componentName": "@microsoft/sp-page-context",
|
|
274
|
-
"componentVersion": "1.
|
|
270
|
+
"componentVersion": "1.17.1",
|
|
275
271
|
"isDirectDependency": false
|
|
276
272
|
},
|
|
277
273
|
{
|
|
278
274
|
"componentId": "e40f8203-b39d-425a-a957-714852e33b79",
|
|
279
275
|
"componentName": "@microsoft/sp-dynamic-data",
|
|
280
|
-
"componentVersion": "1.
|
|
276
|
+
"componentVersion": "1.17.1",
|
|
277
|
+
"isDirectDependency": false
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
281
|
+
"componentName": "@microsoft/sp-lodash-subset",
|
|
282
|
+
"componentVersion": "1.17.1",
|
|
281
283
|
"isDirectDependency": false
|
|
282
284
|
},
|
|
283
285
|
{
|
|
284
286
|
"componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
|
|
285
287
|
"componentName": "@microsoft/sp-diagnostics",
|
|
286
|
-
"componentVersion": "1.
|
|
288
|
+
"componentVersion": "1.17.1",
|
|
287
289
|
"isDirectDependency": false
|
|
288
290
|
},
|
|
289
291
|
{
|
|
290
292
|
"componentId": "0773bd53-a69e-4293-87e6-ba80ea4d614b",
|
|
291
293
|
"componentName": "@microsoft/sp-extension-base",
|
|
292
|
-
"componentVersion": "1.
|
|
294
|
+
"componentVersion": "1.17.1",
|
|
293
295
|
"isDirectDependency": false
|
|
294
296
|
},
|
|
295
297
|
{
|
|
296
298
|
"componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
|
|
297
299
|
"componentName": "@ms/sp-telemetry",
|
|
298
|
-
"componentVersion": "0.
|
|
300
|
+
"componentVersion": "0.28.16",
|
|
299
301
|
"isDirectDependency": false
|
|
300
302
|
},
|
|
301
303
|
{
|
|
302
304
|
"componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
303
305
|
"componentName": "@microsoft/sp-component-base",
|
|
304
|
-
"componentVersion": "1.
|
|
306
|
+
"componentVersion": "1.17.1",
|
|
305
307
|
"isDirectDependency": false
|
|
306
308
|
},
|
|
307
309
|
{
|
|
@@ -313,31 +315,31 @@
|
|
|
313
315
|
{
|
|
314
316
|
"componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
315
317
|
"componentName": "@microsoft/sp-http",
|
|
316
|
-
"componentVersion": "1.
|
|
318
|
+
"componentVersion": "1.17.1",
|
|
317
319
|
"isDirectDependency": false
|
|
318
320
|
},
|
|
319
321
|
{
|
|
320
322
|
"componentId": "8496636c-2300-4915-abef-20de64c98d8b",
|
|
321
323
|
"componentName": "@microsoft/sp-http-base",
|
|
322
|
-
"componentVersion": "1.
|
|
324
|
+
"componentVersion": "1.17.1",
|
|
323
325
|
"isDirectDependency": false
|
|
324
326
|
},
|
|
325
327
|
{
|
|
326
328
|
"componentId": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
|
|
327
329
|
"componentName": "@microsoft/sp-http-msgraph",
|
|
328
|
-
"componentVersion": "1.
|
|
330
|
+
"componentVersion": "1.17.1",
|
|
329
331
|
"isDirectDependency": false
|
|
330
332
|
},
|
|
331
333
|
{
|
|
332
334
|
"componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
|
|
333
335
|
"componentName": "@microsoft/sp-loader",
|
|
334
|
-
"componentVersion": "1.
|
|
336
|
+
"componentVersion": "1.17.1",
|
|
335
337
|
"isDirectDependency": false
|
|
336
338
|
},
|
|
337
339
|
{
|
|
338
340
|
"componentId": "974a7777-0990-4136-8fa6-95d80114c2e0",
|
|
339
341
|
"componentName": "@microsoft/sp-webpart-base",
|
|
340
|
-
"componentVersion": "1.
|
|
342
|
+
"componentVersion": "1.17.1",
|
|
341
343
|
"isDirectDependency": true
|
|
342
344
|
},
|
|
343
345
|
{
|
|
@@ -358,14 +360,15 @@
|
|
|
358
360
|
"componentVersion": "17.0.1",
|
|
359
361
|
"isDirectDependency": true
|
|
360
362
|
}
|
|
361
|
-
]
|
|
363
|
+
],
|
|
364
|
+
"asyncChunks": {}
|
|
362
365
|
},
|
|
363
366
|
"app-controls-test-application-customizer": {
|
|
364
367
|
"dependencies": [
|
|
365
368
|
{
|
|
366
369
|
"componentId": "4df9bb86-ab0a-4aab-ab5f-48bf167048fb",
|
|
367
370
|
"componentName": "@microsoft/sp-application-base",
|
|
368
|
-
"componentVersion": "1.
|
|
371
|
+
"componentVersion": "1.17.1",
|
|
369
372
|
"isDirectDependency": true
|
|
370
373
|
},
|
|
371
374
|
{
|
|
@@ -377,55 +380,55 @@
|
|
|
377
380
|
{
|
|
378
381
|
"componentId": "8496636c-2300-4915-abef-20de64c98d8b",
|
|
379
382
|
"componentName": "@microsoft/sp-http-base",
|
|
380
|
-
"componentVersion": "1.
|
|
383
|
+
"componentVersion": "1.17.1",
|
|
381
384
|
"isDirectDependency": false
|
|
382
385
|
},
|
|
383
386
|
{
|
|
384
387
|
"componentId": "8217e442-8ed3-41fd-957d-b112e841286a",
|
|
385
388
|
"componentName": "@ms/sp-telemetry",
|
|
386
|
-
"componentVersion": "0.
|
|
387
|
-
"isDirectDependency": false
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
391
|
-
"componentName": "@microsoft/sp-core-library",
|
|
392
|
-
"componentVersion": "1.16.1",
|
|
389
|
+
"componentVersion": "0.28.16",
|
|
393
390
|
"isDirectDependency": false
|
|
394
391
|
},
|
|
395
392
|
{
|
|
396
393
|
"componentId": "2e09fb9b-13bb-48f2-859f-97d6fff71176",
|
|
397
394
|
"componentName": "@ms/odsp-core-bundle",
|
|
398
|
-
"componentVersion": "1.3.
|
|
395
|
+
"componentVersion": "1.3.154",
|
|
399
396
|
"isDirectDependency": false
|
|
400
397
|
},
|
|
401
398
|
{
|
|
402
|
-
"componentId": "
|
|
403
|
-
"componentName": "@microsoft/sp-
|
|
404
|
-
"componentVersion": "1.
|
|
399
|
+
"componentId": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
400
|
+
"componentName": "@microsoft/sp-core-library",
|
|
401
|
+
"componentVersion": "1.17.1",
|
|
405
402
|
"isDirectDependency": false
|
|
406
403
|
},
|
|
407
404
|
{
|
|
408
405
|
"componentId": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
409
406
|
"componentName": "@microsoft/sp-page-context",
|
|
410
|
-
"componentVersion": "1.
|
|
407
|
+
"componentVersion": "1.17.1",
|
|
411
408
|
"isDirectDependency": false
|
|
412
409
|
},
|
|
413
410
|
{
|
|
414
411
|
"componentId": "e40f8203-b39d-425a-a957-714852e33b79",
|
|
415
412
|
"componentName": "@microsoft/sp-dynamic-data",
|
|
416
|
-
"componentVersion": "1.
|
|
413
|
+
"componentVersion": "1.17.1",
|
|
414
|
+
"isDirectDependency": false
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"componentId": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
418
|
+
"componentName": "@microsoft/sp-lodash-subset",
|
|
419
|
+
"componentVersion": "1.17.1",
|
|
417
420
|
"isDirectDependency": false
|
|
418
421
|
},
|
|
419
422
|
{
|
|
420
423
|
"componentId": "78359e4b-07c2-43c6-8d0b-d060b4d577e8",
|
|
421
424
|
"componentName": "@microsoft/sp-diagnostics",
|
|
422
|
-
"componentVersion": "1.
|
|
425
|
+
"componentVersion": "1.17.1",
|
|
423
426
|
"isDirectDependency": false
|
|
424
427
|
},
|
|
425
428
|
{
|
|
426
429
|
"componentId": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
427
430
|
"componentName": "@microsoft/sp-component-base",
|
|
428
|
-
"componentVersion": "1.
|
|
431
|
+
"componentVersion": "1.17.1",
|
|
429
432
|
"isDirectDependency": false
|
|
430
433
|
},
|
|
431
434
|
{
|
|
@@ -437,25 +440,25 @@
|
|
|
437
440
|
{
|
|
438
441
|
"componentId": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
439
442
|
"componentName": "@microsoft/sp-http",
|
|
440
|
-
"componentVersion": "1.
|
|
443
|
+
"componentVersion": "1.17.1",
|
|
441
444
|
"isDirectDependency": false
|
|
442
445
|
},
|
|
443
446
|
{
|
|
444
447
|
"componentId": "aec2bbfd-a968-4d5b-a279-12e570f378e6",
|
|
445
448
|
"componentName": "@microsoft/sp-http-msgraph",
|
|
446
|
-
"componentVersion": "1.
|
|
449
|
+
"componentVersion": "1.17.1",
|
|
447
450
|
"isDirectDependency": false
|
|
448
451
|
},
|
|
449
452
|
{
|
|
450
453
|
"componentId": "1c6c9123-7aac-41f3-a376-3caea41ed83f",
|
|
451
454
|
"componentName": "@microsoft/sp-loader",
|
|
452
|
-
"componentVersion": "1.
|
|
455
|
+
"componentVersion": "1.17.1",
|
|
453
456
|
"isDirectDependency": false
|
|
454
457
|
},
|
|
455
458
|
{
|
|
456
459
|
"componentId": "0773bd53-a69e-4293-87e6-ba80ea4d614b",
|
|
457
460
|
"componentName": "@microsoft/sp-extension-base",
|
|
458
|
-
"componentVersion": "1.
|
|
461
|
+
"componentVersion": "1.17.1",
|
|
459
462
|
"isDirectDependency": false
|
|
460
463
|
},
|
|
461
464
|
{
|
|
@@ -470,7 +473,8 @@
|
|
|
470
473
|
"componentVersion": "17.0.1",
|
|
471
474
|
"isDirectDependency": true
|
|
472
475
|
}
|
|
473
|
-
]
|
|
476
|
+
],
|
|
477
|
+
"asyncChunks": {}
|
|
474
478
|
}
|
|
475
479
|
}
|
|
476
480
|
}
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
"@microsoft/sp-property-pane": {
|
|
42
42
|
"type": "component",
|
|
43
43
|
"id": "f9e737b7-f0df-4597-ba8c-3060f82380db",
|
|
44
|
-
"version": "1.
|
|
44
|
+
"version": "1.17.1"
|
|
45
45
|
},
|
|
46
46
|
"@microsoft/sp-component-base": {
|
|
47
47
|
"type": "component",
|
|
48
48
|
"id": "467dc675-7cc5-4709-8aac-78e3b71bd2f6",
|
|
49
|
-
"version": "1.
|
|
49
|
+
"version": "1.17.1"
|
|
50
50
|
},
|
|
51
51
|
"@microsoft/sp-lodash-subset": {
|
|
52
52
|
"type": "component",
|
|
53
53
|
"id": "73e1dc6c-8441-42cc-ad47-4bd3659f8a3a",
|
|
54
|
-
"version": "1.
|
|
54
|
+
"version": "1.17.1"
|
|
55
55
|
},
|
|
56
56
|
"ControlStrings": {
|
|
57
57
|
"type": "localizedPath",
|
|
@@ -97,17 +97,17 @@
|
|
|
97
97
|
"@microsoft/sp-core-library": {
|
|
98
98
|
"type": "component",
|
|
99
99
|
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
100
|
-
"version": "1.
|
|
100
|
+
"version": "1.17.1"
|
|
101
101
|
},
|
|
102
102
|
"@microsoft/sp-page-context": {
|
|
103
103
|
"type": "component",
|
|
104
104
|
"id": "1c4541f7-5c31-41aa-9fa8-fbc9dc14c0a8",
|
|
105
|
-
"version": "1.
|
|
105
|
+
"version": "1.17.1"
|
|
106
106
|
},
|
|
107
107
|
"@microsoft/sp-webpart-base": {
|
|
108
108
|
"type": "component",
|
|
109
109
|
"id": "974a7777-0990-4136-8fa6-95d80114c2e0",
|
|
110
|
-
"version": "1.
|
|
110
|
+
"version": "1.17.1"
|
|
111
111
|
},
|
|
112
112
|
"react": {
|
|
113
113
|
"type": "component",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@microsoft/sp-http": {
|
|
131
131
|
"type": "component",
|
|
132
132
|
"id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
133
|
-
"version": "1.
|
|
133
|
+
"version": "1.17.1"
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
}
|
|
@@ -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.17.1"
|
|
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.17.1"
|
|
28
28
|
},
|
|
29
29
|
"ControlStrings": {
|
|
30
30
|
"type": "localizedPath",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@microsoft/sp-core-library": {
|
|
66
66
|
"type": "component",
|
|
67
67
|
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
68
|
-
"version": "1.
|
|
68
|
+
"version": "1.17.1"
|
|
69
69
|
},
|
|
70
70
|
"react": {
|
|
71
71
|
"type": "component",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@microsoft/sp-http": {
|
|
81
81
|
"type": "component",
|
|
82
82
|
"id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
83
|
-
"version": "1.
|
|
83
|
+
"version": "1.17.1"
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"@microsoft/sp-application-base": {
|
|
20
20
|
"type": "component",
|
|
21
21
|
"id": "4df9bb86-ab0a-4aab-ab5f-48bf167048fb",
|
|
22
|
-
"version": "1.
|
|
22
|
+
"version": "1.17.1"
|
|
23
23
|
},
|
|
24
24
|
"@microsoft/sp-core-library": {
|
|
25
25
|
"type": "component",
|
|
26
26
|
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
27
|
-
"version": "1.
|
|
27
|
+
"version": "1.17.1"
|
|
28
28
|
},
|
|
29
29
|
"TestApplicationCustomizerStrings": {
|
|
30
30
|
"type": "path",
|
|
@@ -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.17.1"
|
|
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.17.1"
|
|
28
28
|
},
|
|
29
29
|
"ControlStrings": {
|
|
30
30
|
"type": "localizedPath",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"@microsoft/sp-core-library": {
|
|
66
66
|
"type": "component",
|
|
67
67
|
"id": "7263c7d0-1d6a-45ec-8d85-d4d1d234171b",
|
|
68
|
-
"version": "1.
|
|
68
|
+
"version": "1.17.1"
|
|
69
69
|
},
|
|
70
70
|
"@microsoft/sp-webpart-base": {
|
|
71
71
|
"type": "component",
|
|
72
72
|
"id": "974a7777-0990-4136-8fa6-95d80114c2e0",
|
|
73
|
-
"version": "1.
|
|
73
|
+
"version": "1.17.1"
|
|
74
74
|
},
|
|
75
75
|
"react": {
|
|
76
76
|
"type": "component",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@microsoft/sp-http": {
|
|
86
86
|
"type": "component",
|
|
87
87
|
"id": "c07208f0-ea3b-4c1a-9965-ac1b825211a6",
|
|
88
|
-
"version": "1.
|
|
88
|
+
"version": "1.17.1"
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
}
|