Skip to content

Commit

Permalink
feat: Storybook 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Mar 17, 2024
1 parent 45d5126 commit 342a569
Show file tree
Hide file tree
Showing 7 changed files with 2,249 additions and 3,582 deletions.
19 changes: 0 additions & 19 deletions .babelrc.js

This file was deleted.

55 changes: 24 additions & 31 deletions package.json
Expand Up @@ -57,47 +57,35 @@
"aria-live-capture": "^1.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.4.0",
"@storybook/manager-api": "^7.4.2",
"@storybook/preview-api": "^7.4.2",
"@storybook/react": "^7.4.0",
"@storybook/react-vite": "^7.4.0",
"@storybook/theming": "^7.4.2",
"@storybook/types": "^7.4.2",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/manager-api": "^8.0.0",
"@storybook/preview-api": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/react-vite": "^8.0.0",
"@storybook/theming": "^8.0.0",
"@storybook/types": "^8.0.0",
"@types/node": "^20.10.6",
"@types/react": "^18.2.21",
"@vitejs/plugin-react": "^4.0.4",
"@types/react": "^18.2.66",
"@vitejs/plugin-react": "^4.2.1",
"boxen": "^5.0.1",
"dedent": "^0.7.0",
"gh-pages": "^3.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.1",
"prop-types": "^15.7.2",
"react": "^18",
"react-dom": "^18",
"storybook": "^7.4.0",
"tsup": "^6.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^8.0.0",
"tsup": "^8.0.2",
"typescript": "^4.2.4",
"vite": "^4.4.9",
"vite": "^5.1.6",
"zx": "^1.14.1"
},
"peerDependencies": {
"@storybook/addons": "^7",
"@storybook/components": "^7",
"@storybook/core-events": "^7",
"@storybook/manager-api": "^7.0.0",
"@storybook/preview-api": "^7.0.0",
"@storybook/theming": "^7",
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
"@storybook/components": "^8",
"@storybook/core-events": "^8",
"@storybook/manager-api": "^8.0.0",
"@storybook/preview-api": "^8.0.0",
"@storybook/theming": "^8"
},
"publishConfig": {
"access": "public"
Expand All @@ -118,5 +106,10 @@
"prettier": {
"printWidth": 80,
"singleQuote": true
},
"pnpm": {
"overrides": {
"@types/react": "$@types/react"
}
}
}

0 comments on commit 342a569

Please sign in to comment.