File tree 2 files changed +7
-5
lines changed
examples/react/nextjs-swr
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 16
16
"next" : " ^13.3.0" ,
17
17
"react" : " ^18.2.0" ,
18
18
"react-dom" : " ^18.2.0" ,
19
- "swr" : " ^1.3 .0"
19
+ "swr" : " ^2.0 .0"
20
20
},
21
21
"devDependencies" : {
22
22
"@graphql-codegen/cli" : " ^5.0.0" ,
Original file line number Diff line number Diff line change @@ -14475,10 +14475,12 @@ swap-case@^2.0.2:
14475
14475
dependencies:
14476
14476
tslib "^2.0.3"
14477
14477
14478
- swr@^1.3.0:
14479
- version "1.3.0"
14480
- resolved "https://registry.yarnpkg.com/swr/-/swr-1.3.0.tgz#c6531866a35b4db37b38b72c45a63171faf9f4e8"
14481
- integrity sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==
14478
+ swr@^2.0.0:
14479
+ version "2.1.5"
14480
+ resolved "https://registry.yarnpkg.com/swr/-/swr-2.1.5.tgz#688effa719c03f6d35c66decbb0f8e79c7190399"
14481
+ integrity sha512-/OhfZMcEpuz77KavXST5q6XE9nrOBOVcBLWjMT+oAE/kQHyE3PASrevXCtQDZ8aamntOfFkbVJp7Il9tNBQWrw==
14482
+ dependencies:
14483
+ use-sync-external-store "^1.2.0"
14482
14484
14483
14485
symbol-observable@^4.0.0:
14484
14486
version "4.0.0"
You can’t perform that action at this time.
0 commit comments