Bump swr from 0.3.1 to 0.3.2

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-07 04:23:37 +00:00 committed by GitHub
parent 9621436111
commit 02b9ca16b8
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

@ -23141,9 +23141,9 @@
}
},
"swr": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.3.1.tgz",
"integrity": "sha512-g9JrXXMo54CSc+DU+KS0S8+5r6cpeBmBmVLhCu23ifQL9u0KKirkJpNX3Za3eOttmUuRQLXA8N1YPpoc8ejdpA==",
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.3.2.tgz",
"integrity": "sha512-Bs5Bihq1hQ66O5bdKaL47iZ2nlAaBsd8tTLRLkw9stZeuBEfH7zSuQI95S2TpchL0ybsMq3isWwuso2uPvCfHA==",
"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.1"
"swr": "^0.3.2"
},
"devDependencies": {
"@babel/core": "^7.11.4",