|
21 | 21 | "release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
|
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 |
| - "@antfu/eslint-config": "^4.12.0", |
| 24 | + "@antfu/eslint-config": "^4.13.0", |
25 | 25 | "@iconify-json/carbon": "^1.2.8",
|
26 | 26 | "@iconify-json/mdi": "^1.2.3",
|
27 | 27 | "@iconify-json/prime": "^1.2.2",
|
28 | 28 | "@iconify-json/twemoji": "^1.2.2",
|
29 |
| - "@nuxt/content": "^3.4.0", |
30 |
| - "@nuxt/devtools": "^2.3.2", |
| 29 | + "@nuxt/content": "^3.5.1", |
| 30 | + "@nuxt/devtools": "^2.4.0", |
31 | 31 | "@nuxt/eslint": "^1.3.0",
|
32 |
| - "@nuxt/fonts": "^0.11.1", |
| 32 | + "@nuxt/fonts": "^0.11.2", |
33 | 33 | "@nuxt/image": "^1.10.0",
|
34 |
| - "@nuxt/test-utils": "^3.17.2", |
35 |
| - "@pinia/colada-nuxt": "^0.1.1", |
| 34 | + "@nuxt/test-utils": "^3.18.0", |
| 35 | + "@pinia/colada": "^0.15.3", |
| 36 | + "@pinia/colada-nuxt": "^0.1.3", |
36 | 37 | "@pinia/nuxt": "^0.11.0",
|
37 |
| - "@primeuix/themes": "^1.0.3", |
38 |
| - "@sfxcode/formkit-primevue-nuxt": "^1.3.2", |
39 |
| - "@tiptap/extension-highlight": "^2.11.7", |
40 |
| - "@tiptap/extension-text-align": "^2.11.7", |
41 |
| - "@tiptap/extension-text-style": "^2.11.7", |
42 |
| - "@tiptap/pm": "^2.11.7", |
43 |
| - "@tiptap/starter-kit": "^2.11.7", |
44 |
| - "@tiptap/vue-3": "^2.11.7", |
45 |
| - "@unocss/eslint-config": "66.1.0-beta.11", |
46 |
| - "@unocss/nuxt": "66.1.0-beta.11", |
47 |
| - "@vitest/ui": "^3.1.1", |
| 38 | + "@primeuix/themes": "^1.1.1", |
| 39 | + "@sfxcode/formkit-primevue-nuxt": "^1.3.4", |
| 40 | + "@tiptap/extension-highlight": "^2.12.0", |
| 41 | + "@tiptap/extension-text-align": "^2.12.0", |
| 42 | + "@tiptap/extension-text-style": "^2.12.0", |
| 43 | + "@tiptap/pm": "^2.12.0", |
| 44 | + "@tiptap/starter-kit": "^2.12.0", |
| 45 | + "@tiptap/vue-3": "^2.12.0", |
| 46 | + "@unocss/eslint-config": "66.1.0", |
| 47 | + "@unocss/nuxt": "66.1.0", |
| 48 | + "@vitest/ui": "^3.1.3", |
48 | 49 | "@vue/test-utils": "^2.4.6",
|
49 | 50 | "@vueuse/nuxt": "^13.1.0",
|
50 | 51 | "c8": "^10.1.3",
|
51 | 52 | "changelogen": "^0.6.1",
|
52 |
| - "eslint": "^9.24.0", |
| 53 | + "eslint": "^9.26.0", |
53 | 54 | "eslint-plugin-format": "^1.0.1",
|
54 |
| - "happy-dom": "^17.4.4", |
55 |
| - "jsdom": "^26.0.0", |
56 |
| - "nuxt": "^3.16.2", |
57 |
| - "sass": "1.86.3", |
| 55 | + "happy-dom": "^17.4.6", |
| 56 | + "jsdom": "^26.1.0", |
| 57 | + "nuxt": "^3.17.2", |
| 58 | + "pinia": "^3.0.2", |
| 59 | + "pinia-colada": "^0.0.1", |
| 60 | + "sass": "1.87.0", |
58 | 61 | "typescript": "^5.8.3",
|
59 |
| - "unstorage": "^1.15.0", |
60 |
| - "vitest": "^3.1.1", |
61 |
| - "vue-router": "^4.5.0", |
62 |
| - "vue-sidebar-menu": "^5.6.0" |
| 62 | + "unstorage": "^1.16.0", |
| 63 | + "vitest": "^3.1.3", |
| 64 | + "vue-router": "^4.5.1", |
| 65 | + "vue-sidebar-menu": "^5.7.0" |
63 | 66 | },
|
64 | 67 | "pnpm": {
|
65 | 68 | "onlyBuiltDependencies": [
|
|
0 commit comments