fixed version

This commit is contained in:
Bob Burningham 2023-11-13 00:08:11 -08:00
parent b83fbc5f77
commit b650affe09
2 changed files with 12 additions and 11 deletions

21
package-lock.json generated
View File

@ -25,7 +25,7 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.0.5",
"@tanstack/react-query": "^4.33.0",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
@ -1628,28 +1628,29 @@
}
},
"node_modules/@tanstack/query-core": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.0.5.tgz",
"integrity": "sha512-MThCETMkHDHTnFZHp71L+SqTtD5d6XHftFCVR1xRJdWM3qGrlQ2VCXaj0SKVcyJej2e1Opa2c7iknu1llxCDNQ==",
"version": "4.33.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.33.0.tgz",
"integrity": "sha512-qYu73ptvnzRh6se2nyBIDHGBQvPY1XXl3yR769B7B6mIDD7s+EZhdlWHQ67JI6UOTFRaI7wupnTnwJ3gE0Mr/g==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/react-query": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.0.5.tgz",
"integrity": "sha512-ZG0Q4HZ0iuI8mWiZ2/MdVYPHbrmAVhMn7+gLOkxJh6zLIgCL4luSZlohzN5Xt4MjxfxxWioO1nemwpudaTsmQg==",
"version": "4.33.0",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.33.0.tgz",
"integrity": "sha512-97nGbmDK0/m0B86BdiXzx3EW9RcDYKpnyL2+WwyuLHEgpfThYAnXFaMMmnTDuAO4bQJXEhflumIEUfKmP7ESGA==",
"dependencies": {
"@tanstack/query-core": "5.0.5"
"@tanstack/query-core": "4.33.0",
"use-sync-external-store": "^1.2.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-native": "*"
},
"peerDependenciesMeta": {

View File

@ -26,7 +26,7 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.0.5",
"@tanstack/react-query": "^4.33.0",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",