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 801c30a

Browse files
authoredDec 18, 2023
fix(deps): update dependency @heroicons/react to v2
1 parent 68959f7 commit 801c30a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.13.12",
13-
"@heroicons/react": "1.0.6",
13+
"@heroicons/react": "2.1.1",
1414
"@supabase/supabase-js": "1.35.7",
1515
"@supabase/ui": "0.36.5",
1616
"autoprefixer": "10.4.12",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -909,10 +909,10 @@
909909
resolved "https://registry.yarnpkg.com/@graphql-yoga/render-graphiql/-/render-graphiql-2.13.12.tgz#7cee57624a854739e866c8c1364fa1840fcfe6b0"
910910
integrity sha512-l1H8/kwW3FlifeMXI59o+LOSkKHXoxPP5q3H/F5oUKtxMp8Dqfd0CQq2qdW6/ef7q3watrPOggkv4dn5MsPN5g==
911911

912-
"@heroicons/react@1.0.6":
913-
version "1.0.6"
914-
resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-1.0.6.tgz#35dd26987228b39ef2316db3b1245c42eb19e324"
915-
integrity sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==
912+
"@heroicons/react@2.1.1":
913+
version "2.1.1"
914+
resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.1.1.tgz#422deb80c4d6caf3371aec6f4bee8361a354dc13"
915+
integrity sha512-JyyN9Lo66kirbCMuMMRPtJxtKJoIsXKS569ebHGGRKbl8s4CtUfLnyKJxteA+vIKySocO4s1SkTkGS4xtG/yEA==
916916

917917
"@humanwhocodes/config-array@^0.10.5":
918918
version "0.10.5"

0 commit comments

Comments
 (0)
Please sign in to comment.