bump js versions for some packages
This commit is contained in:
parent
b7c5dc9b80
commit
4a32c5a1db
@ -192,7 +192,7 @@ class ToastProps(PropsBase):
|
|||||||
class Toaster(Component):
|
class Toaster(Component):
|
||||||
"""A Toaster Component for displaying toast notifications."""
|
"""A Toaster Component for displaying toast notifications."""
|
||||||
|
|
||||||
library: str = "sonner@1.4.41"
|
library: str = "sonner@1.5.0"
|
||||||
|
|
||||||
tag = "Toaster"
|
tag = "Toaster"
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ class Bun(SimpleNamespace):
|
|||||||
"""Bun constants."""
|
"""Bun constants."""
|
||||||
|
|
||||||
# The Bun version.
|
# The Bun version.
|
||||||
VERSION = "1.1.10"
|
VERSION = "1.1.29"
|
||||||
# Min Bun Version
|
# Min Bun Version
|
||||||
MIN_VERSION = "0.7.0"
|
MIN_VERSION = "0.7.0"
|
||||||
# The directory to store the bun.
|
# The directory to store the bun.
|
||||||
@ -116,21 +116,21 @@ class PackageJson(SimpleNamespace):
|
|||||||
PATH = "package.json"
|
PATH = "package.json"
|
||||||
|
|
||||||
DEPENDENCIES = {
|
DEPENDENCIES = {
|
||||||
"@babel/standalone": "7.25.3",
|
"@babel/standalone": "7.25.7",
|
||||||
"@emotion/react": "11.11.1",
|
"@emotion/react": "11.13.3",
|
||||||
"axios": "1.6.0",
|
"axios": "1.7.7",
|
||||||
"json5": "2.2.3",
|
"json5": "2.2.3",
|
||||||
"next": "14.2.13",
|
"next": "14.2.14",
|
||||||
"next-sitemap": "4.1.8",
|
"next-sitemap": "4.2.3",
|
||||||
"next-themes": "0.2.1",
|
"next-themes": "0.3.0",
|
||||||
"react": "18.2.0",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.3.1",
|
||||||
"react-focus-lock": "2.11.3",
|
"react-focus-lock": "2.13.2",
|
||||||
"socket.io-client": "4.6.1",
|
"socket.io-client": "4.8.0",
|
||||||
"universal-cookie": "4.0.4",
|
"universal-cookie": "7.2.0",
|
||||||
}
|
}
|
||||||
DEV_DEPENDENCIES = {
|
DEV_DEPENDENCIES = {
|
||||||
"autoprefixer": "10.4.14",
|
"autoprefixer": "10.4.20",
|
||||||
"postcss": "8.4.31",
|
"postcss": "8.4.47",
|
||||||
"postcss-import": "16.1.0",
|
"postcss-import": "16.1.0",
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ class Tailwind(SimpleNamespace):
|
|||||||
"""Tailwind constants."""
|
"""Tailwind constants."""
|
||||||
|
|
||||||
# The Tailwindcss version
|
# The Tailwindcss version
|
||||||
VERSION = "tailwindcss@3.3.2"
|
VERSION = "tailwindcss@3.4.13"
|
||||||
# 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