Skip to content

Commit d36f360

Browse files
committed
chore(dependencies): Update to primevue 4.3.0 (within latest formkit-primevue-nuxt) and use @primeuix/themes instead of @primevue/themes
1 parent 674c0b5 commit d36f360

File tree

3 files changed

+114
-107
lines changed

3 files changed

+114
-107
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Aura from '@primevue/themes/aura'
1+
import Aura from '@primeuix/themes/aura'
22
import pkg from './package.json'
33

44
export default defineNuxtConfig({

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"@iconify-json/mdi": "^1.2.3",
2626
"@iconify-json/prime": "^1.2.2",
2727
"@iconify-json/twemoji": "^1.2.2",
28-
"@nuxt/content": "^3.2.1",
28+
"@nuxt/content": "^3.2.2",
2929
"@nuxt/devtools": "^2.1.0",
3030
"@nuxt/fonts": "^0.10.3",
3131
"@nuxt/image": "^1.9.0",
3232
"@nuxt/test-utils": "^3.17.0",
3333
"@pinia/nuxt": "^0.10.1",
34-
"@primevue/themes": "^4.2.5",
35-
"@sfxcode/formkit-primevue-nuxt": "^1.2.13",
34+
"@primeuix/themes": "^1.0.0",
35+
"@sfxcode/formkit-primevue-nuxt": "^1.2.14",
3636
"@tiptap/extension-highlight": "^2.11.5",
3737
"@tiptap/extension-text-align": "^2.11.5",
3838
"@tiptap/extension-text-style": "^2.11.5",
@@ -46,7 +46,7 @@
4646
"c8": "^10.1.3",
4747
"changelogen": "^0.5.7",
4848
"eslint": "^9.21.0",
49-
"happy-dom": "^17.1.3",
49+
"happy-dom": "^17.1.4",
5050
"jsdom": "^26.0.0",
5151
"nuxt": "^3.15.4",
5252
"sass": "1.78.0",

0 commit comments

Comments
 (0)