Merge pull request #2339 from raizasafeel/chore-deps

chore(deps): update build env deps to frappe >=14, node>=22, apt deps for lxml
This commit is contained in:
Raizaaa
2026-04-30 12:58:35 +05:30
committed by GitHub
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"