Skip to content

Commit

Permalink
feat: upgrade to nuxt 3 rc.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aerophobic committed Sep 29, 2022
1 parent 82aad54 commit 29813b6
Show file tree
Hide file tree
Showing 3 changed files with 917 additions and 700 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"test:e2e": "vitest run test/e2e"
},
"dependencies": {
"@nuxt/kit": "^3.0.0-rc.6",
"@nuxt/kit": "^3.0.0-rc.11",
"consola": "^2.15.3",
"vue3-lazy-hydration": "^1.1.3"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxt/test-utils-edge": "^3.0.0-rc.8-27677485.94214d6",
"@nuxt/test-utils-edge": "3.0.0-rc.11-27727864.720da64",
"@nuxtjs/eslint-config-typescript": "latest",
"eslint": "latest",
"jest": "^28.1.3",
"nuxt": "3.0.0-rc.6",
"nuxt": "^3.0.0-rc.11",
"vitest": "^0.22.0"
}
}
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineNuxtModule<ModuleOptions>({
})

// Add blokwise dynamic composables
nuxt.hook('autoImports:dirs', (dirs) => {
nuxt.hook('imports:dirs', (dirs) => {
dirs.push(resolve(runtimeDir, 'composables'))
})

Expand Down
Loading

0 comments on commit 29813b6

Please sign in to comment.