1 Commits

Author SHA1 Message Date
9bb862c06a fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-15 01:23:43 +00:00
4 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -22,7 +22,7 @@ cynic = { version = "3.9.1", optional = true, features = [
"reqwest",
"serde_json",
] }
reqwest = { version = "0.12.11", optional = true, features = ["json"] }
reqwest = { version = "0.13.0", optional = true, features = ["json"] }
axum = { workspace = true, optional = true, features = ["macros"] }
serde_json = { version = "1.0.134", optional = true }

View File

@@ -11,17 +11,17 @@
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "16.1.0"
"next": "14.1.4"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^22.0.0",
"@types/node": "^24.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "16.1.0"
"eslint-config-next": "14.1.4"
}
}

View File

@@ -474,7 +474,7 @@ ast-types-flow@^0.0.8:
integrity sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==
autoprefixer@^10.0.1:
version "10.4.21"
version "10.4.23"
dependencies:
browserslist "^4.23.0"
caniuse-lite "^1.0.30001599"
@@ -2622,7 +2622,7 @@ typed-array-length@^1.0.6:
possible-typed-array-names "^1.0.0"
typescript@^5:
version "5.8.3"
version "5.9.3"
unbox-primitive@^1.0.2:
version "1.0.2"