Skip to content

Commit

Permalink
Update storybook monorepo to v7.6.7 [skip netlify] (#1079)
Browse files Browse the repository at this point in the history
* Update storybook monorepo to v7.6.7 [skip netlify]

* Fix startup error

This change fixes an error with running Storybook using Yarn 1.
Details: storybookjs/storybook#22431

* lint fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scott Vandehey <[email protected]>
  • Loading branch information
renovate[bot] and spaceninja authored Jan 4, 2024
1 parent dd82899 commit 27eea5f
Show file tree
Hide file tree
Showing 5 changed files with 2,712 additions and 2,945 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"prepublishOnly": "yarn && yarn test && yarn build"
},
"devDependencies": {
"@storybook/addon-a11y": "7.0.27",
"@storybook/addon-essentials": "7.0.27",
"@storybook/blocks": "7.0.27",
"@storybook/html-vite": "7.0.27",
"@storybook/addon-a11y": "7.6.7",
"@storybook/addon-essentials": "7.6.7",
"@storybook/blocks": "7.6.7",
"@storybook/html-vite": "7.6.7",
"@storybook/testing-library": "0.2.2",
"cssnano": "6.0.3",
"eslint": "8.56.0",
Expand All @@ -62,7 +62,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.69.7",
"storybook": "7.0.27",
"storybook": "7.6.7",
"storybook-addon-themes": "6.1.0",
"storybook-dark-mode": "3.0.3",
"style-dictionary": "3.9.1",
Expand All @@ -72,5 +72,8 @@
"svgo": "3.2.0",
"vite": "5.0.10",
"vite-plugin-svgr": "4.2.0"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}
2 changes: 1 addition & 1 deletion src/legacy/areas/find-shakes/_find-shakes.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '../../../base/links';
@use '../../../init/mixins';
@use '../../components/page-header/_page-header';
@use '../../components/page-header/page-header';

//
// Area: Tools - Find Shakes
Expand Down
2 changes: 1 addition & 1 deletion src/legacy/areas/incoming/_incoming.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use '../../../compiled/scss/tokens';
@use '../../components/page-header/_page-header';
@use '../../components/page-header/page-header';

//
// Area: Incoming
Expand Down
2 changes: 1 addition & 1 deletion src/legacy/areas/settings/_settings.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '../../../compiled/scss/tokens';
@use '../../../base/links';
@use '../../components/page-header/_page-header';
@use '../../components/page-header/page-header';

//
// Area: Settings
Expand Down
Loading

0 comments on commit 27eea5f

Please sign in to comment.