Added another resolve to help with pnpm issue

This commit is contained in:
Mikael Svenson 2019-10-13 11:39:56 +02:00
parent 4209ddcd0b
commit c06a99a8ca
1 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,8 @@
"node": ">=0.10.0"
},
"resolutions": {
"natives": "1.1.3"
"natives": "1.1.3",
"@types/react": "15.6.6"
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.4.1",
@ -27,7 +28,7 @@
"@microsoft/sp-webpart-workbench": "1.4.1",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"@types/prop-types": "^15.5.3",
"@types/prop-types": "ts2.4",
"ajv": "~5.2.2",
"gulp": "~3.9.1",
"webpack-bundle-analyzer": "^2.13.1"
@ -37,4 +38,4 @@
"clean": "gulp clean",
"test": "gulp test"
}
}
}