|
12 | 12 | "dev:test": "vite dev --port 8888 --mode=test",
|
13 | 13 | "test": "playwright test"
|
14 | 14 | },
|
15 |
| - "packageManager": "[email protected].6", |
| 15 | + "packageManager": "[email protected].9", |
16 | 16 | "engines": {
|
17 | 17 | "node": ">=20.11.1",
|
18 | 18 | "pnpm": "^9.0.0"
|
|
27 | 27 | "devDependencies": {
|
28 | 28 | "@eslint/js": "9.20.0",
|
29 | 29 | "@playwright/test": "^1.51.0",
|
30 |
| - "@tailwindcss/vite": "4.0.9", |
31 |
| - "@types/node": "22.13.7", |
32 |
| - "@vitejs/plugin-vue": "5.2.1", |
| 30 | + "@tailwindcss/vite": "4.0.17", |
| 31 | + "@types/node": "22.13.17", |
| 32 | + "@vitejs/plugin-vue": "5.2.3", |
33 | 33 | "@vue/compiler-sfc": "3.5.13",
|
34 | 34 | "eslint": "9.20.1",
|
35 | 35 | "eslint-config-prettier": "9.1.0",
|
36 |
| - "eslint-plugin-prettier": "5.2.3", |
| 36 | + "eslint-plugin-prettier": "5.2.6", |
37 | 37 | "eslint-plugin-vue": "9.32.0",
|
38 |
| - "prettier": "3.5.2", |
| 38 | + "prettier": "3.5.3", |
39 | 39 | "prettier-plugin-tailwindcss": "0.6.11",
|
40 |
| - "tailwindcss": "4.0.9", |
| 40 | + "tailwindcss": "4.0.17", |
41 | 41 | "typescript": "5.7.3",
|
42 | 42 | "typescript-eslint": "8.24.1",
|
43 | 43 | "vite": "6.1.6",
|
44 |
| - "vite-plugin-pwa": "0.21.1", |
| 44 | + "vite-plugin-pwa": "0.21.2", |
45 | 45 | "vite-svg-loader": "5.1.0",
|
46 | 46 | "vue-eslint-parser": "9.4.3",
|
47 |
| - "vue-tsc": "2.2.4" |
| 47 | + "vue-tsc": "2.2.10" |
48 | 48 | },
|
49 | 49 | "prettier": {
|
50 | 50 | "plugins": [
|
|
0 commit comments