Skip to content

Commit

Permalink
Temporary fix for chromatic storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic committed Nov 6, 2023
1 parent c500a9d commit 508ce6b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: export NODE_OPTIONS=--openssl-legacy-provider
- run: yarn
- uses: chromaui/action@v1
with:
Expand Down
21 changes: 16 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@storybook/addon-essentials": "^6.5.5",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.5.5",
"@storybook/addons": "^6.5.5",
"@storybook/react": "^6.5.5",
"@storybook/addon-links": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-webpack5": "^7.5.3",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/react-webpack5": "^7.5.3",
"@types/classnames": "^2.2.11",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
Expand Down Expand Up @@ -60,6 +63,14 @@
"**/@typescript-eslint/parser": "^4.8.2",
"**/typescript": "^4.8.4",
"jest": "^27.0.5",
"ts-jest": "^27.0.3"
"ts-jest": "^27.0.3",
"webpack": "^5.0.0",
"css-loader": "^5.0.0",
"dotenv-webpack": "^6.0.0",
"html-webpack-plugin": "^5.0.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-virtual-modules": "^0.4.2"
}
}

0 comments on commit 508ce6b

Please sign in to comment.