chore(deps): update build env deps

This commit is contained in:
Raizaaa
2026-04-30 12:43:57 +05:30
parent bb5e277e9e
commit 1e7da9b40c
2 changed files with 10 additions and 1 deletions
+3
View File
@@ -24,6 +24,9 @@
"url": "https://github.com/frappe/lms/issues"
},
"homepage": "https://github.com/frappe/lms#readme",
"engines": {
"node": ">=22"
},
"devDependencies": {
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
+7 -1
View File
@@ -30,6 +30,12 @@ use_parentheses = true
ensure_newline_before_comments = true
indent = "\t"
[deploy.dependencies.apt]
packages = [
"libxml2-dev",
"libxslt1-dev",
]
[tool.ruff]
line-length = 110
target-version = "py310"
@@ -66,7 +72,7 @@ indent-style = "tab"
docstring-code-format = true
[tool.bench.frappe-dependencies]
frappe = "<=17.0.0-dev"
frappe = ">=14.0.0,<=17.0.0-dev"
[tool.bench.assets]
build_dir = "./frontend"