Skip to content

Commit

Permalink
fix: upgrade @tanstack/react-query from 4.2.3 to 4.3.4
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @tanstack/react-query from 4.2.3 to 4.3.4.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/jerensl/project/ed66072c-93d1-4313-b0a9-f218e0d80557?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 3, 2022
1 parent 8bfd99e commit 0108cef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@stitches/core": "^1.2.8",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@tanstack/react-query": "^4.1.3",
"@tanstack/react-query": "^4.3.4",
"@tanstack/react-query-devtools": "^4.2.1",
"clsx": "^1.2.0",
"date-fns": "^2.29.2",
Expand Down
19 changes: 9 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3736,10 +3736,10 @@
dependencies:
remove-accents "0.4.2"

"@tanstack/query-core@4.2.3":
version "4.2.3"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.2.3.tgz#52d75430c9662cc85c160761c1421de483c7791f"
integrity sha512-zdt5lYWs1dZaA3IxJbCgtAfHZJScRZONpiLL7YkeOkrme5MfjQqTpjq7LYbzpyuwPOh2Jx68le0PLl57JFv5hQ==
"@tanstack/query-core@4.9.0":
version "4.9.0"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.9.0.tgz#ffc057b664f952bf3d4925fd924a12403646f6a2"
integrity sha512-Vl0jAWJR3A1md0PoPMoEd6+H1dlRB5NqXDBNF+MZEgjQsR0Nly2kJgJj0Zh6eRDndnn7VlspxTWoOpt+dwDdAA==

"@tanstack/react-query-devtools@^4.2.1":
version "4.2.3"
Expand All @@ -3750,13 +3750,12 @@
"@types/use-sync-external-store" "^0.0.3"
use-sync-external-store "^1.2.0"

"@tanstack/react-query@^4.1.3":
version "4.2.3"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.2.3.tgz#782fd0f84553ba6219f1137a12ea28ab8cd3a3f3"
integrity sha512-JLaMOxoJTkiAu7QpevRCt2uI/0vd3E8K/rSlCuRgWlcW5DeJDFpDS5kfzmLO5MOcD97fgsJRrDbxDORxR1FdJA==
"@tanstack/react-query@^4.3.4":
version "4.9.0"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.9.0.tgz#e0e8894b9b7415608c488d68793826113d61224d"
integrity sha512-M4utYjk9BRDUYbbprSsa0eExdC9NjqQ0deuHXYxQkT8l8BIVyw6yv02LQUGBdOnn/6w5xXFyQRG2slo+JhqeBg==
dependencies:
"@tanstack/query-core" "4.2.3"
"@types/use-sync-external-store" "^0.0.3"
"@tanstack/query-core" "4.9.0"
use-sync-external-store "^1.2.0"

"@testing-library/cypress@^8.0.2":
Expand Down

0 comments on commit 0108cef

Please sign in to comment.