feat(react): add stylus as a dependency since stylus-loader requires it (#12266)

This commit is contained in:
Jack Hsu 2022-09-27 22:07:57 -04:00 committed by GitHub
parent 9b63ce167a
commit 09cfbf090b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@
"minimatch": "3.0.5", "minimatch": "3.0.5",
"react-refresh": "^0.10.0", "react-refresh": "^0.10.0",
"semver": "7.3.4", "semver": "7.3.4",
"stylus": "^0.55.0",
"stylus-loader": "^6.2.0", "stylus-loader": "^6.2.0",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"webpack": "^5.58.1", "webpack": "^5.58.1",