Skip to content

Commit

Permalink
build(deps-dev): update storybook requirement in /front
Browse files Browse the repository at this point in the history
Updates the requirements on [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) to permit the latest version.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.2/code/lib/cli)

---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 5dd714a commit 40b6e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"msw": "^2.6.2",
"mutationobserver-shim": "^0.3.7",
"prop-types": "^15.8.1",
"storybook": "^8.3.5"
"storybook": "^8.4.2"
},
"scripts": {
"generate-graphql-ts-types": "graphql-codegen --config codegen.yml",
Expand Down

0 comments on commit 40b6e72

Please sign in to comment.