Updated dependencies to use 2.3.0 version of @pnp/spfx-controls-react along with some additional @pnp related libraries and newer version of office-ui-fabric-react

This commit is contained in:
jack-vinitsky 2021-01-05 17:43:45 -05:00
parent 2549f3e3c8
commit 1ddacebe44
1 changed files with 7 additions and 7 deletions

View File

@ -17,17 +17,17 @@
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
"@microsoft/sp-property-pane": "1.10.0",
"@microsoft/sp-webpart-base": "1.10.0",
"@pnp/common": "^1.3.4",
"@pnp/logging": "^1.3.4",
"@pnp/odata": "^1.3.4",
"@pnp/sp": "^1.3.4",
"@pnp/spfx-controls-react": "1.14.0",
"@pnp/common": "^1.3.11",
"@pnp/logging": "^1.3.11",
"@pnp/odata": "^1.3.11",
"@pnp/sp": "^1.3.11",
"@pnp/spfx-controls-react": "2.3.0",
"@pnp/spfx-property-controls": "1.16.0",
"@types/es6-promise": "0.0.33",
"@types/react": "16.8.8",
"@types/react-dom": "16.8.3",
"@types/webpack-env": "1.13.1",
"office-ui-fabric-react": "6.189.2",
"office-ui-fabric-react": "6.214.0",
"react": "16.8.5",
"react-accessible-accordion": "^3.0.0",
"react-dom": "16.8.5"
@ -47,4 +47,4 @@
"ajv": "~5.2.2",
"gulp": "~3.9.1"
}
}
}