Merge pull request #105 from kremalicious/dependabot/npm_and_yarn/swr-0.2.2

Bump swr from 0.2.1 to 0.2.2
This commit is contained in:
Matthias Kretschmann 2020-05-25 09:15:21 +02:00 committed by GitHub
commit b3112f8703
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

@ -21109,9 +21109,9 @@
}
},
"swr": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.2.1.tgz",
"integrity": "sha512-ucfcwqPUqABvCKFQnk6DrX2/zmWYXogPB0GaIpwTspJd3kXiYpya72aupcTH+qqq52ri5c4o8hY3+bYjbawIcA==",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.2.2.tgz",
"integrity": "sha512-D/z+PTUchZhoUA0tNC8TNJivf7Hc61WPxbUdXPi+VxRloddWYNP1ZicaEgyAph42ZnKl1L7twcZr4q6d0UMXcg==",
"requires": {
"fast-deep-equal": "2.0.1"
},

View File

@ -39,7 +39,7 @@
"ethjs": "^0.4.0",
"ms": "^2.1.2",
"shortid": "^2.2.15",
"swr": "^0.2.1"
"swr": "^0.2.2"
},
"devDependencies": {
"@babel/core": "^7.9.6",