Skip to content

Commit

Permalink
Upgrade storybook dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jul 22, 2024
1 parent 6cca874 commit d527cb2
Show file tree
Hide file tree
Showing 3 changed files with 8,290 additions and 8,105 deletions.
3 changes: 0 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const config: StorybookConfig = {
name: '@storybook/nextjs',
options: {},
},
docs: {
autodocs: 'tag',
},
features: {
experimentalRSC: true,
},
Expand Down
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,17 @@
"sanitize-html": "^2.13.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.2.25",
"@chromatic-com/storybook": "^1.6.1",
"@prisma/client": "^5.11.0",
"@storybook/addon-actions": "^8.1.0",
"@storybook/addon-coverage": "^1.0.3",
"@storybook/addon-essentials": "^8.1.0",
"@storybook/addon-interactions": "^8.1.0",
"@storybook/addon-viewport": "^8.1.0",
"@storybook/blocks": "^8.1.0",
"@storybook/nextjs": "^8.1.0",
"@storybook/react": "^8.1.0",
"@storybook/test": "^8.1.0",
"@storybook/test-runner": "^0.17.0",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-interactions": "^8.2.5",
"@storybook/addon-viewport": "^8.2.5",
"@storybook/blocks": "^8.2.5",
"@storybook/nextjs": "^8.2.5",
"@storybook/react": "^8.2.5",
"@storybook/test": "^8.2.5",
"@storybook/test-runner": "^0.19.1",
"@total-typescript/tsconfig": "^1.0.4",
"@types/node": "^20",
"@types/react": "^18",
Expand All @@ -76,13 +75,13 @@
"http-server": "^14.1.1",
"mockdate": "^3.0.5",
"msw": "^2.2.14",
"msw-storybook-addon": "^2.0.0",
"msw-storybook-addon": "^2.0.3",
"nyc": "^15.1.0",
"playwright": "^1.43.0",
"prettier": "^3.2.5",
"prisma": "^5.11.0",
"prisma-mock": "^0.10.2",
"storybook": "^8.1.0",
"storybook": "^8.2.5",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.4.5",
Expand Down
Loading

0 comments on commit d527cb2

Please sign in to comment.