PR-665639: Update webpack.config.ts, webpack.cy.config.ts,

.storybook/main.js, and package.json to add support to sass modules.
This commit is contained in:
2023-11-22 15:23:48 +00:00
parent 7e1457cbf8
commit b1c9a66f23
5 changed files with 74 additions and 46 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-react-component-library",
"version": "1.2.17",
"version": "1.2.18",
"description": "A starter kit for create a React component Library with storybook",
"bin": "./bin/cli.js",
"main": "dist/index.js",
@ -55,16 +55,16 @@
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/jest": "^29.5.10",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/webpack": "^5.28.5",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"cypress": "^13.5.1",
"cypress": "^13.6.0",
"dotenv": "^16.3.1",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.33.2",