Skip to content

fix: converting stories #599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
feat: sass to node-sass
Signed-off-by: Shubham Shah <shubhamshahrising@gmail.com>
  • Loading branch information
SavvyShah committed Oct 3, 2022
commit 975ca1e4b8c69a2c40d8bc261cc34806407b773e
2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"react-addons-css-transition-group": "15.6.2",
"react-dom": "16.13.1",
"reselect": "^4.1.5",
"sass": "1.50.0",
"use-media": "1.4.0",
"xstate": "^4.26.1"
},
Expand Down Expand Up @@ -69,7 +70,6 @@
"babel-plugin-import": "1.13.3",
"customize-cra": "1.0.0",
"mini-css-extract-plugin": "0.11.2",
"node-sass": "6.0.1",
"prettier": "2.5.0",
"react-app-rewired": "2.1.8",
"react-scripts": "4.0.3",
Expand Down
Loading