This repository was archived by the owner on Mar 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +691
-1001
lines changed Expand file tree Collapse file tree 5 files changed +691
-1001
lines changed Original file line number Diff line number Diff line change 42
42
run : pnpm i
43
43
44
44
- name : Typecheck
45
- run : pnpm run typecheck
45
+ run : pnpm run test:types
46
46
47
47
test :
48
48
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 2
2
"name" : " vue-unquery" ,
3
3
"type" : " module" ,
4
4
"version" : " 0.3.3" ,
5
- "packageManager" : " pnpm@7.11 .0" ,
5
+ "packageManager" : " pnpm@7.16 .0" ,
6
6
"description" : " Lightweight data management for Vue in suspense & non-suspense contexts" ,
7
7
"author" : " Johann Schopplich <pkg@johannschopplich.com>" ,
8
8
"license" : " MIT" ,
34
34
"lint" : " eslint ." ,
35
35
"lint:fix" : " eslint . --fix" ,
36
36
"release" : " bumpp --commit --push --tag" ,
37
- "test" : " vitest" ,
38
- "typecheck" : " vue-tsc --noEmit"
37
+ "test:types" : " vue-tsc --noEmit"
39
38
},
40
39
"peerDependencies" : {
41
40
"vue" : " ^3"
42
41
},
43
42
"dependencies" : {
44
- "turbo-query" : " ^1.7.1 "
43
+ "turbo-query" : " ^1.9.0 "
45
44
},
46
45
"devDependencies" : {
47
- "@antfu/eslint-config" : " ^0.27.0 " ,
48
- "@types/node" : " ^18.7.23 " ,
49
- "@vitejs/plugin-vue" : " ^3.1 .0" ,
46
+ "@antfu/eslint-config" : " ^0.30.1 " ,
47
+ "@types/node" : " ^18.11.9 " ,
48
+ "@vitejs/plugin-vue" : " ^3.2 .0" ,
50
49
"bumpp" : " ^8.2.1" ,
51
- "eslint" : " ^8.24.0" ,
52
- "typescript" : " ^4.8.3" ,
53
- "unbuild" : " ^0.8.11" ,
54
- "vite" : " ^3.1.3" ,
55
- "vitest" : " ^0.23.4" ,
56
- "vue" : " ^3.2.39" ,
57
- "vue-tsc" : " ^0.40.13"
50
+ "eslint" : " ^8.27.0" ,
51
+ "typescript" : " ^4.9.3" ,
52
+ "unbuild" : " ^1.0.1" ,
53
+ "vite" : " ^3.2.4" ,
54
+ "vue" : " ^3.2.45" ,
55
+ "vue-tsc" : " ^1.0.9"
58
56
}
59
57
}
You can’t perform that action at this time.
0 commit comments