Skip to content

Commit 44e92de

Browse files
committed
chore(dependencies): update to primevue 4.3.4
1 parent 36b441e commit 44e92de

File tree

4 files changed

+4175
-2332
lines changed

4 files changed

+4175
-2332
lines changed

app/pages/index.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
3131
<AdvertiseBox header="Typescript 5" icon="prime-check-circle" color="blue-400">
3232
Typesafe by default
3333
</AdvertiseBox>
34-
<AdvertiseBox header="Nuxt 3.16.x (Nuxt 4 ready)" icon="prime-check-circle" color="green-400">
34+
<AdvertiseBox header="Nuxt 3.17.x (Nuxt 4 ready)" icon="prime-check-circle" color="green-400">
3535
<ExternalLink href="https://nuxt.com/" text="Nuxt" /> with Pages, Layouts, ...
3636
</AdvertiseBox>
37-
<AdvertiseBox header="Nuxt Content 3.4.x" icon="prime-check-circle" color="green-400">
37+
<AdvertiseBox header="Nuxt Content 3.5.x" icon="prime-check-circle" color="green-400">
3838
<ExternalLink href="https://content.nuxt.com/" text="Content" />: Markdown, YML, CSV or JSON and MDC Syntax
3939
</AdvertiseBox>
4040
<AdvertiseBox header="Nuxt Modules" icon="prime-check-circle" color="green-600">
@@ -44,7 +44,7 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
4444
<ExternalLink href="https://vueuse.org/" text="VueUse" /> included
4545
</AdvertiseBox>
4646
<AdvertiseBox header="Pinia 2.x" icon="prime-check-circle" color="blue-400">
47-
<ExternalLink href="https://pinia.vuejs.org/" text="Pinia" />: Vue Store Implementation
47+
<ExternalLink href="https://pinia.vuejs.org/" text="Pinia (Colada)" />: Vue Store Implementation
4848
</AdvertiseBox>
4949
<AdvertiseBox header="TipTap" icon="prime-check-circle" color="green-600">
5050
<ExternalLink href="https://tiptap.dev/" text="TipTap" /> Editor

nuxt.config.ts

-12
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@ export default defineNuxtConfig({
2020

2121
ssr: true,
2222
devtools: { enabled: true },
23-
content: {
24-
highlight: {
25-
theme: {
26-
// Default theme (same as single string)
27-
default: 'github-light',
28-
// Theme used if `html.dark`
29-
dark: 'github-dark',
30-
31-
},
32-
},
33-
},
34-
3523
runtimeConfig: {
3624
public: {
3725
APP_VERSION: pkg.version,

package.json

+29-26
Original file line numberDiff line numberDiff line change
@@ -21,45 +21,48 @@
2121
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
2222
},
2323
"devDependencies": {
24-
"@antfu/eslint-config": "^4.12.0",
24+
"@antfu/eslint-config": "^4.13.0",
2525
"@iconify-json/carbon": "^1.2.8",
2626
"@iconify-json/mdi": "^1.2.3",
2727
"@iconify-json/prime": "^1.2.2",
2828
"@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",
3131
"@nuxt/eslint": "^1.3.0",
32-
"@nuxt/fonts": "^0.11.1",
32+
"@nuxt/fonts": "^0.11.2",
3333
"@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",
3637
"@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",
4849
"@vue/test-utils": "^2.4.6",
4950
"@vueuse/nuxt": "^13.1.0",
5051
"c8": "^10.1.3",
5152
"changelogen": "^0.6.1",
52-
"eslint": "^9.24.0",
53+
"eslint": "^9.26.0",
5354
"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",
5861
"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"
6366
},
6467
"pnpm": {
6568
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)