|
2 | 2 | "name": "shopmon-frontend", |
3 | 3 | "private": true, |
4 | 4 | "version": "0.0.0", |
5 | | - "packageManager": "pnpm@8.14.0", |
| 5 | + "packageManager": "pnpm@10.5.2", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite --port 3000 --host", |
8 | 8 | "dev:local": "SHOPMON_API_URL=http://127.0.0.1:5789 vite --port 3000 --host", |
|
12 | 12 | "wrangler": "wrangler" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@headlessui/vue": "1.7.16", |
| 15 | + "@headlessui/vue": "1.7.23", |
16 | 16 | "@passwordless-id/webauthn": "^2.2.0", |
17 | | - "@tailwindcss/forms": "0.5.7", |
18 | | - "@trpc/client": "^10.45.1", |
19 | | - "compare-versions": "^6.1.0", |
20 | | - "fast-sort": "3.4.0", |
21 | | - "fuse.js": "^7.0.0", |
22 | | - "pinia": "2.1.7", |
23 | | - "unplugin-icons": "0.18.1", |
24 | | - "unplugin-vue-components": "0.26.0", |
25 | | - "vee-validate": "4.12.3", |
26 | | - "vue": "3.3.13", |
27 | | - "vue-router": "4.2.5", |
28 | | - "yup": "1.3.3" |
| 17 | + "@tailwindcss/forms": "0.5.10", |
| 18 | + "@trpc/client": "^10.45.2", |
| 19 | + "compare-versions": "^6.1.1", |
| 20 | + "fast-sort": "3.4.1", |
| 21 | + "fuse.js": "^7.1.0", |
| 22 | + "pinia": "3.0.1", |
| 23 | + "unplugin-icons": "22.1.0", |
| 24 | + "unplugin-vue-components": "28.4.1", |
| 25 | + "vee-validate": "4.15.0", |
| 26 | + "vue": "3.5.13", |
| 27 | + "vue-router": "4.5.0", |
| 28 | + "yup": "1.6.1" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@iconify-json/fa-brands": "^1.1.8", |
32 | | - "@iconify-json/fa6-regular": "1.1.18", |
33 | | - "@iconify-json/fa6-solid": "1.1.20", |
34 | | - "@iconify-json/ic": "1.1.17", |
35 | | - "@iconify-json/line-md": "1.1.33", |
36 | | - "@iconify-json/material-symbols": "^1.1.72", |
37 | | - "@trpc/server": "^10.45.1", |
38 | | - "@typescript-eslint/eslint-plugin": "6.15.0", |
39 | | - "@typescript-eslint/parser": "6.15.0", |
40 | | - "@vitejs/plugin-vue": "4.5.2", |
41 | | - "autoprefixer": "10.4.16", |
42 | | - "eslint": "8.56.0", |
43 | | - "eslint-plugin-vue": "9.19.2", |
44 | | - "postcss": "^8.4.35", |
45 | | - "typescript": "5.3.3", |
46 | | - "vite": "5.4.16", |
47 | | - "wrangler": "^3.28.2" |
| 31 | + "@iconify-json/fa-brands": "^1.2.1", |
| 32 | + "@iconify-json/fa6-regular": "1.2.3", |
| 33 | + "@iconify-json/fa6-solid": "1.2.3", |
| 34 | + "@iconify-json/ic": "1.2.2", |
| 35 | + "@iconify-json/line-md": "1.2.5", |
| 36 | + "@iconify-json/material-symbols": "^1.2.14", |
| 37 | + "@trpc/server": "^10.45.2", |
| 38 | + "@typescript-eslint/eslint-plugin": "8.25.0", |
| 39 | + "@typescript-eslint/parser": "8.25.0", |
| 40 | + "@vitejs/plugin-vue": "5.2.1", |
| 41 | + "autoprefixer": "10.4.20", |
| 42 | + "eslint": "9.21.0", |
| 43 | + "eslint-plugin-vue": "9.32.0", |
| 44 | + "postcss": "^8.5.3", |
| 45 | + "typescript": "5.7.3", |
| 46 | + "vite": "6.2.0", |
| 47 | + "wrangler": "^3.111.0" |
48 | 48 | } |
49 | 49 | } |
0 commit comments