Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(workspace): upgrade project dependencies #44

Merged
merged 8 commits into from
May 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(workspace): upgrade packages
Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com>
raisiqueira committed May 10, 2024
commit d457ef523d4740e41a885d057fb9c2328b387595
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
@@ -108,4 +108,3 @@
"includedScripts": []
}
}

Original file line number Diff line number Diff line change
@@ -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) => (
Loading