Skip to content

Commit 4d4f220

Browse files
committed
chore(dependencies): PrimeVue 4.2
1 parent 50e9e68 commit 4d4f220

File tree

4 files changed

+2039
-1823
lines changed

4 files changed

+2039
-1823
lines changed

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
1313
Starter for Vue.js Development with Nuxt 3.
1414
</h2>
1515
<div class="grid grid-cols-2 lg:grid-cols-3 gap-2">
16-
<AdvertiseBox header="PrimeVue 4.1.x" icon="prime-check-circle" color="green-600">
16+
<AdvertiseBox header="PrimeVue 4.2.x" icon="prime-check-circle" color="green-600">
1717
Excellent <ExternalLink href="https://github.com/sfxcode/formkit-primevue" text="Component Library" /> for VUE
1818
</AdvertiseBox>
1919
<AdvertiseBox header="PrimeVue Theme" icon="prime-check-circle" color="green-600">

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default defineNuxtConfig({
6060
primevue: {
6161
autoImport: false,
6262
components: {
63-
exclude: ['Chart', 'Editor'],
63+
exclude: ['Chart', 'Editor', 'Form', 'FormField'],
6464
},
6565
options: {
6666
theme: {

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,44 +20,44 @@
2020
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
2121
},
2222
"devDependencies": {
23-
"@antfu/eslint-config": "3.6.0",
23+
"@antfu/eslint-config": "^3.8.0",
2424
"@formkit/nuxt": "^1.6.7",
25-
"@iconify-json/carbon": "^1.2.2",
25+
"@iconify-json/carbon": "^1.2.4",
2626
"@iconify-json/mdi": "^1.2.1",
2727
"@iconify-json/prime": "^1.2.1",
2828
"@iconify-json/twemoji": "^1.2.1",
2929
"@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",
3333
"@nuxt/image": "^1.8.1",
34-
"@nuxt/test-utils": "^3.14.3",
34+
"@nuxt/test-utils": "^3.14.4",
3535
"@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",
4848
"@vue/test-utils": "^2.4.6",
49-
"@vueuse/nuxt": "^11.1.0",
49+
"@vueuse/nuxt": "^11.2.0",
5050
"c8": "^10.1.2",
5151
"changelogen": "^0.5.7",
52-
"eslint": "^9.12.0",
52+
"eslint": "^9.13.0",
5353
"happy-dom": "^15.7.4",
5454
"jsdom": "^25.0.1",
5555
"nuxt": "^3.13.2",
56-
"primevue": "^4.1.0",
56+
"primevue": "^4.2.0",
5757
"sass": "1.78.0",
5858
"typescript": "^5.6.3",
59-
"unstorage": "^1.12.0",
60-
"vitest": "^2.1.2",
59+
"unstorage": "^1.13.1",
60+
"vitest": "^2.1.4",
6161
"vue-i18n": "9.14.0",
6262
"vue-sidebar-menu": "^5.4.2"
6363
},

0 commit comments

Comments
 (0)