mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
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:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user