Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoxuan committed Oct 29, 2024
1 parent 96626d1 commit 129fbb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
auto-install-peers=true
registry=https://registry.npmjs.org
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-query-kit",
"version": "3.3.0",
"version": "3.3.1",
"description": "🕊️ A toolkit for ReactQuery that make ReactQuery hooks more reusable and typesafe",
"author": "liaoliao666",
"repository": "liaoliao666/react-query-kit",
Expand Down Expand Up @@ -55,9 +55,7 @@
"ts-jest": "^29.1.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@tanstack/react-query": "^4 || ^5"
},
"peerDependencies": {},
"peerDependenciesMeta": {
"@tanstack/react-query": {
"optional": true
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1678,13 +1678,13 @@

"@tanstack/[email protected]":
version "5.59.16"
resolved "https://registry-npm-next.huolala.work/@tanstack/query-core/-/query-core-5.59.16.tgz#aa4616e8a9c12afeef4cfbf3ed0f55f404d66e67"
integrity sha1-qkYW6KnBKv7vTPvz7Q9V9ATWbmc=
resolved "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.16.tgz#aa4616e8a9c12afeef4cfbf3ed0f55f404d66e67"
integrity sha512-crHn+G3ltqb5JG0oUv6q+PMz1m1YkjpASrXTU+sYWW9pLk0t2GybUHNRqYPZWhxgjPaVGC4yp92gSFEJgYEsPw==

"@tanstack/react-query@^5.59.16":
version "5.59.16"
resolved "https://registry-npm-next.huolala.work/@tanstack/react-query/-/react-query-5.59.16.tgz#1e701c6e6681965c04aa426df9da54b8edc6db1b"
integrity sha1-HnAcbmaBllwEqkJt+dpUuO3G2xs=
resolved "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.16.tgz#1e701c6e6681965c04aa426df9da54b8edc6db1b"
integrity sha512-MuyWheG47h6ERd4PKQ6V8gDyBu3ThNG22e1fRVwvq6ap3EqsFhyuxCAwhNP/03m/mLg+DAb0upgbPaX6VB+CkQ==
dependencies:
"@tanstack/query-core" "5.59.16"

Expand Down

0 comments on commit 129fbb9

Please sign in to comment.