Skip to content

Commit

Permalink
Update dependency @tanstack/react-query to v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2022
1 parent eaf1c97 commit cb4373c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@radix-ui/react-popover": "1.0.0",
"@radix-ui/react-separator": "1.0.0",
"@radix-ui/react-toast": "1.0.0",
"@tanstack/react-query": "4.3.9",
"@tanstack/react-query": "4.13.0",
"@tremor/react": "^1.0.7",
"@types/node": "18.7.3",
"antd": "4.22.4",
Expand Down
18 changes: 9 additions & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1188,17 +1188,17 @@
dependencies:
"@babel/runtime" "^7.13.10"

"@tanstack/query-core@4.3.8":
version "4.3.8"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.3.8.tgz#d5f07c1d9d4f83f16f0bed7f3b245fa0e557b037"
integrity sha512-AEUWtCNBIImFZ9tMt/P8V86kIhMHpfoJqAI1auGOLR8Wzeq7Ymiue789PJG0rKYcyViUicBZeHjggMqyEQVMfQ==
"@tanstack/query-core@4.13.0":
version "4.13.0"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.13.0.tgz#89153096d1fce42c0294fa1d1ae4b3e72aa5353b"
integrity sha512-PzmLQcEgC4rl2OzkiPHYPC9O79DFcMGaKsOzDEP+U4PJ+tbkcEP+Z+FQDlfvX8mCwYC7UNH7hXrQ5EdkGlJjVg==

"@tanstack/react-query@4.3.9":
version "4.3.9"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.3.9.tgz#13332a1d4dd404baec24c2853883bcb3cc61ea92"
integrity sha512-odfDW6WiSntCsCh+HFeJtUys3UnVOjfJMhykAtGtYvcklMyyDmCv9BVBt5KlSpbk/qW3kURPFCDapO+BFUlCwg==
"@tanstack/react-query@4.13.0":
version "4.13.0"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.13.0.tgz#13797d590a6c0708545881e38aea5eb39b960c28"
integrity sha512-dI/5hJ/pGQ74P5hxBLC9h6K0/Cap2T3k0ZjjjFLBCNnohDYgl7LNmMopzrRzBHk2mMjf2hgXHIzcKNG8GOZ5hg==
dependencies:
"@tanstack/query-core" "4.3.8"
"@tanstack/query-core" "4.13.0"
use-sync-external-store "^1.2.0"

"@tippyjs/react@^4.2.6":
Expand Down

0 comments on commit cb4373c

Please sign in to comment.