Skip to content

Commit

Permalink
Update dependency @tanstack/react-query to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2022
1 parent 4a2cf9f commit 0a25836
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 @@ -15,7 +15,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.12.0",
"@types/node": "18.7.3",
"antd": "4.22.4",
"axios": "0.27.2",
Expand Down
18 changes: 9 additions & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1175,17 +1175,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.12.0":
version "4.12.0"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.12.0.tgz#0e96adcfe182efc4ea4c21802f7596d56c6cd60a"
integrity sha512-KEiFPNLMFByhNL2s6RBFL6Z5cNdwwQzFpW/II3GY+rEuQ343ZEoVyQ48zlUXXkEkbamQFIFg2onM8Pxf0Yo01A==

"@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.12.0":
version "4.12.0"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.12.0.tgz#2cb233ef1ccf7537aeed61ca171fc3dcc52d9c57"
integrity sha512-prchV1q+CJ0ZVo8Rts2cOF3azDfQizZZySmH6XXsXRcPTbir0sgb9fp0vY/5l5ZkSYjTvWt/OL8WQhAhYMSvrA==
dependencies:
"@tanstack/query-core" "4.3.8"
"@tanstack/query-core" "4.12.0"
use-sync-external-store "^1.2.0"

"@types/cookie@^0.3.3":
Expand Down

0 comments on commit 0a25836

Please sign in to comment.