Skip to content

Commit

Permalink
Merge pull request #24 from tachibanayu24/renovate/swr-2.x
Browse files Browse the repository at this point in the history
Update dependency swr to v2
  • Loading branch information
tachibanayu24 authored Feb 25, 2023
2 parents c8bb207 + 60def49 commit aa90002
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react": "18.2.0",
"react-diff-viewer": "^3.1.1",
"react-dom": "18.2.0",
"swr": "^1.2.0",
"swr": "^2.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3025,10 +3025,12 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

swr@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/swr/-/swr-1.2.0.tgz#8649f6e9131ce94bbcf7ffd65c21334da3d1ec20"
integrity sha512-C3IXeKOREn0jQ1ewXRENE7ED7jjGbFTakwB64eLACkCqkF/A0N2ckvpCTftcaSYi5yV36PzoehgVCOVRmtECcA==
swr@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.0.4.tgz#e68a5cc2e87b2a7f5f7ebf8a472cea24fc1c5fce"
integrity sha512-4GUiTjknRUVuw4MWUHR7mzJ9G/DWL+yZz/TgWDfiA0OZ9tL6qyrTkN2wPeboBpL3OJTkej3pexh3mWCnv8cFkQ==
dependencies:
use-sync-external-store "^1.2.0"

tailwindcss@^3.0.15, tailwindcss@^3.0.7:
version "3.0.16"
Expand Down Expand Up @@ -3175,7 +3177,7 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

[email protected]:
[email protected], use-sync-external-store@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
Expand Down

1 comment on commit aa90002

@vercel
Copy link

@vercel vercel bot commented on aa90002 Feb 25, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

dev-toolkit – ./

dev-toolkit-git-main-tachibanayu24.vercel.app
dev-toolkit-tachibanayu24.vercel.app
kit.tachibanayu24.com

Please sign in to comment.