fetch booked from api with swr

This commit is contained in:
Thomas Ruoff
2020-07-16 23:22:47 +02:00
parent 07af619a60
commit 809f69a3bd
4 changed files with 49 additions and 15 deletions

15
package-lock.json generated
View File

@@ -7055,6 +7055,21 @@
"util.promisify": "~1.0.0"
}
},
"swr": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.2.3.tgz",
"integrity": "sha512-JhuuD5ojqgjAQpZAhoPBd8Di0Mr1+ykByVKuRJdtKaxkUX/y8kMACWKkLgLQc8pcDOKEAnbIreNjU7HfqI9nHQ==",
"requires": {
"fast-deep-equal": "2.0.1"
},
"dependencies": {
"fast-deep-equal": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
"integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk="
}
}
},
"tapable": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz",