Skip to content

Commit

Permalink
build(deps): bump swr from 2.3.1 to 2.3.2 in /website
Browse files Browse the repository at this point in the history
Bumps [swr](https://github.com/vercel/swr) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](vercel/swr@v2.3.1...v2.3.2)

---
updated-dependencies:
- dependency-name: swr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent 51061d6 commit 0ad2db6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-i18next": "^15.4.0",
"react-router-dom": "^7.1.5",
"react-use": "^17.6.0",
"swr": "^2.3.1"
"swr": "^2.3.2"
},
"scripts": {
"start": "vite --host",
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4048,10 +4048,10 @@ 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@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.3.1.tgz#ae1a0d93562f12308136055baa49cce851950316"
integrity sha512-ALcpdX8Q2WGkuSKrxb1SSGCzoRb3xfkq0SH+AhtF9OXIWIXGSA+uJzGT682UJjqSTC2uN0myJJikFz43ApUPAw==
swr@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.3.2.tgz#e7c4eb7115e7ff734e445ad0036e97812dd95191"
integrity sha512-RosxFpiabojs75IwQ316DGoDRmOqtiAj0tg8wCcbEu4CiLZBs/a9QNtHV7TUfDXmmlgqij/NqzKq/eLelyv9xA==
dependencies:
dequal "^2.0.3"
use-sync-external-store "^1.4.0"
Expand Down

0 comments on commit 0ad2db6

Please sign in to comment.