Skip to content

Commit 9e5a410

Browse files
authored
bump deps (#5406)
1 parent 31be645 commit 9e5a410

File tree

3 files changed

+80
-79
lines changed

3 files changed

+80
-79
lines changed

reflex/constants/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Node(SimpleNamespace):
7575

7676

7777
def _determine_nextjs_version() -> str:
78-
default_version = "15.3.2"
78+
default_version = "15.3.3"
7979
if (version := os.getenv("NEXTJS_VERSION")) and version != default_version:
8080
from reflex.utils import console
8181

reflex/plugins/tailwind_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Constants(SimpleNamespace):
1313
"""Tailwind constants."""
1414

1515
# The Tailwindcss version
16-
VERSION = "tailwindcss@4.1.7"
16+
VERSION = "tailwindcss@4.1.8"
1717
# The Tailwind config.
1818
CONFIG = "tailwind.config.js"
1919
# Default Tailwind content paths

0 commit comments

Comments
 (0)