Skip to content

Commit

Permalink
fix(histoire): update overrides for histoire
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 15, 2025
1 parent 109bc19 commit 85096f2
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions tests/histoire.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,8 @@ export async function test(options: RunOptions) {
test: ['pnpm --filter histoire-example-nuxt3 run ci'],
overrides: {
'rollup': 'latest',
'vue': false,
'@vue/compiler-sfc': false,
'@vue/compiler-ssr': false,
'@vue/runtime-dom': false,
'@vue/server-renderer': false,
'@vue/compiler-core': false,
'@vue/reactivity': false,
'@vue/shared': false,
'@vue/compiler-dom': false,
'@vue/reactivity-transform': false,
'@vue/runtime-core': false,
'@nuxtjs/tailwindcss': 'latest',
'jiti': 'latest',
},
})
}

0 comments on commit 85096f2

Please sign in to comment.