|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 |
| - "packageManager": "pnpm@8.6.11", |
| 3 | + "packageManager": "pnpm@8.7.0", |
4 | 4 | "engines": {
|
5 | 5 | "node": "^16.11.0 || ^17.0.0 || || ^18.0.0"
|
6 | 6 | },
|
|
13 | 13 | "lint:fix": "eslint . --fix"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@headlessui/vue": "1.7.15", |
17 |
| - "@huntersofbook/naive-ui-nuxt": "1.1.0", |
18 |
| - "@nuxtjs/i18n": "8.0.0-rc.2", |
| 16 | + "@headlessui/vue": "1.7.16", |
| 17 | + "@huntersofbook/naive-ui-nuxt": "1.2.0", |
| 18 | + "@nuxtjs/i18n": "8.0.0-rc.3", |
19 | 19 | "@pinia/nuxt": "0.4.11",
|
20 | 20 | "@tailwindcss/aspect-ratio": "0.4.2",
|
21 |
| - "@tailwindcss/forms": "0.5.4", |
22 |
| - "@tailwindcss/line-clamp": "0.4.4", |
| 21 | + "@tailwindcss/forms": "0.5.6", |
23 | 22 | "@tailwindcss/typography": "0.5.9",
|
24 | 23 | "pinia": "2.1.6"
|
25 | 24 | },
|
26 | 25 | "devDependencies": {
|
27 |
| - "@antfu/eslint-config": "0.40.0", |
28 |
| - "@iconify-json/carbon": "1.1.18", |
29 |
| - "@iconify-json/ic": "1.1.13", |
30 |
| - "@iconify-json/ph": "1.1.5", |
31 |
| - "@iconify-json/twemoji": "1.1.11", |
| 26 | + "@antfu/eslint-config": "0.41.0", |
| 27 | + "@iconify-json/carbon": "1.1.20", |
| 28 | + "@iconify-json/ic": "1.1.14", |
| 29 | + "@iconify-json/ph": "1.1.6", |
| 30 | + "@iconify-json/twemoji": "1.1.12", |
| 31 | + "@nuxt/devtools": "^0.8.2", |
32 | 32 | "@nuxtjs/color-mode": "3.3.0",
|
33 | 33 | "@nuxtjs/tailwindcss": "6.8.0",
|
34 |
| - "@unocss/nuxt": "0.54.1", |
35 |
| - "@vueuse/nuxt": "10.3.0", |
36 |
| - "eslint": "8.46.0", |
37 |
| - "eslint-config-prettier": "8.10.0", |
38 |
| - "eslint-plugin-prettier": "4.2.1", |
39 |
| - "eslint-plugin-vue": "9.16.1", |
40 |
| - "nuxt": "3.6.5", |
41 |
| - "sass": "1.64.2", |
| 34 | + "@unocss/nuxt": "0.55.3", |
| 35 | + "@vueuse/nuxt": "10.4.1", |
| 36 | + "eslint": "8.48.0", |
| 37 | + "eslint-plugin-vue": "9.17.0", |
| 38 | + "nuxt": "3.7.0", |
| 39 | + "sass": "1.66.1", |
42 | 40 | "sass-loader": "13.3.2",
|
43 |
| - "typescript": "5.1.6" |
44 |
| - }, |
45 |
| - "pnpm": { |
46 |
| - "overrides": { |
47 |
| - "consola": "3.1.0" |
48 |
| - } |
| 41 | + "typescript": "5.2.2" |
49 | 42 | }
|
50 | 43 | }
|
0 commit comments