Skip to content

Commit

Permalink
update mgt versons to use *
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Feb 6, 2024
1 parent a408a81 commit 7183395
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions samples/app/sp-mgt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"tslib": "2.3.1",
"@microsoft/mgt-element": "3.1.3-preview.ec25e57",
"@microsoft/mgt-components": "3.1.3-preview.ec25e57",
"@microsoft/mgt-sharepoint-provider": "3.1.3-preview.ec25e57",
"@microsoft/mgt-element": "*",
"@microsoft/mgt-components": "*",
"@microsoft/mgt-sharepoint-provider": "*",
"@microsoft/sp-core-library": "^1.18.0",
"@microsoft/sp-component-base": "^1.18.0",
"@microsoft/sp-property-pane": "^1.18.0",
Expand Down
8 changes: 4 additions & 4 deletions samples/app/sp-webpart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"
},
"dependencies": {
"@microsoft/mgt-element": "3.1.3-preview.ec25e57",
"@microsoft/mgt-react": "3.1.3-preview.ec25e57",
"@microsoft/mgt-spfx-utils": "3.1.3-preview.ec25e57",
"@microsoft/mgt-sharepoint-provider": "3.1.3-preview.ec25e57",
"@microsoft/mgt-element": "*",
"@microsoft/mgt-react": "*",
"@microsoft/mgt-spfx-utils": "*",
"@microsoft/mgt-sharepoint-provider": "*",
"tslib": "2.3.1",
"react": "17.0.1",
"react-dom": "17.0.1",
Expand Down

0 comments on commit 7183395

Please sign in to comment.