Update react-query

This commit is contained in:
Enrico Ros
2023-08-04 16:10:44 -07:00
parent e6ee2d4f44
commit fea23844d3
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -17,7 +17,7 @@
"@mui/joy": "5.0.0-alpha.89",
"@mui/material": "5.14.2",
"@next/bundle-analyzer": "^13.4.12",
"@tanstack/react-query": "4.32.0",
"@tanstack/react-query": "4.32.5",
"@trpc/client": "^10.37.1",
"@trpc/next": "^10.37.1",
"@trpc/react-query": "^10.37.1",
@@ -1000,20 +1000,20 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "4.32.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.0.tgz",
"integrity": "sha512-ei4IYwL2kmlKSlCw9WgvV7PpXi0MiswVwfQRxawhJA690zWO3dU49igaQ/UMTl+Jy9jj9dK5IKAYvbX7kUvviQ==",
"version": "4.32.5",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.5.tgz",
"integrity": "sha512-UOxiDYmzYWD21ASIUnW3w+Nq3LcW1BPFFfIyZOor6UsRl76KGLlvUhJ402/dof1JxcQFPK7nZ5iUGPVqLiT8zg==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/react-query": {
"version": "4.32.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.0.tgz",
"integrity": "sha512-B8WUMcByYAH9500ENejDCATOmEZhqjtS9wsfiQ3BNa+s+yAynY8SESI8WWHhSqUmjd0pmCSFRP6BOUGSda3QXA==",
"version": "4.32.5",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.5.tgz",
"integrity": "sha512-4tR0GxyyKhLpYvbglOGpWVqHS+t3bs7yy89DuTgJvnKLnaS5UW2sbfAzlV9JtwL7s5Z8eW2q2EDMcAtutb0lAw==",
"dependencies": {
"@tanstack/query-core": "4.32.0",
"@tanstack/query-core": "4.32.5",
"use-sync-external-store": "^1.2.0"
},
"funding": {
+1 -1
View File
@@ -21,7 +21,7 @@
"@mui/joy": "5.0.0-alpha.89",
"@mui/material": "5.14.2",
"@next/bundle-analyzer": "^13.4.12",
"@tanstack/react-query": "4.32.0",
"@tanstack/react-query": "4.32.5",
"@trpc/client": "^10.37.1",
"@trpc/next": "^10.37.1",
"@trpc/react-query": "^10.37.1",