Skip to content

Commit 4a3ad16

Browse files
authored
revert: fix(deps): resolve sharp to 0.22.1 (#65)
This reverts commit 0ad407e.
1 parent febbcc5 commit 4a3ad16

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
"typescript": "3.5.1"
112112
},
113113
"resolutions": {
114-
"**/@types/react": "16.8.19",
115-
"sharp": "0.22.1"
114+
"**/@types/react": "16.8.19"
116115
}
117116
}

yarn.lock

+19-15
Original file line numberDiff line numberDiff line change
@@ -2938,6 +2938,13 @@ binary-extensions@^1.0.0:
29382938
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14"
29392939
integrity sha512-DYWGk01lDcxeS/K9IHPGWfT8PsJmbXRtRd2Sx72Tnb8pcYZQFF1oSDb8hJtS1vhp212q1Rzi5dUf9+nq0o9UIg==
29402940

2941+
bindings@^1.3.1:
2942+
version "1.5.0"
2943+
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
2944+
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
2945+
dependencies:
2946+
file-uri-to-path "1.0.0"
2947+
29412948
bl@^1.0.0:
29422949
version "1.2.2"
29432950
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
@@ -3920,22 +3927,14 @@ [email protected], color-string@^1.5.2:
39203927
color-name "^1.0.0"
39213928
simple-swizzle "^0.2.2"
39223929

3923-
color@^3.0.0:
3930+
color@^3.0.0, color@^3.1.0:
39243931
version "3.1.0"
39253932
resolved "https://registry.yarnpkg.com/color/-/color-3.1.0.tgz#d8e9fb096732875774c84bf922815df0308d0ffc"
39263933
integrity sha512-CwyopLkuRYO5ei2EpzpIh6LqJMt6Mt+jZhO5VI5f/wJLZriXQE32/SSqzmrh+QB+AZT81Cj8yv+7zwToW8ahZg==
39273934
dependencies:
39283935
color-convert "^1.9.1"
39293936
color-string "^1.5.2"
39303937

3931-
color@^3.1.1:
3932-
version "3.1.1"
3933-
resolved "https://registry.yarnpkg.com/color/-/color-3.1.1.tgz#7abf5c0d38e89378284e873c207ae2172dcc8a61"
3934-
integrity sha512-PvUltIXRjehRKPSy89VnDWFKY58xyhTLyxIg21vwQBI6qLwZNPmC8k3C1uytIgFKEpOIzN4y32iPm8231zFHIg==
3935-
dependencies:
3936-
color-convert "^1.9.1"
3937-
color-string "^1.5.2"
3938-
39393938
39403939
version "1.0.3"
39413940
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
@@ -6269,6 +6268,11 @@ file-loader@^1.1.11:
62696268
loader-utils "^1.0.2"
62706269
schema-utils "^0.4.5"
62716270

6271+
6272+
version "1.0.0"
6273+
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
6274+
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
6275+
62726276
filename-regex@^2.0.0:
62736277
version "2.0.1"
62746278
resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"
@@ -9869,7 +9873,7 @@ name-all-modules-plugin@^1.0.1:
98699873
resolved "https://registry.yarnpkg.com/name-all-modules-plugin/-/name-all-modules-plugin-1.0.1.tgz#0abfb6ad835718b9fb4def0674e06657a954375c"
98709874
integrity sha1-Cr+2rYNXGLn7Te8GdOBmV6lUN1w=
98719875

9872-
nan@^2.13.2:
9876+
nan@^2.12.1:
98739877
version "2.13.2"
98749878
resolved "https://registry.yarnpkg.com/nan/-/nan-2.13.2.tgz#f51dc7ae66ba7d5d55e1e6d4d8092e802c9aefe7"
98759879
integrity sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==
@@ -11595,10 +11599,10 @@ postcss@^7.0.16:
1159511599
source-map "^0.6.1"
1159611600
supports-color "^6.1.0"
1159711601

11598-
prebuild-install@^5.3.0:
11599-
version "5.3.0"
11600-
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-5.3.0.tgz#58b4d8344e03590990931ee088dd5401b03004c8"
11601-
integrity sha512-aaLVANlj4HgZweKttFNUVNRxDukytuIuxeK2boIMHjagNJCiVKWFsKF4tCE3ql3GbrD2tExPQ7/pwtEJcHNZeg==
11602+
prebuild-install@^5.2.2:
11603+
version "5.2.5"
11604+
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-5.2.5.tgz#c7485911fe98950b7f7cd15bb9daee11b875cc44"
11605+
integrity sha512-6uZgMVg7yDfqlP5CPurVhtq3hUKBFNufiar4J5hZrlHTo59DDBEtyxw01xCdFss9j0Zb9+qzFVf/s4niayba3w==
1160211606
dependencies:
1160311607
detect-libc "^1.0.3"
1160411608
expand-template "^2.0.3"
@@ -13010,7 +13014,7 @@ shallowequal@^1.0.1, shallowequal@^1.0.2:
1301013014
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1301113015
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1301213016

13013-
sharp@0.22.1, sharp@^0.22.1:
13017+
sharp@^0.22.1:
1301413018
version "0.22.1"
1301513019
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.22.1.tgz#a67c0e75567f03dd5a7861b901fec04072c5b0f4"
1301613020
integrity sha512-lXzSk/FL5b/MpWrT1pQZneKe25stVjEbl6uhhJcTULm7PhmJgKKRbTDM/vtjyUuC/RLqL2PRyC4rpKwbv3soEw==

0 commit comments

Comments
 (0)