Skip to content

Commit

Permalink
Update dependency @tanstack/react-query to v4.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2022
1 parent 027f9c4 commit 1eb8888
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.14.1",
"@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.14.1":
version "4.14.1"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.14.1.tgz#a74c4da03e79a8be07fa5ab2ebc12865146915e2"
integrity sha512-mUejKoFDe4NZB8jQJR1uuAl6IwvkUpOD2m8NcuTVPOu0pcxeeFPdrnHaljwOEFPtlqXoiiIIQGYy6whjCMN+iQ==

"@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.14.1":
version "4.14.1"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.14.1.tgz#336545119b191e2096c394a3f2df2744cdc5e041"
integrity sha512-cRgNzigw4GSPwGlTEkXi8hi/xgUnSEt9jCkiC8oAT3PEIdsQ50onZcpXd+JNJcZk2RTh8KM1fGyWz6xYLiY8bg==
dependencies:
"@tanstack/query-core" "4.3.8"
"@tanstack/query-core" "4.14.1"
use-sync-external-store "^1.2.0"

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

0 comments on commit 1eb8888

Please sign in to comment.