Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b4f76b7

Browse files
authoredSep 26, 2022
Update dependency @heroicons/react to v2
1 parent cb7f044 commit b4f76b7

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed
 

‎app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphql-yoga/render-graphiql": "2.0.0",
13-
"@heroicons/react": "1.0.6",
13+
"@heroicons/react": "2.0.11",
1414
"@supabase/supabase-js": "1.31.2",
1515
"@supabase/ui": "0.36.4",
1616
"autoprefixer": "10.4.4",

‎yarn.lock

+6-16
Original file line numberDiff line numberDiff line change
@@ -887,10 +887,10 @@
887887
resolved "https://registry.yarnpkg.com/@graphql-yoga/render-graphiql/-/render-graphiql-2.0.0.tgz#662df90bd4af0a996be6d9a743fabed6b0497e9d"
888888
integrity sha512-GZuZPCVBpYI0MwaE6nBtrzMoSFyBtiWOUm7i9jbRxu5Sqxuj3Zc0zTaD7V0UQzuPZKzytmMWq2+nbWPIu5FWtg==
889889

890-
"@heroicons/react@1.0.6":
891-
version "1.0.6"
892-
resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-1.0.6.tgz#35dd26987228b39ef2316db3b1245c42eb19e324"
893-
integrity sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==
890+
"@heroicons/react@2.0.11":
891+
version "2.0.11"
892+
resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.11.tgz#2c6cf4c66d81142ec87c102502407d8c353558bb"
893+
integrity sha512-bASjOgSSaYj8HqXWsOqaBiB6ZLalE/g90WYGgZ5lPm4KCCG7wPXntY4kzHf5NrLh6UBAcnPwvbiw1Ne9GYfJtw==
894894

895895
"@humanwhocodes/config-array@^0.10.5":
896896
version "0.10.5"
@@ -3478,16 +3478,11 @@ levn@^0.4.1:
34783478
prelude-ls "^1.2.1"
34793479
type-check "~0.4.0"
34803480

3481-
lilconfig@2.0.4:
3481+
lilconfig@2.0.4, lilconfig@^2.0.4:
34823482
version "2.0.4"
34833483
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
34843484
integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
34853485

3486-
lilconfig@^2.0.4:
3487-
version "2.0.5"
3488-
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25"
3489-
integrity sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==
3490-
34913486
lines-and-columns@^1.1.6:
34923487
version "1.2.4"
34933488
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
@@ -3816,16 +3811,11 @@ ms@2.0.0:
38163811
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
38173812
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
38183813

3819-
ms@2.1.2:
3814+
ms@2.1.2, ms@^2.1.1:
38203815
version "2.1.2"
38213816
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
38223817
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
38233818

3824-
ms@^2.1.1:
3825-
version "2.1.3"
3826-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
3827-
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
3828-
38293819
mute-stream@0.0.8:
38303820
version "0.0.8"
38313821
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"

0 commit comments

Comments
 (0)
Please sign in to comment.