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 4242 run : pnpm i
4343
4444 - name : Typecheck
45- run : pnpm run typecheck
45+ run : pnpm run test:types
4646
4747 test :
4848 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 22 "name" : " vue-unquery" ,
33 "type" : " module" ,
44 "version" : " 0.3.3" ,
5- "packageManager" : " pnpm@7.11 .0" ,
5+ "packageManager" : " pnpm@7.16 .0" ,
66 "description" : " Lightweight data management for Vue in suspense & non-suspense contexts" ,
77 "author" : " Johann Schopplich <pkg@johannschopplich.com>" ,
88 "license" : " MIT" ,
3434 "lint" : " eslint ." ,
3535 "lint:fix" : " eslint . --fix" ,
3636 "release" : " bumpp --commit --push --tag" ,
37- "test" : " vitest" ,
38- "typecheck" : " vue-tsc --noEmit"
37+ "test:types" : " vue-tsc --noEmit"
3938 },
4039 "peerDependencies" : {
4140 "vue" : " ^3"
4241 },
4342 "dependencies" : {
44- "turbo-query" : " ^1.7.1 "
43+ "turbo-query" : " ^1.9.0 "
4544 },
4645 "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" ,
5049 "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"
5856 }
5957}
You can’t perform that action at this time.
0 commit comments