Skip to content

Commit 1cbfa25

Browse files
committed
core(update): nuxt 3.14
1 parent 96b6f33 commit 1cbfa25

File tree

3 files changed

+514
-554
lines changed

3 files changed

+514
-554
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default defineNuxtConfig({
7373
},
7474

7575
build: {
76-
transpile: ['nuxt', 'primevue', 'formkit-primevue'],
76+
transpile: ['nuxt', 'primevue', '@sfxcode/formkit-primevue'],
7777
},
7878

7979
sourcemap: {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt3-primevue-starter",
33
"type": "module",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"license": "MIT",
66
"scripts": {
77
"build": "nuxi build",
@@ -47,9 +47,9 @@
4747
"c8": "^10.1.2",
4848
"changelogen": "^0.5.7",
4949
"eslint": "^9.14.0",
50-
"happy-dom": "^15.8.0",
50+
"happy-dom": "^15.9.0",
5151
"jsdom": "^25.0.1",
52-
"nuxt": "^3.13.2",
52+
"nuxt": "^3.14.0",
5353
"sass": "1.78.0",
5454
"typescript": "^5.6.3",
5555
"unstorage": "^1.13.1",

0 commit comments

Comments
 (0)