Skip to content

Commit

Permalink
test: update playground to 0.4.5 devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 30, 2023
1 parent c68b327 commit 7d4a6b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/nuxt-vitest/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export default defineNuxtConfig({
modules: [
'../packages/nuxt-vitest/src/module',
'@nuxt/devtools-edge',
'@nuxt/devtools',
'~/modules/custom',
],
vitest: {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "pnpm test:unit --run && pnpm test:dev"
},
"devDependencies": {
"@nuxt/devtools-edge": "0.4.1-28038851.c0ffd46",
"@nuxt/devtools": "0.4.5",
"nuxt": "3.4.3",
"nuxt-vitest": "0.6.10",
"vitest": "0.30.1",
Expand Down

0 comments on commit 7d4a6b2

Please sign in to comment.