Closed programbo closed 9 months ago
This PR fixes prevents "sass-loader": "^10.0.0" being changed to "^12.11.0" resulting in the following installation error:
"sass-loader": "^10.0.0"
"^12.11.0"
✘ Frontend not Built error Couldn't find any versions for "sass-loader" that matches "^12.11.0"
It checks for the full pattern "version": "0.0.0" rather than any occurrence of 0.0.0.
"version": "0.0.0"
0.0.0
This PR fixes prevents
"sass-loader": "^10.0.0"
being changed to"^12.11.0"
resulting in the following installation error:It checks for the full pattern
"version": "0.0.0"
rather than any occurrence of0.0.0
.