|
2 | 2 | "name": "@tg-search/frontend",
|
3 | 3 | "type": "module",
|
4 | 4 | "private": true,
|
5 |
| - "packageManager": "pnpm@10.8.1", |
| 5 | + "packageManager": "pnpm@10.9.0", |
6 | 6 | "scripts": {
|
7 | 7 | "build": "vue-tsc && vite build",
|
8 | 8 | "dev": "vite --port 3333",
|
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 | 16 | "@formkit/auto-animate": "^0.8.2",
|
17 |
| - "@iconify-json/lucide": "^1.2.37", |
| 17 | + "@iconify-json/lucide": "^1.2.39", |
18 | 18 | "@iconify/vue": "^4.3.0",
|
19 |
| - "@tanstack/vue-query": "^5.74.5", |
| 19 | + "@tanstack/vue-query": "^5.74.6", |
20 | 20 | "@tanstack/vue-table": "^8.21.3",
|
21 | 21 | "@tg-search/common": "workspace:*",
|
22 | 22 | "@tg-search/core": "workspace:*",
|
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 | 37 | "@antfu/eslint-config": "^4.12.0",
|
38 |
| - "@types/node": "^22.14.1", |
| 38 | + "@types/node": "^22.15.2", |
39 | 39 | "@unocss/eslint-config": "^66.1.0-beta.12",
|
40 | 40 | "@unocss/eslint-plugin": "^66.1.0-beta.12",
|
41 | 41 | "@unocss/reset": "^66.1.0-beta.12",
|
42 | 42 | "@vitejs/plugin-vue": "^5.2.3",
|
43 |
| - "@vue-macros/volar": "^3.0.0-beta.8", |
| 43 | + "@vue-macros/volar": "^3.0.0-beta.9", |
44 | 44 | "@vue/test-utils": "^2.4.6",
|
45 | 45 | "autoprefixer": "^10.4.21",
|
46 |
| - "eslint": "^9.25.0", |
| 46 | + "eslint": "^9.25.1", |
47 | 47 | "eslint-plugin-format": "^1.0.1",
|
48 | 48 | "jsdom": "^26.1.0",
|
49 |
| - "pnpm": "^10.8.1", |
| 49 | + "pnpm": "^10.9.0", |
50 | 50 | "postcss": "^8.5.3",
|
51 | 51 | "tailwindcss": "^4.1.4",
|
52 | 52 | "taze": "^19.0.4",
|
|
56 | 56 | "unplugin-vue-components": "^28.5.0",
|
57 | 57 | "unplugin-vue-macros": "^2.14.5",
|
58 | 58 | "unplugin-vue-router": "^0.12.0",
|
59 |
| - "vite": "^6.3.2", |
| 59 | + "vite": "^6.3.3", |
60 | 60 | "vue-tsc": "^3.0.0-alpha.4"
|
61 | 61 | }
|
62 | 62 | }
|
0 commit comments