Skip to content

Commit

Permalink
fix: build storybook with webpack5
Browse files Browse the repository at this point in the history
  • Loading branch information
gndz07 committed Jan 10, 2023
1 parent 97420f8 commit 2f52372
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 135,757 deletions.
2 changes: 1 addition & 1 deletion components/Navigation/Navigation.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
import { modifyVariantsForStory } from '../../utils/modifyVariantsForStory';
import { Badge } from '../Badge';
import { Text } from '../Text';
import { useDebouncedCallback } from 'use-debounce/lib';
import { useDebouncedCallback } from 'use-debounce';

export default {
title: 'Components/Navigation',
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@stitches/react": "1.2.7",
"lodash.merge": "^4.6.2",
"tinycolor2": "^1.4.2",
"use-debounce": "^7.0.0"
"use-debounce": "9.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.4",
Expand Down
Loading

0 comments on commit 2f52372

Please sign in to comment.