Skip to content

Commit a52c476

Browse files
authored
Removed sharp from package.json (#12489)
### WHY are these changes introduced? The reference to sharp package.json was causing issues in running local builds. Removing the reference to resolve the issue. ### WHAT is this pull request doing? Removed line ` "sharp": "^0.31.2",` from package.json ### How to 🎩 🖥 [Local development instructions](https://github.com/Shopify/polaris/blob/main/README.md#install-dependencies-and-build-workspaces) 🗒 [General tophatting guidelines](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md) 📄 [Changelog guidelines](https://github.com/Shopify/polaris/blob/main/.github/CONTRIBUTING.md#changelog) ### 🎩 checklist - [ ] Tested a [snapshot](https://github.com/Shopify/polaris/blob/main/documentation/Releasing.md#-snapshot-releases) - [ ] Tested on [mobile](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting.md#cross-browser-testing) - [ ] Tested on [multiple browsers](https://help.shopify.com/en/manual/shopify-admin/supported-browsers) - [ ] Tested for [accessibility](https://github.com/Shopify/polaris/blob/main/documentation/Accessibility%20testing.md) - [ ] Updated the component's `README.md` with documentation changes - [ ] [Tophatted documentation](https://github.com/Shopify/polaris/blob/main/documentation/Tophatting%20documentation.md) changes in the style guide
1 parent 8c37c3d commit a52c476

File tree

2 files changed

+20
-48
lines changed

2 files changed

+20
-48
lines changed

pnpm-lock.yaml

Lines changed: 20 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

polaris.shopify.com/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"remark-gfm": "^3.0.1",
5858
"remark-slug": "^7.0.1",
5959
"remark-unwrap-images": "^3.0.1",
60-
"sharp": "^0.31.2",
6160
"terminate": "^2.6.1",
6261
"use-dark-mode": "^2.3.1",
6362
"uuid": "^9.0.0",

0 commit comments

Comments
 (0)