Windows Hot reload Peer Dependencies (#2106)

This commit is contained in:
Elijah Ahianyo 2023-11-08 18:26:35 +00:00 committed by GitHub
parent 7ae53cc5cf
commit 96eca4f690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,5 +116,5 @@ class PackageJson(SimpleNamespace):
}
DEV_DEPENDENCIES = {
"autoprefixer": "10.4.14",
"postcss": "8.4.24",
"postcss": "8.4.31",
}