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

Commit 9b502dc

Browse files
chore: upgrade dependencies
1 parent d333620 commit 9b502dc

File tree

5 files changed

+691
-1001
lines changed

5 files changed

+691
-1001
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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 }}

package.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
@@ -34,26 +34,24 @@
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
}

0 commit comments

Comments
 (0)