feat: use svelte query (#63)

This commit is contained in:
Ax333l
2023-02-11 21:22:55 +01:00
committed by GitHub
parent 368b2c9ee5
commit e1b37fab7d
17 changed files with 367 additions and 315 deletions

View File

@@ -35,6 +35,10 @@
},
"type": "module",
"dependencies": {
"@tanstack/query-core": "^4.24.4",
"@tanstack/query-persist-client-core": "^4.24.4",
"@tanstack/query-sync-storage-persister": "^4.24.4",
"@tanstack/svelte-query": "^4.24.4",
"asciidoctor": "^2.2.6",
"marked": "^4.1.1"
}