Skip to content

Commit

Permalink
chore: fix build (PROVCON-3003)
Browse files Browse the repository at this point in the history
  • Loading branch information
darekplawecki committed Dec 17, 2024
1 parent 5e518d4 commit 5f16807
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@storybook/addon-styling-webpack": "0.0.5",
"@storybook/addon-toolbars": "7.5.3",
"@storybook/addon-viewport": "7.5.3",
"@storybook/addons": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/react-webpack5": "7.5.3",
"@storybook/theming": "7.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-core/src/hooks/useRouter.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Dictionary } from '@stoplight/types';
import * as React from 'react';
import { BrowserRouter, HashRouter, MemoryRouter } from 'react-router-dom';
import { StaticRouter } from 'react-router-dom/server';
import { StaticRouter } from 'react-router-dom/server.js';

import { RouterType } from '../types';

Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6322,6 +6322,15 @@
memoizerific "^1.11.3"
prop-types "^15.7.2"

"@storybook/[email protected]":
version "7.5.3"
resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-7.5.3.tgz#1a96c290a171ea97b255d9892e86f0e7c3517cd2"
integrity sha512-1JDndMZ/Pju4YJ4aXegeF0O6BVT19c+Gu7WOlsD0aHbmAsPK5qH9QvcpR04nby6VrVZYtBOEJhGsWtAytzLVZw==
dependencies:
"@storybook/manager-api" "7.5.3"
"@storybook/preview-api" "7.5.3"
"@storybook/types" "7.5.3"

"@storybook/[email protected]":
version "7.5.3"
resolved "https://registry.npmjs.org/@storybook/blocks/-/blocks-7.5.3.tgz"
Expand Down

0 comments on commit 5f16807

Please sign in to comment.