Skip to content

Commit

Permalink
test(dependencies): update
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed Apr 3, 2023
1 parent b102f54 commit 2f700d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@tanstack/vue-query": "^4.22.0",
"axios": "^0.26.1",
"msw": "^0.35.0",
"swr": "^1.0.1"
"swr": "^2.1.2"
}
}
15 changes: 5 additions & 10 deletions tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,6 @@ define-properties@^1.1.2, define-properties@^1.1.3:
dependencies:
object-keys "^1.0.12"

[email protected]:
version "2.0.2"
resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.2.tgz#85ca22025e3a87e65ef75a7a437b35284a7e319d"
integrity sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==

emoji-regex@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
Expand Down Expand Up @@ -1079,12 +1074,12 @@ supports-color@^7.1.0:
dependencies:
has-flag "^4.0.0"

swr@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/swr/-/swr-1.0.1.tgz#15f62846b87ee000e52fa07812bb65eb62d79483"
integrity sha512-EPQAxSjoD4IaM49rpRHK0q+/NzcwoT8c0/Ylu/u3/6mFj/CWnQVjNJ0MV2Iuw/U+EJSd2TX5czdAwKPYZIG0YA==
swr@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.1.2.tgz#15841cf5bbb8b20f24e2408193f616a41b6734a0"
integrity sha512-ocfaD2rnYZKqTDplCEX2bH5Z1++n2JSej9oYi7hVfXXWYm+0RP+H6fVrogWB0mtMclv1guk9kEnAzNLygOy9Hw==
dependencies:
dequal "2.0.2"
use-sync-external-store "^1.2.0"

through@^2.3.6:
version "2.3.8"
Expand Down

1 comment on commit 2f700d0

@vercel
Copy link

@vercel vercel bot commented on 2f700d0 Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.