mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 20:56:02 -05:00
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:
29
package-lock.json
generated
29
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user