|
28 | 28 | "lint:ci": "eslint --cache --cache-strategy content . && prettier --check --cache --cache-strategy content .",
|
29 | 29 | "lint:fix": "eslint --fix --cache . && prettier --write --cache .",
|
30 | 30 | "type-check": "tsc -p tsconfig.json --noEmit",
|
31 |
| - "prepare": "husky" |
| 31 | + "prepare": "husky", |
| 32 | + "test": "start-server-and-test test:server http-get://localhost:3000/ping vitest", |
| 33 | + "test:server": "tsx ./test/trpc/index.ts" |
32 | 34 | },
|
33 | 35 | "peerDependencies": {
|
34 | 36 | "@tanstack/vue-query": "^5.22.2",
|
35 | 37 | "@trpc/client": "^10.45.1",
|
36 | 38 | "@trpc/server": "^10.45.1",
|
37 | 39 | "vue": "^3.4.19"
|
38 | 40 | },
|
| 41 | + "dependencies": { |
| 42 | + "@vueuse/core": "^10.9.0" |
| 43 | + }, |
39 | 44 | "devDependencies": {
|
40 |
| - "@commitlint/cli": "^18.6.1", |
| 45 | + "@commitlint/cli": "^19.0.3", |
41 | 46 | "@eslint/eslintrc": "^3.0.2",
|
42 | 47 | "@louishaftmann/commitlint-config": "^3.0.1",
|
43 | 48 | "@louishaftmann/eslint-config": "^3.0.1",
|
44 | 49 | "@louishaftmann/lintstaged-config": "^3.0.1",
|
45 | 50 | "@louishaftmann/prettier-config": "^3.0.1",
|
46 |
| - "@tanstack/vue-query": "^5.22.2", |
| 51 | + "@tanstack/vue-query": "^5.24.1", |
47 | 52 | "@trpc/client": "^10.45.1",
|
48 | 53 | "@trpc/server": "^10.45.1",
|
49 |
| - "@types/eslint": "^8.56.3", |
| 54 | + "@types/eslint": "^8.56.5", |
50 | 55 | "@types/eslint__eslintrc": "^2.1.1",
|
| 56 | + "@vitest/ui": "^1.3.1", |
51 | 57 | "eslint": "^8.57.0",
|
| 58 | + "happy-dom": "^13.6.2", |
52 | 59 | "husky": "^9.0.11",
|
53 | 60 | "lint-staged": "^15.2.2",
|
54 | 61 | "prettier": "^3.2.5",
|
| 62 | + "start-server-and-test": "^2.0.3", |
55 | 63 | "tsup": "^8.0.2",
|
| 64 | + "tsx": "^4.7.1", |
56 | 65 | "typescript": "^5.3.3",
|
57 |
| - "vue": "^3.4.19" |
| 66 | + "vitest": "^1.3.1", |
| 67 | + "vue": "^3.4.21", |
| 68 | + "vue-demi": "^0.14.7" |
58 | 69 | },
|
59 | 70 | "changelogithub": {
|
60 | 71 | "extends": "gh:falcondev-it/configs/changelogithub"
|
|
0 commit comments