Skip to content

Commit

Permalink
chore(deps): update storybook monorepo to ^7.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2023
1 parent 03b2e2b commit 85b9cf6
Show file tree
Hide file tree
Showing 4 changed files with 558 additions and 425 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.3.1",
"@storybook/react": "^7.0.23",
"@storybook/react-vite": "^7.0.23",
"@storybook/types": "^7.0.23"
"@storybook/react": "^7.0.24",
"@storybook/react-vite": "^7.0.24",
"@storybook/types": "^7.0.24"
},
"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.23",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/addon-a11y": "^7.0.24",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-interactions": "^7.0.24",
"@storybook/addon-links": "^7.0.24",
"@storybook/addon-styling": "^1.3.1",
"@storybook/blocks": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/react-vite": "^7.0.23",
"@storybook/blocks": "^7.0.24",
"@storybook/react": "^7.0.24",
"@storybook/react-vite": "^7.0.24",
"@storybook/testing-library": "^0.2.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"storybook": "^7.0.23",
"storybook": "^7.0.24",
"storybook-addon-pseudo-states": "^2.1.0",
"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 @@ -36,14 +36,14 @@
"@noodle/test-utils": "workspace:^",
"@noodle/tsconfig": "workspace:^",
"@noodle/vitest": "workspace:^",
"@storybook/addon-a11y": "^7.0.23",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/addon-a11y": "^7.0.24",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-interactions": "^7.0.24",
"@storybook/addon-links": "^7.0.24",
"@storybook/addon-styling": "^1.3.1",
"@storybook/blocks": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/react-vite": "^7.0.23",
"@storybook/blocks": "^7.0.24",
"@storybook/react": "^7.0.24",
"@storybook/react-vite": "^7.0.24",
"@storybook/testing-library": "^0.2.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/user-event": "^14.4.3",
Expand All @@ -52,7 +52,7 @@
"@vitest/coverage-v8": "^0.32.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"storybook": "^7.0.23",
"storybook": "^7.0.24",
"storybook-addon-pseudo-states": "^2.1.0",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9",
Expand Down
Loading

0 comments on commit 85b9cf6

Please sign in to comment.