Skip to content

Commit f33e416

Browse files
Updates mgt-spfx to [email protected] (#1691)
1 parent e9f9bd7 commit f33e416

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/mgt-spfx/.yo-rc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@microsoft/generator-sharepoint": {
33
"isCreatingSolution": true,
44
"environment": "spo",
5-
"version": "1.13.0",
5+
"version": "1.14.0",
66
"libraryName": "@microsoft/mgt-spfx",
77
"libraryId": "e342d2ab-fc3f-45f6-93a5-268fd8632211",
88
"packageManager": "npm",

packages/mgt-spfx/config/package-solution.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"solution": {
44
"name": "mgt-spfx-client-side-solution",
55
"id": "e342d2ab-fc3f-45f6-93a5-268fd8632211",
6-
"version": "2.0.1.0",
6+
"version": "2.0.2.0",
77
"includeClientSideAssets": true,
88
"skipFeatureDeployment": true,
99
"isDomainIsolated": false,

packages/mgt-spfx/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-spfx",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "SharePoint Framework library for Microsoft Graph Toolkit",
55
"main": "lib/index.js",
66
"keywords": [
@@ -30,13 +30,13 @@
3030
"@microsoft/mgt-components": "*",
3131
"@microsoft/mgt-element": "*",
3232
"@microsoft/mgt-sharepoint-provider": "*",
33-
"@microsoft/sp-core-library": "1.13.0"
33+
"@microsoft/sp-core-library": "1.14.0"
3434
},
3535
"devDependencies": {
3636
"@microsoft/rush-stack-compiler-3.9": "0.4.47",
37-
"@microsoft/sp-build-web": "1.13.0",
38-
"@microsoft/sp-module-interfaces": "1.13.0",
39-
"@microsoft/sp-tslint-rules": "1.13.0",
37+
"@microsoft/sp-build-web": "1.14.0",
38+
"@microsoft/sp-module-interfaces": "1.14.0",
39+
"@microsoft/sp-tslint-rules": "1.14.0",
4040
"@types/webpack-env": "1.16.0",
4141
"ajv": "~5.2.2",
4242
"gulp": "4.0.2"

0 commit comments

Comments
 (0)