File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 462
462
"react-dom" : " ^18.2.0" ,
463
463
"ssh2" : " ^1.14.0" ,
464
464
"style-loader" : " ^3.3.3" ,
465
- "swr" : " ^2.2.0 " ,
465
+ "swr" : " ^2.2.2 " ,
466
466
"tailwindcss" : " ^3.3.3" ,
467
467
"ts-loader" : " ^9.4.4" ,
468
468
"typescript" : " ^5.1.6" ,
Original file line number Diff line number Diff line change @@ -1717,6 +1717,11 @@ cli-width@^3.0.0:
1717
1717
resolved "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz"
1718
1718
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
1719
1719
1720
+ client-only@^0.0.1 :
1721
+ version "0.0.1"
1722
+ resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1"
1723
+ integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==
1724
+
1720
1725
cliui@^8.0.1 :
1721
1726
version "8.0.1"
1722
1727
resolved "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz"
@@ -5729,11 +5734,12 @@ supports-preserve-symlinks-flag@^1.0.0:
5729
5734
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
5730
5735
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
5731
5736
5732
- swr@^2.2.0 :
5733
- version "2.2.0 "
5734
- resolved "https://registry.yarnpkg.com/swr/-/swr-2.2.0 .tgz#575c6ac1bec087847f4c86a39ccbc0043c834d6a "
5735
- integrity sha512-AjqHOv2lAhkuUdIiBu9xbuettzAzWXmCEcLONNKJRba87WAefz8Ca9d6ds/SzrPc235n1IxWYdhJ2zF3MNUaoQ ==
5737
+ swr@^2.2.2 :
5738
+ version "2.2.2 "
5739
+ resolved "https://registry.yarnpkg.com/swr/-/swr-2.2.2 .tgz#abcb1f9c97e10527789884169d58b878472d4c98 "
5740
+ integrity sha512-CbR41AoMD4TQBQw9ic3GTXspgfM9Y8Mdhb5Ob4uIKXhWqnRLItwA5fpGvB7SmSw3+zEjb0PdhiEumtUvYoQ+bQ ==
5736
5741
dependencies :
5742
+ client-only "^0.0.1"
5737
5743
use-sync-external-store "^1.2.0"
5738
5744
5739
5745
tabbable@^5.2.0 :
You can’t perform that action at this time.
0 commit comments