aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-02-02 10:36:32 +0100
committerGitHub <noreply@github.com>2024-02-02 09:36:32 +0000
commita062725758b765cdedd1b02da5982c6fbfc5f702 (patch)
tree5779c8f1df2748bf686d22c16ff30aac68927a46 /pyproject.toml
parent71422c0e3b80679c11a0f9a7036b557e851d0c78 (diff)
downloadgitea-a062725758b765cdedd1b02da5982c6fbfc5f702.tar.gz
gitea-a062725758b765cdedd1b02da5982c6fbfc5f702.zip
Update JS and PY dependencies, build for `es2020` browsers (#28977)
- Update all JS dependencies minus @mcaptcha/vanilla-glue - Fix new lint errors - Regenerate SVGs - Switch to maintained stylelint stylistic plugin - Tested Mermaid, Citation, Swagger, sorting - Raise ESBuild target to `es2020` as dictated by `pretty-ms` dependency.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4b89d80999..d999a1476c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ authors = []
python = "^3.8"
[tool.poetry.group.dev.dependencies]
-djlint = "1.34.0"
+djlint = "1.34.1"
yamllint = "1.33.0"
[tool.djlint]