1 Commits

Author SHA1 Message Date
473090fbe5 chore(deps): update dependency tailwindcss to v4
Some checks failed
renovate/artifacts Artifact file update failure
2025-07-26 00:21:42 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ thiserror = "2"
tokio = { version = "1.37.0", features = ["full"] } tokio = { version = "1.37.0", features = ["full"] }
tower = { version = "0.5.0", features = ["full"] } tower = { version = "0.5.0", features = ["full"] }
tower-http = { version = "0.6", features = ["full"] } tower-http = { version = "0.6", features = ["full"] }
wasm-bindgen = "=0.2.100" wasm-bindgen = "=0.2.99"
# See https://github.com/akesson/cargo-leptos for documentation of all the parameters. # See https://github.com/akesson/cargo-leptos for documentation of all the parameters.

View File

@@ -20,7 +20,7 @@
"@types/react-dom": "^19.0.0", "@types/react-dom": "^19.0.0",
"autoprefixer": "^10.0.1", "autoprefixer": "^10.0.1",
"postcss": "^8", "postcss": "^8",
"tailwindcss": "^3.3.0", "tailwindcss": "^4.0.0",
"eslint": "^8", "eslint": "^8",
"eslint-config-next": "14.1.4" "eslint-config-next": "14.1.4"
} }