Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 47119d3

Browse files
chore: integrate turbo-query into project
1 parent f2567b1 commit 47119d3

File tree

15 files changed

+1987
-20
lines changed

15 files changed

+1987
-20
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
"peerDependencies": {
3939
"vue": "^3"
4040
},
41-
"dependencies": {
42-
"turbo-query": "^1.9.0"
43-
},
4441
"devDependencies": {
4542
"@antfu/eslint-config": "^0.39.1",
4643
"@types/node": "^18.16.14",
@@ -50,6 +47,7 @@
5047
"typescript": "^5.0.4",
5148
"unbuild": "^1.2.1",
5249
"vite": "^4.3.8",
50+
"vitest": "^0.31.1",
5351
"vue": "^3.3.4",
5452
"vue-tsc": "^1.6.5"
5553
}

playground/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createApp } from 'vue'
2-
import { configure } from 'turbo-query'
2+
import { configure } from 'vue-unquery'
33
import App from './App.vue'
44

55
configure({

0 commit comments

Comments
 (0)