|
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | 33 | "@egoist/tailwindcss-icons": "1.9.0", |
34 | | - "@iconify-json/bi": "1.2.2", |
35 | | - "@lenne.tech/nuxt-base": "3.27.0", |
36 | | - "@nuxt/image": "1.9.0", |
| 34 | + "@iconify-json/bi": "1.2.3", |
| 35 | + "@lenne.tech/nuxt-base": "3.28.0", |
| 36 | + "@nuxt/image": "1.10.0", |
37 | 37 | "@vee-validate/yup": "4.15.0", |
38 | | - "@vueuse/core": "12.7.0", |
39 | | - "@vueuse/integrations": "12.7.0", |
40 | | - "@vueuse/nuxt": "12.7.0", |
| 38 | + "@vueuse/core": "13.1.0", |
| 39 | + "@vueuse/integrations": "13.1.0", |
| 40 | + "@vueuse/nuxt": "13.1.0", |
41 | 41 | "ios-pwa-splash": "1.0.0", |
42 | 42 | "rimraf": "6.0.1", |
43 | | - "tailwind-merge": "3.0.1", |
44 | | - "tailwindcss": "^4.0.6", |
| 43 | + "tailwind-merge": "3.2.0", |
| 44 | + "tailwindcss": "^4.1.5", |
45 | 45 | "vee-validate": "4.15.0" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@lenne.tech/eslint-config-vue": "1.0.5", |
49 | | - "@nuxt/devtools": "2.1.0", |
50 | | - "@nuxt/test-utils": "3.15.4", |
| 48 | + "@lenne.tech/eslint-config-vue": "2.0.1", |
| 49 | + "@nuxt/devtools": "2.4.0", |
| 50 | + "@nuxt/test-utils": "3.18.0", |
51 | 51 | "@nuxtjs/color-mode": "3.5.2", |
52 | 52 | "@nuxtjs/google-fonts": "3.2.0", |
53 | 53 | "@nuxtjs/plausible": "1.2.0", |
54 | | - "@nuxtjs/seo": "2.2.0", |
55 | | - "@nuxtjs/tailwindcss": "6.13.1", |
56 | | - "@playwright/test": "1.50.1", |
| 54 | + "@nuxtjs/seo": "3.0.3", |
| 55 | + "@nuxtjs/tailwindcss": "6.14.0", |
| 56 | + "@playwright/test": "1.52.0", |
57 | 57 | "@tailwindcss/forms": "0.5.10", |
58 | | - "@tailwindcss/vite": "4.0.6", |
59 | 58 | "@tailwindcss/typography": "0.5.16", |
60 | | - "@types/node": "22.13.4", |
61 | | - "@vitejs/plugin-vue": "5.2.1", |
62 | | - "dayjs-nuxt": "2.1.11", |
| 59 | + "@tailwindcss/vite": "4.1.5", |
| 60 | + "@types/node": "22.15.3", |
| 61 | + "@vitejs/plugin-vue": "5.2.3", |
63 | 62 | "@vue/test-utils": "2.4.6", |
64 | | - "eslint": "9.20.1", |
65 | | - "jsdom": "26.0.0", |
66 | | - "nuxt": "3.15.4", |
| 63 | + "dayjs-nuxt": "2.1.11", |
| 64 | + "eslint": "9.26.0", |
| 65 | + "jsdom": "26.1.0", |
| 66 | + "nuxt": "3.17.2", |
67 | 67 | "ts-loader": "9.5.2", |
68 | | - "typescript": "5.7.3" |
| 68 | + "typescript": "5.8.3" |
69 | 69 | }, |
70 | 70 | "exports": { |
71 | 71 | ".": { |
72 | 72 | "import": { |
73 | 73 | "node": "./tslib.es6.mjs" |
74 | 74 | } |
75 | 75 | } |
| 76 | + }, |
| 77 | + "pnpm": { |
| 78 | + "overrides": { |
| 79 | + "koa@>=2.0.0 <2.15.4": ">=2.15.4", |
| 80 | + "esbuild@<=0.24.2": ">=0.25.0", |
| 81 | + "vite@>=6.1.0 <6.1.2": ">=6.1.2", |
| 82 | + "vite@>=6.1.0 <6.1.3": ">=6.1.3", |
| 83 | + "koa@<2.16.1": ">=2.16.1", |
| 84 | + "vite@>=6.1.0 <6.1.5": ">=6.1.5", |
| 85 | + "@babel/runtime@<7.26.10": ">=7.26.10", |
| 86 | + "@babel/helpers@<7.26.10": ">=7.26.10", |
| 87 | + "vite@>=6.0.0 <=6.1.5": ">=6.1.6", |
| 88 | + "vite@>=6.1.0 <6.1.4": ">=6.1.4" |
| 89 | + } |
76 | 90 | } |
77 | 91 | } |
0 commit comments