Skip to content

Commit

Permalink
Upgrade to latest storybook, remove onboarding
Browse files Browse the repository at this point in the history
@storybook/addon-onboarding had old dependencies that was causing dupes in our yarn.lock. we can add it back when a new version is released if it seems worthwhile.
  • Loading branch information
acusti committed Oct 19, 2023
1 parent 658fba1 commit 549037b
Show file tree
Hide file tree
Showing 65 changed files with 2,009 additions and 2,331 deletions.
3,429 changes: 1,628 additions & 1,801 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packageExtensions:
'@babel/plugin-transform-react-jsx': '^7.18.6'
'@storybook/builder-vite@*':
dependencies:
'@storybook/addon-docs': '7.5.0-alpha.5'
'@storybook/addon-docs': '7.5.1'
'react': '^18.2.0'
'react-dom': '^18.2.0'
'@storybook/docs-tools@*':
Expand All @@ -20,7 +20,7 @@ packageExtensions:
'react-dom': '^18.2.0'
'@storybook/core-common@*':
dependencies:
'@storybook/react-vite': '7.5.0-alpha.5'
'@storybook/react-vite': '7.5.1'
'react': '^18.2.0'
'react-dom': '^18.2.0'
'vite': '^4.4.9'
1 change: 0 additions & 1 deletion packages/docs/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const config: StorybookConfig = {
addons: [
getAbsolutePath('@storybook/addon-links'),
getAbsolutePath('@storybook/addon-essentials'),
getAbsolutePath('@storybook/addon-onboarding'),
getAbsolutePath('@storybook/addon-interactions'),
],
docs: {
Expand Down
19 changes: 9 additions & 10 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@storybook/addon-docs": "7.5.0-alpha.5",
"@storybook/addon-essentials": "7.5.0-alpha.5",
"@storybook/addon-interactions": "7.5.0-alpha.5",
"@storybook/addon-links": "7.5.0-alpha.5",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "7.5.0-alpha.5",
"@storybook/manager-api": "7.5.0-alpha.5",
"@storybook/react": "7.5.0-alpha.5",
"@storybook/react-vite": "7.5.0-alpha.5",
"@storybook/addon-docs": "7.5.1",
"@storybook/addon-essentials": "7.5.1",
"@storybook/addon-interactions": "7.5.1",
"@storybook/addon-links": "7.5.1",
"@storybook/blocks": "7.5.1",
"@storybook/manager-api": "7.5.1",
"@storybook/react": "7.5.1",
"@storybook/react-vite": "7.5.1",
"@storybook/testing-library": "^0.2.1",
"@types/react": "^18.0.25",
"core-js": "^3.26.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "7.5.0-alpha.5",
"storybook": "7.5.1",
"typescript": "^5.1.6",
"vite": "^4.4.9"
},
Expand Down
Loading

0 comments on commit 549037b

Please sign in to comment.