Bump swr from 0.4.2 to 0.5.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-09 21:49:37 +00:00
committed by Thomas Ruoff
parent 3287d01336
commit 42c5b723ad
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10032,9 +10032,9 @@
}
},
"swr": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.4.2.tgz",
"integrity": "sha512-SKGxcAfyijj/lE5ja5zVMDqJNudASH3WZPRUakDVOePTM18FnsXgugndjl9BSRwj+jokFCulMDe7F2pQL+VhEw==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.5.0.tgz",
"integrity": "sha512-zybQScVRZcEfZ6wXJJXvHrbooLs/XepV5Zoaz7o6esheDiQotEd0y56AwNJ2QBiPo2G/AbdhIC2Dm0csYpJrJQ==",
"dev": true,
"requires": {
"dequal": "2.0.2"

View File

@@ -34,7 +34,7 @@
"postcss": "^8.2.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"swr": "^0.4.2",
"swr": "^0.5.0",
"tailwindcss": "^2.0.3",
"typescript": "^4.2.3"
},