File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 42
42
"graphql-request" : " ^4.0.0" ,
43
43
"micromatch" : " ^4.0.4" ,
44
44
"pascal-case" : " ^3.1.2" ,
45
- "swr" : " ^1 .0.0" ,
45
+ "swr" : " ^2 .0.0" ,
46
46
"tslib" : " ^2.2.0"
47
47
},
48
48
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -2111,10 +2111,10 @@ dependency-graph@^0.11.0:
2111
2111
resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.11.0.tgz#ac0ce7ed68a54da22165a85e97a01d53f5eb2e27"
2112
2112
integrity sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==
2113
2113
2114
- dequal@2.0.2 :
2115
- version "2.0.2 "
2116
- resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.2 .tgz#85ca22025e3a87e65ef75a7a437b35284a7e319d "
2117
- integrity sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug ==
2114
+ dequal@^ 2.0.3 :
2115
+ version "2.0.3 "
2116
+ resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3 .tgz#2644214f1997d39ed0ee0ece72335490a7ac67be "
2117
+ integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA ==
2118
2118
2119
2119
detect-newline@^3.0.0 :
2120
2120
version "3.1.0"
@@ -4948,12 +4948,13 @@ swap-case@^2.0.2:
4948
4948
dependencies :
4949
4949
tslib "^2.0.3"
4950
4950
4951
- swr@^1 .0.0 :
4952
- version "1.0.1 "
4953
- resolved "https://registry.yarnpkg.com/swr/-/swr-1.0.1 .tgz#15f62846b87ee000e52fa07812bb65eb62d79483 "
4954
- integrity sha512-EPQAxSjoD4IaM49rpRHK0q+/NzcwoT8c0/Ylu/u3/6mFj/CWnQVjNJ0MV2Iuw/U+EJSd2TX5czdAwKPYZIG0YA ==
4951
+ swr@^2 .0.0 :
4952
+ version "2.3.5 "
4953
+ resolved "https://registry.yarnpkg.com/swr/-/swr-2.3.5 .tgz#f83ceab400bc4901420e0bdae8879f96a22254b8 "
4954
+ integrity sha512-4e7pjTVulZTIL+b/S0RYFsgDcTcXPLUOvBPqyh9YdD+PkHeEMoaPwDmF9Kv6I1nnPg1OFKhiiEYpsYaaE2W2jA ==
4955
4955
dependencies :
4956
- dequal "2.0.2"
4956
+ dequal "^2.0.3"
4957
+ use-sync-external-store "^1.4.0"
4957
4958
4958
4959
synckit@^0.8.5 :
4959
4960
version "0.8.5"
@@ -5155,6 +5156,11 @@ uri-js@^4.2.2:
5155
5156
dependencies :
5156
5157
punycode "^2.1.0"
5157
5158
5159
+ use-sync-external-store@^1.4.0 :
5160
+ version "1.5.0"
5161
+ resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz#55122e2a3edd2a6c106174c27485e0fd59bcfca0"
5162
+ integrity sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==
5163
+
5158
5164
uuid@^8.3.2 :
5159
5165
version "8.3.2"
5160
5166
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
You can’t perform that action at this time.
0 commit comments