|
6 | 6 | "dev": "vite", |
7 | 7 | "build": "run-p type-check build-only", |
8 | 8 | "preview": "vite preview", |
| 9 | + "test:unit": "vitest", |
9 | 10 | "build-only": "vite build", |
10 | | - "type-check": "vue-tsc --noEmit", |
11 | | - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" |
| 11 | + "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", |
| 12 | + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
| 13 | + "format": "prettier --write src/" |
12 | 14 | }, |
13 | 15 | "dependencies": { |
14 | | - "vue": "^3.2.45" |
| 16 | + "vue": "^3.3.4" |
15 | 17 | }, |
16 | 18 | "devDependencies": { |
17 | | - "@rushstack/eslint-patch": "^1.1.4", |
18 | | - "@types/node": "^18.11.12", |
19 | | - "@vitejs/plugin-vue": "^4.0.0", |
20 | | - "@vue/eslint-config-prettier": "^7.0.0", |
21 | | - "@vue/eslint-config-typescript": "^11.0.0", |
22 | | - "@vue/tsconfig": "^0.1.3", |
23 | | - "eslint": "^8.22.0", |
24 | | - "eslint-plugin-vue": "^9.3.0", |
| 19 | + "@rushstack/eslint-patch": "^1.3.2", |
| 20 | + "@tsconfig/node18": "^18.2.0", |
| 21 | + "@types/jsdom": "^21.1.1", |
| 22 | + "@types/node": "^18.17.5", |
| 23 | + "@vitejs/plugin-vue": "^4.3.1", |
| 24 | + "@vitejs/plugin-vue-jsx": "^3.0.2", |
| 25 | + "@vue/eslint-config-prettier": "^8.0.0", |
| 26 | + "@vue/eslint-config-typescript": "^11.0.3", |
| 27 | + "@vue/test-utils": "^2.4.1", |
| 28 | + "@vue/tsconfig": "^0.4.0", |
| 29 | + "eslint": "^8.46.0", |
| 30 | + "eslint-plugin-vue": "^9.16.1", |
| 31 | + "jsdom": "^22.1.0", |
25 | 32 | "npm-run-all": "^4.1.5", |
26 | | - "prettier": "^2.7.1", |
27 | | - "typescript": "~4.7.4", |
28 | | - "vite": "^4.0.0", |
29 | | - "vue-router": "4.1.6", |
30 | | - "vue-tsc": "^1.0.12" |
| 33 | + "prettier": "^3.0.0", |
| 34 | + "typescript": "~5.1.6", |
| 35 | + "vite": "^4.4.9", |
| 36 | + "vitest": "^0.34.2", |
| 37 | + "vue-tsc": "^1.8.8" |
31 | 38 | } |
32 | 39 | } |
0 commit comments