Skip to content

Commit

Permalink
chore: fix loader-utils vulnerability (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWaldschmidt authored Sep 4, 2024
1 parent f1b0429 commit 3751c4b
Show file tree
Hide file tree
Showing 5 changed files with 1,392 additions and 1,530 deletions.
3 changes: 1 addition & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ module.exports = {
'@storybook/addon-links',
'@storybook/addon-docs',
'@storybook/addon-essentials',
'@storybook/addon-a11y',
'@storybook/addon-postcss'
'@storybook/addon-a11y'
],

staticDirs: ['../src/assets/images'],
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v2.0.93

- Dev dependency upgrades

## v2.0.92

- Fix bug with the AdvancedSearchbar component and return group title.
Expand Down
Loading

0 comments on commit 3751c4b

Please sign in to comment.