Skip to content

Commit

Permalink
chore: upgraded nuxt version
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Jul 25, 2024
1 parent d18440a commit 0cd2d51
Show file tree
Hide file tree
Showing 4 changed files with 1,886 additions and 2,415 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"h3": "^1.10.1",
"nitropack": "^2.9.6",
"nuxi": "^3.10.0",
"nuxt": "^3.11.2",
"nuxt": "^3.12.4",
"prettier": "^3.0.3",
"typescript": "^5.4.5",
"vite": "^4.4.9",
Expand Down
3 changes: 3 additions & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default defineNuxtConfig({
devtools: { enabled: true },
ssr: true,

typescript: {
strict: true,
typeCheck: false, // disabled due to https://github.com/vuejs/language-tools/issues/3969
Expand Down Expand Up @@ -30,4 +31,6 @@ export default defineNuxtConfig({
enabled: false,
},
},

compatibilityDate: '2024-07-26',
});
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default defineNuxtModule<ModuleOptions>({
name: MODULE_NAME,
configKey: 'sanctum',
compatibility: {
nuxt: '>=3.9.0',
nuxt: '>=3.12.0',
},
},

Expand Down
Loading

0 comments on commit 0cd2d51

Please sign in to comment.