Skip to content

Commit

Permalink
chore(deps): update storybook monorepo to ^7.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2023
1 parent 743e0ce commit f3c16bd
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 298 deletions.
6 changes: 3 additions & 3 deletions packages/config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"@storybook/addon-styling": "^1.0.8",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/types": "^7.0.18"
"@storybook/react": "^7.0.21",
"@storybook/react-vite": "^7.0.21",
"@storybook/types": "^7.0.21"
},
"devDependencies": {
"@noodle/tsconfig": "workspace:^"
Expand Down
16 changes: 8 additions & 8 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"@noodle/storybook-config": "workspace:^",
"@noodle/tailwind": "workspace:^",
"@noodle/tsconfig": "workspace:^",
"@storybook/addon-a11y": "^7.0.18",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-a11y": "^7.0.21",
"@storybook/addon-essentials": "^7.0.21",
"@storybook/addon-interactions": "^7.0.21",
"@storybook/addon-links": "^7.0.21",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/blocks": "^7.0.21",
"@storybook/react": "^7.0.21",
"@storybook/react-vite": "^7.0.21",
"@storybook/testing-library": "^0.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"storybook": "^7.0.18",
"storybook": "^7.0.21",
"storybook-addon-pseudo-states": "^2.0.1",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
Expand Down
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@noodle/tailwind": "workspace:^",
"@noodle/tsconfig": "workspace:^",
"@noodle/vitest": "workspace:^",
"@storybook/addon-a11y": "^7.0.18",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-a11y": "^7.0.21",
"@storybook/addon-essentials": "^7.0.21",
"@storybook/addon-interactions": "^7.0.21",
"@storybook/addon-links": "^7.0.21",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/blocks": "^7.0.21",
"@storybook/react": "^7.0.21",
"@storybook/react-vite": "^7.0.21",
"@storybook/testing-library": "^0.1.0",
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -53,7 +53,7 @@
"@vitest/coverage-v8": "^0.32.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"storybook": "^7.0.18",
"storybook": "^7.0.21",
"storybook-addon-pseudo-states": "^2.0.1",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9",
Expand Down
Loading

0 comments on commit f3c16bd

Please sign in to comment.