Skip to content

Commit

Permalink
chore: upgrade storybook to v6.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed May 26, 2022
1 parent c543c43 commit d64b500
Show file tree
Hide file tree
Showing 5 changed files with 999 additions and 1,098 deletions.
3 changes: 0 additions & 3 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ import { defineBuildConfig } from 'unbuild'
export default defineBuildConfig({
entries: [
{ input: 'src/', outDir: 'dist', format: 'cjs', declaration: false }
],
externals: [
'@storybook/core'
]
})
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"dependencies": {
"@nuxt/devalue": "^2.0.0",
"@nuxt/postcss8": "^1.1.3",
"@storybook/addon-essentials": "~6.4.19",
"@storybook/addon-essentials": "~6.5.5",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react-docgen-typescript-plugin": "^1.0.1",
"@storybook/vue": "~6.4.19",
"@storybook/vue": "~6.5.5",
"arg": "^5.0.1",
"consola": "^2.15.3",
"create-require": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { existsSync, mkdirSync } from 'fs'
import path from 'path'
import pathe from 'pathe'
import vueOptions from '@storybook/vue/dist/cjs/server/options'
import { buildDev, buildStatic } from '@storybook/core/server'
import { buildDev, buildStatic } from '@storybook/core-server'
import { requireMaybeEdge, compileTemplate, logger, ensureCoreJs3, requireTsNodeOrFail } from './utils'
import { StorybookOptions } from './types'
import { getWebpackConfig } from './webpack'
Expand Down
2 changes: 1 addition & 1 deletion storybook/entry.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { start } from '@storybook/core/client'
import { start } from '@storybook/core-client'
import { render, decorateStory, framework } from './nuxt-entry'

const api = start(render, { decorateStory })
Expand Down
Loading

0 comments on commit d64b500

Please # to comment.