Bump react-query from 3.13.3 to 3.13.4 (#367)

Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.13.3 to 3.13.4.
- [Release notes](https://github.com/tannerlinsley/react-query/releases)
- [Commits](https://github.com/tannerlinsley/react-query/compare/v3.13.3...v3.13.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-04-06 21:00:52 +03:00
committed by GitHub
parent e0a6186281
commit 5acd5f0492
2 changed files with 23 additions and 8 deletions

29
package-lock.json generated
View File

@@ -39,7 +39,7 @@
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^4.3.1",
"react-query": "^3.13.3",
"react-query": "^3.13.4",
"react-select": "^4.3.0",
"react-string-replace": "^0.4.4",
"recharts": "^2.0.9",
@@ -7382,13 +7382,28 @@
}
},
"node_modules/react-query": {
"version": "3.13.3",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.13.3.tgz",
"integrity": "sha512-LQpkjBdwFtGhePx14g08ZswZvE1AMZPdrhfwZtxj50esmGVlSvzRxc7hkN0zMUFBqCHk5zVTR3BW7IPYK46/sQ==",
"version": "3.13.4",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.13.4.tgz",
"integrity": "sha512-tSjUQpZ8/Fvu2xe2WSLa3Qn7yn+199HTqnz0iPakR9J7/5uSv6JwHPO0AkH/mSpBhc7IZos842kXbGCxwLoJGg==",
"dependencies": {
"@babel/runtime": "^7.5.5",
"broadcast-channel": "^3.4.1",
"match-sorter": "^6.0.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
},
"react-native": {
"optional": true
}
}
},
"node_modules/react-refresh": {
@@ -15473,9 +15488,9 @@
}
},
"react-query": {
"version": "3.13.3",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.13.3.tgz",
"integrity": "sha512-LQpkjBdwFtGhePx14g08ZswZvE1AMZPdrhfwZtxj50esmGVlSvzRxc7hkN0zMUFBqCHk5zVTR3BW7IPYK46/sQ==",
"version": "3.13.4",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.13.4.tgz",
"integrity": "sha512-tSjUQpZ8/Fvu2xe2WSLa3Qn7yn+199HTqnz0iPakR9J7/5uSv6JwHPO0AkH/mSpBhc7IZos842kXbGCxwLoJGg==",
"requires": {
"@babel/runtime": "^7.5.5",
"broadcast-channel": "^3.4.1",

View File

@@ -56,7 +56,7 @@
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^4.3.1",
"react-query": "^3.13.3",
"react-query": "^3.13.4",
"react-select": "^4.3.0",
"react-string-replace": "^0.4.4",
"recharts": "^2.0.9",