Skip to content

Commit

Permalink
chore: fix vulnerabilities (#2648)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk authored Jan 16, 2025
1 parent 8caddaf commit 0e2d595
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 26 deletions.
56 changes: 30 additions & 26 deletions package-lock.json

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

1 change: 1 addition & 0 deletions src/components/StoreBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export function StoreBuilder(props: StoreBuilderProps) {
}
}
load();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [spec, specUrl]);

const store = React.useMemo(() => {
Expand Down

0 comments on commit 0e2d595

Please sign in to comment.