Added another resolve to help with pnpm issue
This commit is contained in:
parent
4209ddcd0b
commit
c06a99a8ca
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue