Initial copy of enhanced powerapps

This commit is contained in:
Hugo Bernier 2020-07-26 18:21:58 -04:00
parent 50a061308e
commit b516a6fbcb
3 changed files with 12 additions and 8 deletions

View File

@ -760,13 +760,13 @@ var MANIFESTS_ARRAY = [
"type": "component", "type": "component",
"version": "16.8.5", "version": "16.8.5",
"id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d", "id": "0d910c1c-13b9-4e1c-9aa4-b008c5e42d7d",
"failoverPath": "../../users/hugoa/onedrive/github/react-enhanced-powerapps/node_modules/react/dist/react.js" "failoverPath": "../../../../users/hugoa/onedrive/github/sp-dev-fx-webparts/samples/react-enhanced-powerapps/node_modules/react/dist/react.js"
}, },
"react-dom": { "react-dom": {
"type": "component", "type": "component",
"version": "16.8.5", "version": "16.8.5",
"id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a", "id": "aa0a46ec-1505-43cd-a44a-93f3a5aa460a",
"failoverPath": "../../users/hugoa/onedrive/github/react-enhanced-powerapps/node_modules/react-dom/dist/react-dom.js" "failoverPath": "../../../../users/hugoa/onedrive/github/sp-dev-fx-webparts/samples/react-enhanced-powerapps/node_modules/react-dom/dist/react-dom.js"
} }
} }
} }

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,11 @@
{ {
"_args": [
[
"@microsoft/sp-webpart-workbench@1.11.0",
"C:\\github\\sp-dev-fx-webparts\\samples\\react-enhanced-powerapps"
]
],
"_development": true,
"_from": "@microsoft/sp-webpart-workbench@1.11.0", "_from": "@microsoft/sp-webpart-workbench@1.11.0",
"_id": "@microsoft/sp-webpart-workbench@1.11.0", "_id": "@microsoft/sp-webpart-workbench@1.11.0",
"_inBundle": false, "_inBundle": false,
@ -36,10 +43,8 @@
"#DEV:/" "#DEV:/"
], ],
"_resolved": "https://registry.npmjs.org/@microsoft/sp-webpart-workbench/-/sp-webpart-workbench-1.11.0.tgz", "_resolved": "https://registry.npmjs.org/@microsoft/sp-webpart-workbench/-/sp-webpart-workbench-1.11.0.tgz",
"_shasum": "a9000c60c5fb4ec6be31f74fafd34a6f578519ed", "_spec": "1.11.0",
"_spec": "@microsoft/sp-webpart-workbench@1.11.0", "_where": "C:\\github\\sp-dev-fx-webparts\\samples\\react-enhanced-powerapps",
"_where": "C:\\spfx\\react-enhanced-powerapps",
"bundleDependencies": false,
"dependencies": { "dependencies": {
"@microsoft/gulp-core-build-serve": "3.5.5", "@microsoft/gulp-core-build-serve": "3.5.5",
"@microsoft/node-core-library": "3.15.1", "@microsoft/node-core-library": "3.15.1",
@ -65,7 +70,6 @@
"react-dom": "16.8.5", "react-dom": "16.8.5",
"tslib": "~1.10.0" "tslib": "~1.10.0"
}, },
"deprecated": false,
"description": "The SharePoint Workbench", "description": "The SharePoint Workbench",
"devDependencies": { "devDependencies": {
"@ms/content-handler": "0.1.0", "@ms/content-handler": "0.1.0",