Merge pull request #733 from SkynetLabs/dependabot/npm_and_yarn/packages/website/swr-0.5.6

Bump swr from 0.5.5 to 0.5.6 in /packages/website
This commit is contained in:
Karol Wypchło 2021-05-10 19:20:36 +02:00 committed by GitHub
commit 3d5358a1e4
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": {
@ -26502,9 +26502,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"
}, },
@ -50405,9 +50405,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": {