Skip to content

Commit

Permalink
chore(workspace): upgrade packages
Browse files Browse the repository at this point in the history
Signed-off-by: Rai Siqueira <[email protected]>
  • Loading branch information
raisiqueira committed May 10, 2024
1 parent bd844b6 commit d457ef5
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 214 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"@storybook/builder-vite": "^7.6.18",
"@storybook/core-server": "7.6.4",
"@storybook/react": "7.6.4",
"@storybook/react-vite": "^7.6.18",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "15.0.6",
"@storybook/react-vite": "^8.0.10",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "15.0.7",
"@types/node": "18.19.31",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
Expand Down Expand Up @@ -108,4 +108,3 @@
"includedScripts": []
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import StepperComponent, { StepComponentProps } from './StepperComponent';
export default {
component: StepperComponent,
title: 'HeadlessStepper/StepperComponent',
id: 'StepperComponent',
} as Meta;

const Template: StoryFn<StepComponentProps> = (args) => (
Expand Down
Loading

0 comments on commit d457ef5

Please sign in to comment.