Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 7384a62

Browse files
fix(deps): update dependency swr to v2
1 parent c19486d commit 7384a62

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"react-toastify": "9.1.3",
6666
"react-tsparticles": "2.11.0",
6767
"react-use": "17.4.0",
68-
"swr": "1.3.0",
68+
"swr": "2.2.1",
6969
"telegram-webapps-types": "1.0.5",
7070
"tsparticles": "2.11.0"
7171
},

yarn.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3715,7 +3715,7 @@ cli-width@^3.0.0:
37153715
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
37163716
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
37173717

3718-
client-only@0.0.1:
3718+
client-only@0.0.1, client-only@^0.0.1:
37193719
version "0.0.1"
37203720
resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1"
37213721
integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==
@@ -8845,10 +8845,13 @@ supports-preserve-symlinks-flag@^1.0.0:
88458845
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
88468846
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
88478847

8848-
swr@1.3.0:
8849-
version "1.3.0"
8850-
resolved "https://registry.yarnpkg.com/swr/-/swr-1.3.0.tgz#c6531866a35b4db37b38b72c45a63171faf9f4e8"
8851-
integrity sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==
8848+
swr@2.2.1:
8849+
version "2.2.1"
8850+
resolved "https://registry.yarnpkg.com/swr/-/swr-2.2.1.tgz#19b89a9034a62a73c30dbf06857a0a31981cd60a"
8851+
integrity sha512-KJVA7dGtOBeZ+2sycEuzUfVIP5lZ/cd0xjevv85n2YG0x1uHJQicjAtahVZL6xG3+TjqhbBqimwYzVo3saeVXQ==
8852+
dependencies:
8853+
client-only "^0.0.1"
8854+
use-sync-external-store "^1.2.0"
88528855

88538856
symbol-tree@^3.2.4:
88548857
version "3.2.4"
@@ -9660,7 +9663,7 @@ url-parse@^1.5.3:
96609663
querystringify "^2.1.1"
96619664
requires-port "^1.0.0"
96629665

9663-
use-sync-external-store@1.2.0, use-sync-external-store@^1.0.0:
9666+
use-sync-external-store@1.2.0, use-sync-external-store@^1.0.0, use-sync-external-store@^1.2.0:
96649667
version "1.2.0"
96659668
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
96669669
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==

0 commit comments

Comments
 (0)