Fixed for building on node10+win10 and newer SPFx installed

This commit is contained in:
Mikael Svenson 2019-09-12 08:57:34 +02:00
parent 40e1a7a30a
commit 7450d5547c
2 changed files with 18633 additions and 20209 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,9 @@
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"
}, },
"resolutions": {
"natives": "1.1.3"
},
"dependencies": { "dependencies": {
"@microsoft/load-themed-styles": "^1.4.1", "@microsoft/load-themed-styles": "^1.4.1",
"@microsoft/sp-core-library": "1.4.1", "@microsoft/sp-core-library": "1.4.1",
@ -24,6 +27,7 @@
"@microsoft/sp-webpart-workbench": "1.4.1", "@microsoft/sp-webpart-workbench": "1.4.1",
"@types/chai": "3.4.34", "@types/chai": "3.4.34",
"@types/mocha": "2.2.38", "@types/mocha": "2.2.38",
"@types/prop-types": "^15.5.3",
"ajv": "~5.2.2", "ajv": "~5.2.2",
"gulp": "~3.9.1", "gulp": "~3.9.1",
"webpack-bundle-analyzer": "^2.13.1" "webpack-bundle-analyzer": "^2.13.1"
@ -33,4 +37,4 @@
"clean": "gulp clean", "clean": "gulp clean",
"test": "gulp test" "test": "gulp test"
} }
} }