Bump swr from 0.3.2 to 0.3.3

Bumps [swr](https://github.com/vercel/swr) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/vercel/swr/releases)
- [Commits](https://github.com/vercel/swr/compare/0.3.2...0.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-21 04:54:45 +00:00 committed by GitHub
parent df681c3b63
commit 787c6cb132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -23587,9 +23587,9 @@
}
},
"swr": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.3.2.tgz",
"integrity": "sha512-Bs5Bihq1hQ66O5bdKaL47iZ2nlAaBsd8tTLRLkw9stZeuBEfH7zSuQI95S2TpchL0ybsMq3isWwuso2uPvCfHA==",
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.3.3.tgz",
"integrity": "sha512-UxjfbvLdk4CzdchQBKmthUc1rO7KaCXdNL69oW7V/I2BOMv905rsL+kJdpO19OYwOPOpWZPvffTEE7yACwXc8w==",
"requires": {
"fast-deep-equal": "2.0.1"
},

View File

@ -40,7 +40,7 @@
"ethjs": "^0.4.0",
"ms": "^2.1.2",
"shortid": "^2.2.15",
"swr": "^0.3.2"
"swr": "^0.3.3"
},
"devDependencies": {
"@babel/core": "^7.11.6",