-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade Storybook to version 8
- Loading branch information
Showing
8 changed files
with
1,558 additions
and
2,660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,23 +88,23 @@ | |
"@semantic-release/npm": "^9.0.0", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@stitches/react": "1.2.7", | ||
"@storybook/addon-actions": "^7.6.17", | ||
"@storybook/addon-docs": "^7.6.17", | ||
"@storybook/addon-essentials": "^7.6.17", | ||
"@storybook/addon-links": "^7.6.17", | ||
"@storybook/builder-vite": "^7.6.17", | ||
"@storybook/client-api": "^7.6.17", | ||
"@storybook/mdx2-csf": "^0.0.3", | ||
"@storybook/react": "^7.6.17", | ||
"@storybook/react-vite": "^7.6.17", | ||
"@storybook/theming": "^7.6.17", | ||
"@storybook/addon-actions": "^8.2.2", | ||
"@storybook/addon-docs": "^8.2.2", | ||
"@storybook/addon-essentials": "^8.2.2", | ||
"@storybook/addon-links": "^8.2.2", | ||
"@storybook/builder-vite": "^8.2.2", | ||
"@storybook/preview-api": "^8.2.2", | ||
"@storybook/react": "^8.2.2", | ||
"@storybook/react-vite": "^8.2.2", | ||
"@storybook/theming": "^8.2.2", | ||
"@types/jest": "^27.4.1", | ||
"@types/jest-axe": "^3.5.3", | ||
"@types/lodash.merge": "^4.6.6", | ||
"@types/node": "^20.10.0", | ||
"@types/react": "18.2.0", | ||
"@types/react-dom": "18.2.0", | ||
"@types/tinycolor2": "^1.4.3", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"babel-loader": "^8.2.2", | ||
"conventional-changelog-conventionalcommits": "^4.6.3", | ||
"cross-env": "^7.0.3", | ||
|
@@ -119,15 +119,15 @@ | |
"rollup": "^2.70.1", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
"semantic-release": "^19.0.2", | ||
"storybook": "^7.6.17", | ||
"storybook-dark-mode": "^3.0.3", | ||
"storybook": "^8.2.2", | ||
"storybook-dark-mode": "^4.0.2", | ||
"tinycolor2": "^1.4.2", | ||
"typescript": "5.4.5", | ||
"use-debounce": "9.0.2", | ||
"vite": "^5.1.5" | ||
}, | ||
"devDependencies": { | ||
"@storybook/types": "^8.1.3", | ||
"@storybook/types": "^8.2.2", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"babel-jest": "^27.5.1", | ||
|
@@ -165,5 +165,6 @@ | |
}, | ||
"engines": { | ||
"node": ">=18.12.1" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import react from '@vitejs/plugin-react'; | ||
import { defineConfig } from 'vite'; | ||
|
||
export default defineConfig({ | ||
plugins: [react()], | ||
}); |
Oops, something went wrong.