Bump swr from 0.5.5 to 0.5.6 in /packages/website

Bumps [swr](https://github.com/vercel/swr) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/commits/0.5.6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-10 17:17:07 +00:00 committed by GitHub
parent 21091c241f
commit 42e28a1613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -63,7 +63,7 @@
"react-use": "^17.2.4", "react-use": "^17.2.4",
"skynet-js": "^3.0.2", "skynet-js": "^3.0.2",
"stream-browserify": "^3.0.0", "stream-browserify": "^3.0.0",
"swr": "^0.5.5", "swr": "^0.5.6",
"tailwindcss": "^2.1.2" "tailwindcss": "^2.1.2"
}, },
"devDependencies": { "devDependencies": {
@ -26415,9 +26415,9 @@
} }
}, },
"node_modules/swr": { "node_modules/swr": {
"version": "0.5.5", "version": "0.5.6",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.5.5.tgz", "resolved": "https://registry.npmjs.org/swr/-/swr-0.5.6.tgz",
"integrity": "sha512-u4mUorK9Ipt+6LEITvWRWiRWAQjAysI6cHxbMmMV1dIdDzxMnswWo1CyGoyBHXX91CchxcuoqgFZ/ycx+YfhCA==", "integrity": "sha512-Bmx3L4geMZjYT5S2Z6EE6/5Cx6v1Ka0LhqZKq8d6WL2eu9y6gHWz3dUzfIK/ymZVHVfwT/EweFXiYGgfifei3w==",
"dependencies": { "dependencies": {
"dequal": "2.0.2" "dequal": "2.0.2"
}, },
@ -50250,9 +50250,9 @@
} }
}, },
"swr": { "swr": {
"version": "0.5.5", "version": "0.5.6",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.5.5.tgz", "resolved": "https://registry.npmjs.org/swr/-/swr-0.5.6.tgz",
"integrity": "sha512-u4mUorK9Ipt+6LEITvWRWiRWAQjAysI6cHxbMmMV1dIdDzxMnswWo1CyGoyBHXX91CchxcuoqgFZ/ycx+YfhCA==", "integrity": "sha512-Bmx3L4geMZjYT5S2Z6EE6/5Cx6v1Ka0LhqZKq8d6WL2eu9y6gHWz3dUzfIK/ymZVHVfwT/EweFXiYGgfifei3w==",
"requires": { "requires": {
"dequal": "2.0.2" "dequal": "2.0.2"
} }

View File

@ -60,7 +60,7 @@
"react-use": "^17.2.4", "react-use": "^17.2.4",
"skynet-js": "^3.0.2", "skynet-js": "^3.0.2",
"stream-browserify": "^3.0.0", "stream-browserify": "^3.0.0",
"swr": "^0.5.5", "swr": "^0.5.6",
"tailwindcss": "^2.1.2" "tailwindcss": "^2.1.2"
}, },
"devDependencies": { "devDependencies": {