Skip to content

Commit

Permalink
chore(deps): update nuxt core (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe committed Apr 18, 2023
1 parent 09c8c37 commit 70ee964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/nuxt-vitest/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default defineNuxtModule<NuxtVitestOptions>({
let testFiles: File[] | null = null

const updateTabs = debounce(() => {
// @ts-expect-error
nuxt.callHook('devtools:customTabs:refresh')
}, 100)

Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"test": "pnpm test:unit --run && pnpm test:dev"
},
"devDependencies": {
"@nuxt/devtools-edge": "0.1.4-27948187.70907e0",
"nuxt": "3.3.2",
"@nuxt/devtools-edge": "0.4.1-28030643.5803de9",
"nuxt": "3.4.1",
"nuxt-vitest": "0.6.9",
"vitest": "0.30.1",
"vitest-environment-nuxt": "0.6.9"
Expand Down

0 comments on commit 70ee964

Please sign in to comment.