react query

This commit is contained in:
Vinzenz Schroeter 2024-04-17 23:09:01 +02:00
parent 2a94a47a96
commit 25a3adea2a
8 changed files with 77 additions and 60 deletions

View file

@ -8,6 +8,7 @@
"name": "tank-frontend",
"version": "0.0.0",
"dependencies": {
"@tanstack/react-query": "^5.29.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use-websocket": "^4.8.1"
@ -1188,6 +1189,30 @@
"win32"
]
},
"node_modules/@tanstack/query-core": {
"version": "5.29.0",
"resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.29.0.tgz",
"integrity": "sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@tanstack/react-query": {
"version": "5.29.2",
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.29.2.tgz",
"integrity": "sha512-nyuWILR4u7H5moLGSiifLh8kIqQDLNOHGuSz0rcp+J75fNc8aQLyr5+I2JCHU3n+nJrTTW1ssgAD8HiKD7IFBQ==",
"dependencies": {
"@tanstack/query-core": "5.29.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"react": "^18.0.0"
}
},
"node_modules/@types/babel__core": {
"version": "7.20.5",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",