Skip to content

Commit

Permalink
a fix for the issue TanStack/query#3595
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Irbe committed Apr 11, 2023
1 parent 7482229 commit b76eb76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/preset-env": "^7.20.2",
"@digital-magic/ts-common-utils": "^1.0.28",
"@hookform/resolvers": "^2.9.11",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query": "^4.29.1",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/prettier": "^2.7.2",
Expand Down Expand Up @@ -77,7 +77,7 @@
"peerDependencies": {
"@digital-magic/ts-common-utils": ">=1.0.28",
"@hookform/resolvers": ">=2.9.11",
"@tanstack/react-query": ">=4.28.0",
"@tanstack/react-query": ">=4.29.1",
"axios": ">=1.3.4",
"i18next": ">=22.4.10",
"react": ">=18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"module": "esnext",
"lib": ["dom", "esnext"],
"allowJs": false,
"checkJs": false,
Expand Down

0 comments on commit b76eb76

Please sign in to comment.