Skip to content

Commit 0e2d595

Browse files
authored
chore: fix vulnerabilities (#2648)
1 parent 8caddaf commit 0e2d595

File tree

2 files changed

+31
-26
lines changed

2 files changed

+31
-26
lines changed

package-lock.json

+30-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/StoreBuilder.ts

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export function StoreBuilder(props: StoreBuilderProps) {
5656
}
5757
}
5858
load();
59+
// eslint-disable-next-line react-hooks/exhaustive-deps
5960
}, [spec, specUrl]);
6061

6162
const store = React.useMemo(() => {

0 commit comments

Comments
 (0)