|
20 | 20 | "release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "@antfu/eslint-config": "3.6.0", |
| 23 | + "@antfu/eslint-config": "^3.8.0", |
24 | 24 | "@formkit/nuxt": "^1.6.7",
|
25 |
| - "@iconify-json/carbon": "^1.2.2", |
| 25 | + "@iconify-json/carbon": "^1.2.4", |
26 | 26 | "@iconify-json/mdi": "^1.2.1",
|
27 | 27 | "@iconify-json/prime": "^1.2.1",
|
28 | 28 | "@iconify-json/twemoji": "^1.2.1",
|
29 | 29 | "@intlify/core": "9.14.0",
|
30 |
| - "@nuxt/content": "2.13.2", |
31 |
| - "@nuxt/devtools": "1.4.2", |
32 |
| - "@nuxt/fonts": "^0.8.0", |
| 30 | + "@nuxt/content": "2.13.4", |
| 31 | + "@nuxt/devtools": "^1.6.0", |
| 32 | + "@nuxt/fonts": "^0.10.2", |
33 | 33 | "@nuxt/image": "^1.8.1",
|
34 |
| - "@nuxt/test-utils": "^3.14.3", |
| 34 | + "@nuxt/test-utils": "^3.14.4", |
35 | 35 | "@nuxtjs/i18n": "8.5.5",
|
36 |
| - "@pinia/nuxt": "^0.5.5", |
37 |
| - "@primevue/nuxt-module": "^4.1.0", |
38 |
| - "@primevue/themes": "^4.1.0", |
39 |
| - "@sfxcode/formkit-primevue": "^2.5.7", |
40 |
| - "@tiptap/extension-highlight": "^2.8.0", |
41 |
| - "@tiptap/extension-text-align": "^2.8.0", |
42 |
| - "@tiptap/extension-text-style": "^2.8.0", |
43 |
| - "@tiptap/pm": "^2.8.0", |
44 |
| - "@tiptap/starter-kit": "^2.8.0", |
45 |
| - "@tiptap/vue-3": "^2.8.0", |
46 |
| - "@unocss/nuxt": "^0.62.4", |
47 |
| - "@vitest/ui": "^2.1.2", |
| 36 | + "@pinia/nuxt": "^0.6.1", |
| 37 | + "@primevue/nuxt-module": "^4.2.0", |
| 38 | + "@primevue/themes": "^4.2.0", |
| 39 | + "@sfxcode/formkit-primevue": "^2.6.1", |
| 40 | + "@tiptap/extension-highlight": "^2.9.1", |
| 41 | + "@tiptap/extension-text-align": "^2.9.1", |
| 42 | + "@tiptap/extension-text-style": "^2.9.1", |
| 43 | + "@tiptap/pm": "^2.9.1", |
| 44 | + "@tiptap/starter-kit": "^2.9.1", |
| 45 | + "@tiptap/vue-3": "^2.9.1", |
| 46 | + "@unocss/nuxt": "^0.63.6", |
| 47 | + "@vitest/ui": "^2.1.4", |
48 | 48 | "@vue/test-utils": "^2.4.6",
|
49 |
| - "@vueuse/nuxt": "^11.1.0", |
| 49 | + "@vueuse/nuxt": "^11.2.0", |
50 | 50 | "c8": "^10.1.2",
|
51 | 51 | "changelogen": "^0.5.7",
|
52 |
| - "eslint": "^9.12.0", |
| 52 | + "eslint": "^9.13.0", |
53 | 53 | "happy-dom": "^15.7.4",
|
54 | 54 | "jsdom": "^25.0.1",
|
55 | 55 | "nuxt": "^3.13.2",
|
56 |
| - "primevue": "^4.1.0", |
| 56 | + "primevue": "^4.2.0", |
57 | 57 | "sass": "1.78.0",
|
58 | 58 | "typescript": "^5.6.3",
|
59 |
| - "unstorage": "^1.12.0", |
60 |
| - "vitest": "^2.1.2", |
| 59 | + "unstorage": "^1.13.1", |
| 60 | + "vitest": "^2.1.4", |
61 | 61 | "vue-i18n": "9.14.0",
|
62 | 62 | "vue-sidebar-menu": "^5.4.2"
|
63 | 63 | },
|
|
0 commit comments