Skip to content

Commit b4d4b5f

Browse files
authored
update nuxt (#902)
1 parent 32cc5df commit b4d4b5f

File tree

4 files changed

+2926
-1874
lines changed

4 files changed

+2926
-1874
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default defineNuxtConfig({
101101
},
102102
scheduledTasks: {
103103
// peatix api cron runs at UTC 16:00 (JST 01:00), so execute about 15 minutes later
104-
"15 16 * * *": ["db:sync-role"],
104+
"15 16 * * *": ["sync-role"],
105105
},
106106
},
107107

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@nuxtjs/seo": "^3.0.1",
5555
"@nuxtjs/storybook": "^8.3.3",
5656
"@primevue/forms": "^4.3.2",
57-
"@primevue/nuxt-module": "^4.3.2",
57+
"@primevue/nuxt-module": "^4.3.7",
5858
"@sidebase/nuxt-auth": "1.0.0",
5959
"@storybook-vue/nuxt": "^8.3.3",
6060
"@storybook/addon-essentials": "8.4.7",
@@ -77,10 +77,11 @@
7777
"eslint-plugin-vuejs-accessibility": "^2.4.1",
7878
"lightningcss": "^1.30.1",
7979
"next-auth": "~4.21.1",
80+
"nitro": "npm:nitropack@^2.12.4",
81+
"nitropack": "^2.12.4",
8082
"nitro-cloudflare-dev": "^0.2.2",
81-
"nitropack": "^2.11.13",
8283
"node-fetch": "^3.3.2",
83-
"nuxt": "^3.15.4",
84+
"nuxt": "^4.0.3",
8485
"nuxt-og-image": "^5.1.9",
8586
"nuxt-typed-router": "3.8.0",
8687
"openapi-fetch": "^0.14.0",

0 commit comments

Comments
 (0)