Skip to content

Commit

Permalink
Removed sharp from package.json (#12489)
Browse files Browse the repository at this point in the history
### 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:/Shopify/polaris/blob/main/README.md#install-dependencies-and-build-workspaces)
🗒 [General tophatting
guidelines](https:/Shopify/polaris/blob/main/documentation/Tophatting.md)
📄 [Changelog
guidelines](https:/Shopify/polaris/blob/main/.github/CONTRIBUTING.md#changelog)

### 🎩 checklist

- [ ] Tested a
[snapshot](https:/Shopify/polaris/blob/main/documentation/Releasing.md#-snapshot-releases)
- [ ] Tested on
[mobile](https:/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:/Shopify/polaris/blob/main/documentation/Accessibility%20testing.md)
- [ ] Updated the component's `README.md` with documentation changes
- [ ] [Tophatted
documentation](https:/Shopify/polaris/blob/main/documentation/Tophatting%20documentation.md)
changes in the style guide
  • Loading branch information
qdietrich authored Aug 1, 2024
1 parent 8c37c3d commit a52c476
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 48 deletions.
67 changes: 20 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"remark-unwrap-images": "^3.0.1",
"sharp": "^0.31.2",
"terminate": "^2.6.1",
"use-dark-mode": "^2.3.1",
"uuid": "^9.0.0",
Expand Down

0 comments on commit a52c476

Please sign in to comment.