We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31be645 commit 9e5a410Copy full SHA for 9e5a410
reflex/constants/installer.py
@@ -75,7 +75,7 @@ class Node(SimpleNamespace):
75
76
77
def _determine_nextjs_version() -> str:
78
- default_version = "15.3.2"
+ default_version = "15.3.3"
79
if (version := os.getenv("NEXTJS_VERSION")) and version != default_version:
80
from reflex.utils import console
81
reflex/plugins/tailwind_v4.py
@@ -13,7 +13,7 @@ class Constants(SimpleNamespace):
13
"""Tailwind constants."""
14
15
# The Tailwindcss version
16
- VERSION = "tailwindcss@4.1.7"
+ VERSION = "tailwindcss@4.1.8"
17
# The Tailwind config.
18
CONFIG = "tailwind.config.js"
19
# Default Tailwind content paths
0 commit comments