mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
Upgraded to SPFx 1.10.0
This commit is contained in:
parent
2877b7fe47
commit
e396aa823d
@ -2,7 +2,7 @@
|
|||||||
"@microsoft/generator-sharepoint": {
|
"@microsoft/generator-sharepoint": {
|
||||||
"isCreatingSolution": true,
|
"isCreatingSolution": true,
|
||||||
"environment": "spo",
|
"environment": "spo",
|
||||||
"version": "1.8.2",
|
"version": "1.10.0",
|
||||||
"libraryName": "react-graph-feedback-form",
|
"libraryName": "react-graph-feedback-form",
|
||||||
"libraryId": "8cf91ad7-be8e-4f6c-a1eb-a790f3ef5a32",
|
"libraryId": "8cf91ad7-be8e-4f6c-a1eb-a790f3ef5a32",
|
||||||
"packageManager": "npm",
|
"packageManager": "npm",
|
||||||
|
@ -8,7 +8,7 @@ Sample SPFx React web part which allows sending emails using Microsoft Graph.
|
|||||||
|
|
||||||
## Used SharePoint Framework Version
|
## Used SharePoint Framework Version
|
||||||
|
|
||||||
![drop](https://img.shields.io/badge/version-1.9.1-green.svg)
|
![1.10.0](https://img.shields.io/badge/version-1.10.0-green.svg)
|
||||||
|
|
||||||
## Applies to
|
## Applies to
|
||||||
|
|
||||||
@ -27,6 +27,7 @@ Version|Date|Comments
|
|||||||
-------|----|--------
|
-------|----|--------
|
||||||
1.0.0|August 12, 2019|Initial release
|
1.0.0|August 12, 2019|Initial release
|
||||||
1.0.3|Dec 15, 2019|Added Logger (@pnp/logging), Added max message length property (PropertyFieldNumber control from spfx-controls-react), Code refactoring, SPFx updated to 1.9.1
|
1.0.3|Dec 15, 2019|Added Logger (@pnp/logging), Added max message length property (PropertyFieldNumber control from spfx-controls-react), Code refactoring, SPFx updated to 1.9.1
|
||||||
|
1.0.4|May 15, 2020|Upgraded to SPFx 1.10.0 (Hugo Bernier)
|
||||||
|
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"solution": {
|
"solution": {
|
||||||
"name": "spfx-feedback-form-client-side-solution",
|
"name": "spfx-feedback-form-client-side-solution",
|
||||||
"id": "8cf91ad7-be8e-4f6c-a1eb-a790f3ef5a32",
|
"id": "8cf91ad7-be8e-4f6c-a1eb-a790f3ef5a32",
|
||||||
"version": "1.0.0.5",
|
"version": "1.0.4.0",
|
||||||
"includeClientSideAssets": true,
|
"includeClientSideAssets": true,
|
||||||
"isDomainIsolated": false,
|
"isDomainIsolated": false,
|
||||||
"webApiPermissionRequests": [
|
"webApiPermissionRequests": [
|
||||||
|
15656
samples/react-graph-feedback-form/package-lock.json
generated
15656
samples/react-graph-feedback-form/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "react-graph-feedback-form",
|
"name": "react-graph-feedback-form",
|
||||||
"version": "1.0.3",
|
"main": "lib/index.js",
|
||||||
|
"version": "1.0.4",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Sergei Zheleznov",
|
"name": "Sergei Zheleznov",
|
||||||
"url": "https://collabstack.de"
|
"url": "https://collabstack.de"
|
||||||
@ -16,31 +17,33 @@
|
|||||||
"test": "gulp test"
|
"test": "gulp test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/sp-core-library": "1.9.1",
|
"@microsoft/sp-core-library": "1.10.0",
|
||||||
"@microsoft/sp-lodash-subset": "1.9.1",
|
"@microsoft/sp-lodash-subset": "1.10.0",
|
||||||
"@microsoft/sp-office-ui-fabric-core": "1.9.1",
|
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
|
||||||
"@microsoft/sp-property-pane": "1.9.1",
|
"@microsoft/sp-property-pane": "1.10.0",
|
||||||
"@microsoft/sp-webpart-base": "1.9.1",
|
"@microsoft/sp-webpart-base": "1.10.0",
|
||||||
"@pnp/logging": "^1.3.6",
|
"@pnp/logging": "^1.3.6",
|
||||||
|
"@pnp/office365-cli": "^2.9.0",
|
||||||
"@pnp/spfx-property-controls": "1.16.0",
|
"@pnp/spfx-property-controls": "1.16.0",
|
||||||
"@types/es6-promise": "0.0.33",
|
"@types/es6-promise": "0.0.33",
|
||||||
"@types/react": "16.7.22",
|
"@types/react": "16.7.22",
|
||||||
"@types/react-dom": "16.8.0",
|
"@types/react-dom": "16.8.3",
|
||||||
"@types/webpack-env": "1.13.1",
|
"@types/webpack-env": "1.13.1",
|
||||||
"office-ui-fabric-react": "^6.143.0",
|
"office-ui-fabric-react": "6.189.2",
|
||||||
"react": "16.7.0",
|
"react": "16.8.5",
|
||||||
"react-dom": "16.7.0"
|
"react-dom": "16.8.5"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/react": "16.7.22"
|
"@types/react": "16.8.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@microsoft/microsoft-graph-types": "^1.10.0",
|
"@microsoft/microsoft-graph-types": "^1.10.0",
|
||||||
"@microsoft/rush-stack-compiler-2.9": "0.9.10",
|
"@microsoft/rush-stack-compiler-2.9": "0.9.10",
|
||||||
"@microsoft/sp-build-web": "1.9.1",
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
||||||
"@microsoft/sp-module-interfaces": "1.9.1",
|
"@microsoft/sp-build-web": "1.10.0",
|
||||||
"@microsoft/sp-tslint-rules": "1.9.1",
|
"@microsoft/sp-module-interfaces": "1.10.0",
|
||||||
"@microsoft/sp-webpart-workbench": "1.9.1",
|
"@microsoft/sp-tslint-rules": "1.10.0",
|
||||||
|
"@microsoft/sp-webpart-workbench": "1.10.0",
|
||||||
"@types/chai": "4.2.7",
|
"@types/chai": "4.2.7",
|
||||||
"@types/mocha": "5.2.7",
|
"@types/mocha": "5.2.7",
|
||||||
"ajv": "~5.2.2",
|
"ajv": "~5.2.2",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extends": "./node_modules/@microsoft/rush-stack-compiler-2.9/includes/tsconfig-web.json",
|
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.3/includes/tsconfig-web.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user