Skip to content

Commit

Permalink
Update react dependencies to v4.29.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2023
1 parent 3e5cd1f commit 87504d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@mui/material": "5.13.6",
"@oasisprotocol/client": "0.1.1-alpha.2",
"@oasisprotocol/client-rt": "0.2.1-alpha.2",
"@tanstack/react-query": "4.29.17",
"@tanstack/react-query-devtools": "4.29.17",
"@tanstack/react-query": "4.29.18",
"@tanstack/react-query-devtools": "4.29.18",
"axios": "1.4.0",
"bignumber.js": "9.1.1",
"date-fns": "2.30.0",
Expand Down
22 changes: 8 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3830,22 +3830,21 @@
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.29.17.tgz#bbef3a30190732ae3554187702f6e34c5caaefd8"
integrity sha512-iDbO8yZOpm1lqgq6L8mpxGbKaoiyZSjthxEB3WGU7mNPYss9q4H3Q67+e2xXGwkemEVmtEX/WwvtFitrvVU8TA==

"@tanstack/[email protected].17":
version "4.29.17"
resolved "https://registry.yarnpkg.com/@tanstack/react-query-devtools/-/react-query-devtools-4.29.17.tgz#1cad2697bf07c44139bd5d331aea9dbb5d11f606"
integrity sha512-Dgd7c7ToCzJrpuyDZ0Rwx5bXSqWICOaB8sNSzo8YtwpWXuJcQ074qgb0kko5/CzIVDxhbG8WX5dnUwr5Xqa++g==
"@tanstack/[email protected].18":
version "4.29.18"
resolved "https://registry.yarnpkg.com/@tanstack/react-query-devtools/-/react-query-devtools-4.29.18.tgz#3c0a3f8f2c467740fd975c009a473b75a5ee8989"
integrity sha512-MH0EFL1lDzYBLbhCeD7GaNku4pOE7bPEm5HIFGw4YdRrmDjkTkkbGWqDJ15odGwp7qOvOgLbCxyTCqfof29Dag==
dependencies:
"@tanstack/match-sorter-utils" "^8.7.0"
superjson "^1.10.0"
use-sync-external-store "^1.2.0"

"@tanstack/[email protected].17":
version "4.29.17"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.17.tgz#bfd5da849bb7fd1b66eb9d47853ee030864a435e"
integrity sha512-udOy/jgqiBHBAP93YPAU3QoVYO+Rtx9HT/10xGDQzC8iQU/wIxcIaT/usX+1NSzoUFYU5hUcPaNErPWZnR7XgA==
"@tanstack/[email protected].18":
version "4.29.18"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.29.18.tgz#bd22a2df60a6c8eb6f024479ca3bd15b9aea6763"
integrity sha512-CyoxrT8U7MWLZOdl0XLCiHC+W5cnXNELafFtzcsrwrALiUulONEfWFl6TzgvENfhC50OBjVGy/6Yl3YsIhAM6g==
dependencies:
"@tanstack/query-core" "4.29.17"
client-only "0.0.1"
use-sync-external-store "^1.2.0"

"@testing-library/dom@^9.0.0":
Expand Down Expand Up @@ -5527,11 +5526,6 @@ cli-table3@^0.6.1:
optionalDependencies:
"@colors/colors" "1.5.0"

[email protected]:
version "0.0.1"
resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1"
integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==

cliui@^7.0.2:
version "7.0.4"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
Expand Down

0 comments on commit 87504d6

Please sign in to comment.