Browse Source

Windows Hot reload Peer Dependencies (#2106)

Elijah Ahianyo 1 year ago
parent
commit
96eca4f690
1 changed files with 1 additions and 1 deletions
  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",
     }