Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 21, 2021
1 parent b582c4f commit 5406ce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@storybook/router": "6.4.0-beta.18",
"@storybook/semver": "^7.3.2",
"@storybook/theming": "6.4.0-beta.18",
"fast-deep-equal": "^3.1.3",
"global": "^4.4.0",
"lodash": "^4.17.20",
"memoizerific": "^1.11.3",
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/src/components/preview/toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Consumer, Combo, API, Story, Group, State, merge } from '@storybook/api
import { shortcutToHumanString } from '@storybook/api/shortcut';
import { addons, Addon, types } from '@storybook/addons';

import { Location, RenderData, useNavigate } from '@storybook/router';
import { Location, RenderData } from '@storybook/router';
import { zoomTool } from './tools/zoom';

import * as S from './utils/components';
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7595,6 +7595,7 @@ __metadata:
"@storybook/theming": 6.4.0-beta.18
"@types/lodash": ^4.14.167
"@types/semver": ^7.3.4
fast-deep-equal: ^3.1.3
flush-promises: ^1.0.2
global: ^4.4.0
lodash: ^4.17.20
Expand Down

0 comments on commit 5406ce2

Please sign in to comment.