Browse Source

Windows Hot reload Peer Dependencies (#2106)

Elijah Ahianyo 1 năm trước cách đây
mục cha
commit
96eca4f690
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      reflex/constants/installer.py

+ 1 - 1
reflex/constants/installer.py

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