Skip to content

Commit

Permalink
Resolved node-sass version incompatibility issues. Refer to the discu…
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrudny committed Sep 10, 2023
1 parent ff2c296 commit 46bc1b3
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 1,226 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"mobx": "^5.14.0",
"mobx-react": "^6.1.3",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"photoswipe": "^4.1.3",
"react": "^16.10.2",
"react-confetti": "^5.0.1",
Expand Down Expand Up @@ -59,6 +58,7 @@
"react-swipeable-views": "0.13.9",
"react-test-renderer": "^16.13.1",
"react-window-size": "^1.2.2",
"sass": "^1.66.1",
"serialize-javascript": "^3.0.0",
"serve": "^11.3.2",
"swiper": "^6.3.5",
Expand Down Expand Up @@ -106,7 +106,7 @@
"react-app-rewired": "^2.2.1"
},
"engines": {
"node": "14.21.3",
"node": "16.20.2",
"yarn": ">=1.22.0",
"npm": ">=6.3.14"
}
Expand Down
Loading

0 comments on commit 46bc1b3

Please sign in to comment.