bump frontend dependencies for 0.6.4
This commit is contained in:
parent
68eb041902
commit
edb78ad772
@ -179,7 +179,7 @@ class UploadFilesProvider(Component):
|
|||||||
class Upload(MemoizationLeaf):
|
class Upload(MemoizationLeaf):
|
||||||
"""A file upload component."""
|
"""A file upload component."""
|
||||||
|
|
||||||
library = "react-dropzone@14.2.9"
|
library = "react-dropzone@14.2.10"
|
||||||
|
|
||||||
tag = "ReactDropzone"
|
tag = "ReactDropzone"
|
||||||
|
|
||||||
|
@ -381,7 +381,7 @@ for theme_name in dir(Theme):
|
|||||||
class CodeBlock(Component):
|
class CodeBlock(Component):
|
||||||
"""A code block."""
|
"""A code block."""
|
||||||
|
|
||||||
library = "react-syntax-highlighter@15.5.0"
|
library = "react-syntax-highlighter@15.6.1"
|
||||||
|
|
||||||
tag = "PrismAsyncLight"
|
tag = "PrismAsyncLight"
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ class Markdown(Component):
|
|||||||
"remark-gfm@3.0.1": ImportVar(
|
"remark-gfm@3.0.1": ImportVar(
|
||||||
tag=_REMARK_GFM._js_expr, is_default=True
|
tag=_REMARK_GFM._js_expr, is_default=True
|
||||||
),
|
),
|
||||||
"remark-unwrap-images@4.0.0": ImportVar(
|
"remark-unwrap-images@5.0.0": ImportVar(
|
||||||
tag=_REMARK_UNWRAP_IMAGES._js_expr, is_default=True
|
tag=_REMARK_UNWRAP_IMAGES._js_expr, is_default=True
|
||||||
),
|
),
|
||||||
"rehype-katex@6.0.3": ImportVar(
|
"rehype-katex@6.0.3": ImportVar(
|
||||||
|
@ -9,7 +9,7 @@ from reflex.utils import console
|
|||||||
class Recharts(Component):
|
class Recharts(Component):
|
||||||
"""A component that wraps a recharts lib."""
|
"""A component that wraps a recharts lib."""
|
||||||
|
|
||||||
library = "recharts@2.12.7"
|
library = "recharts@2.13.0"
|
||||||
|
|
||||||
def render(self) -> Dict:
|
def render(self) -> Dict:
|
||||||
"""Render the tag.
|
"""Render the tag.
|
||||||
@ -29,7 +29,7 @@ class Recharts(Component):
|
|||||||
class RechartsCharts(NoSSRComponent, MemoizationLeaf):
|
class RechartsCharts(NoSSRComponent, MemoizationLeaf):
|
||||||
"""A component that wraps a recharts lib."""
|
"""A component that wraps a recharts lib."""
|
||||||
|
|
||||||
library = "recharts@2.12.7"
|
library = "recharts@2.13.0"
|
||||||
|
|
||||||
|
|
||||||
LiteralAnimationEasing = Literal["ease", "ease-in", "ease-out", "ease-in-out", "linear"]
|
LiteralAnimationEasing = Literal["ease", "ease-in", "ease-out", "ease-in-out", "linear"]
|
||||||
|
@ -117,18 +117,18 @@ class PackageJson(SimpleNamespace):
|
|||||||
PATH = "package.json"
|
PATH = "package.json"
|
||||||
|
|
||||||
DEPENDENCIES = {
|
DEPENDENCIES = {
|
||||||
"@babel/standalone": "7.25.7",
|
"@babel/standalone": "7.25.8",
|
||||||
"@emotion/react": "11.13.3",
|
"@emotion/react": "11.13.3",
|
||||||
"axios": "1.7.7",
|
"axios": "1.7.7",
|
||||||
"json5": "2.2.3",
|
"json5": "2.2.3",
|
||||||
"next": "14.2.14",
|
"next": "14.2.15",
|
||||||
"next-sitemap": "4.2.3",
|
"next-sitemap": "4.2.3",
|
||||||
"next-themes": "0.3.0",
|
"next-themes": "0.3.0",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-focus-lock": "2.13.2",
|
"react-focus-lock": "2.13.2",
|
||||||
"socket.io-client": "4.8.0",
|
"socket.io-client": "4.8.0",
|
||||||
"universal-cookie": "7.2.0",
|
"universal-cookie": "7.2.1",
|
||||||
}
|
}
|
||||||
DEV_DEPENDENCIES = {
|
DEV_DEPENDENCIES = {
|
||||||
"autoprefixer": "10.4.20",
|
"autoprefixer": "10.4.20",
|
||||||
|
@ -7,7 +7,7 @@ class Tailwind(SimpleNamespace):
|
|||||||
"""Tailwind constants."""
|
"""Tailwind constants."""
|
||||||
|
|
||||||
# The Tailwindcss version
|
# The Tailwindcss version
|
||||||
VERSION = "tailwindcss@3.4.13"
|
VERSION = "tailwindcss@3.4.14"
|
||||||
# The Tailwind config.
|
# The Tailwind config.
|
||||||
CONFIG = "tailwind.config.js"
|
CONFIG = "tailwind.config.js"
|
||||||
# Default Tailwind content paths
|
# Default Tailwind content paths
|
||||||
|
Loading…
Reference in New Issue
Block a user