Преглед изворни кода

Windows Hot reload Peer Dependencies (#2106)

Elijah Ahianyo пре 1 година
родитељ
комит
96eca4f690
1 измењених фајлова са 1 додато и 1 уклоњено
  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",
     }