Skip to content

Commit

Permalink
Merge pull request #4165 from SherpasGroup/fix-ci-pnpm-install
Browse files Browse the repository at this point in the history
Add pnpm overrides to resolve pnpm build errors after upgrade to SPFx 1.20.0
  • Loading branch information
wobba authored Dec 17, 2024
2 parents bff9b3f + ab35aa3 commit 50f9fd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion search-parts/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
auto-install-peers=true
auto-install-peers=false
strict-peer-dependencies=false
6 changes: 5 additions & 1 deletion search-parts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@
"braces": "3.0.3",
"adaptive-expressions": "4.15.0",
"adaptivecards": "2.11.2",
"adaptivecards-templating": "2.2.0"
"adaptivecards-templating": "2.2.0",
"@pnp/[email protected] > @pnp/common": "1.3.11",
"@pnp/[email protected] > @pnp/common": "1.3.11",
"@pnp/[email protected] > @pnp/common": "1.3.11",
"@pnp/[email protected] > @pnp/common": "1.3.11"
}
}
}

0 comments on commit 50f9fd9

Please sign in to comment.