Skip to content

Commit

Permalink
Merge pull request chakra-ui#4300 from anubra266/fix/sharp-on-m1
Browse files Browse the repository at this point in the history
fix(dependency): sharp on m1
  • Loading branch information
with-heart authored Jul 3, 2021
2 parents 7d9cb19 + 4d942c4 commit 1890fb4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"react-table": "7.6.2",
"react-test-renderer": "^17.0.1",
"rimraf": "3.0.2",
"sharp": "0.27.0",
"sharp": "0.28.0",
"shelljs": "0.8.4",
"storybook-addon-performance": "0.15.2",
"ts-jest": "26.4.4",
Expand Down
43 changes: 34 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2243,6 +2243,14 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@chakra-ui/machine@*":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@chakra-ui/machine/-/machine-1.4.1.tgz#d0464bfa5e65d61f8e0fadd76be223245d9a5608"
integrity sha512-F+Tk5EeAonXIY2d/WRQUPrbABvWPtlmJ87NWhTpz7KJzwqBRgpXJnXmOC6czz11XcoJHnDW1mwg5ydTzQG6OHg==
dependencies:
nanoid "^3.1.22"
valtio "^1.0.3"

"@changesets/apply-release-plan@^4.0.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-4.1.0.tgz#ec67c9a0f507c19740d9344766e37dd51fc981ee"
Expand Down Expand Up @@ -21669,6 +21677,25 @@ prebuild-install@^6.0.0:
tunnel-agent "^0.6.0"
which-pm-runs "^1.0.0"

prebuild-install@^6.0.1:
version "6.1.3"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.3.tgz#8ea1f9d7386a0b30f7ef20247e36f8b2b82825a2"
integrity sha512-iqqSR84tNYQUQHRXalSKdIaM8Ov1QxOVuBNWI7+BzZWv6Ih9k75wOnH1rGQ9WWTaaLkTpxWKIciOF0KyfM74+Q==
dependencies:
detect-libc "^1.0.3"
expand-template "^2.0.3"
github-from-package "0.0.0"
minimist "^1.2.3"
mkdirp-classic "^0.5.3"
napi-build-utils "^1.0.1"
node-abi "^2.21.0"
npmlog "^4.0.1"
pump "^3.0.0"
rc "^1.2.7"
simple-get "^3.0.3"
tar-fs "^2.0.0"
tunnel-agent "^0.6.0"

prebuild-install@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.1.tgz#6754fa6c0d55eced7f9e14408ff9e4cba6f097b4"
Expand Down Expand Up @@ -24138,19 +24165,17 @@ [email protected]:
tar-fs "^2.1.1"
tunnel-agent "^0.6.0"

sharp@0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.27.0.tgz#523fba913ba674985dcc688a6a5237384079d80f"
integrity sha512-II+YBCW3JuVWQZdpTEA2IBjJcYXPuoKo3AUqYuW+FK9Um93v2gPE2ihICCsN5nHTUoP8WCjqA83c096e8n//Rw==
sharp@0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.28.0.tgz#93297cec530b3709e11677cf41565d9a654075a0"
integrity sha512-kGTaWLNMCkLYxkH2Pv7s+5LQBnWQ4mRKXs1XD19AWOxShWvU8b78qaWqTR/4ryNcPORO+qBoBnFF/Lzda5HgkQ==
dependencies:
array-flatten "^3.0.0"
color "^3.1.3"
detect-libc "^1.0.3"
node-addon-api "^3.1.0"
npmlog "^4.1.2"
prebuild-install "^6.0.0"
semver "^7.3.4"
simple-get "^4.0.0"
prebuild-install "^6.0.1"
semver "^7.3.5"
simple-get "^3.1.0"
tar-fs "^2.1.1"
tunnel-agent "^0.6.0"

Expand Down

0 comments on commit 1890fb4

Please sign in to comment.