From c06a99a8ca8f4644fcc1fb06823e757141a54414 Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Sun, 13 Oct 2019 11:39:56 +0200 Subject: [PATCH] Added another resolve to help with pnpm issue --- samples/react-script-editor/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/samples/react-script-editor/package.json b/samples/react-script-editor/package.json index 2b8474970..8fceab00f 100644 --- a/samples/react-script-editor/package.json +++ b/samples/react-script-editor/package.json @@ -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" } -} +} \ No newline at end of file