diff options
author | silverwind <me@silverwind.io> | 2023-07-31 01:16:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 01:16:12 +0200 |
commit | 8e644d346082e5240451097f32e2496f6fd6fd1b (patch) | |
tree | c1020b99170842811967293a4479d2bbc2a14521 /pyproject.toml | |
parent | 04d7ced063f5892cd9e4f0f42f5ffaa017b608c6 (diff) | |
download | gitea-8e644d346082e5240451097f32e2496f6fd6fd1b.tar.gz gitea-8e644d346082e5240451097f32e2496f6fd6fd1b.zip |
Update js and py dependencies (#26243)
- Update all JS and PY dependencies minus
`eslint-plugin-eslint-comments` (because of
https://github.com/eslint-community/eslint-plugin-eslint-comments/issues/89)
- Regenerate SVGs
- Remove depreacted eslint rule
- Tested mermaid and swagger
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a2a3863859..549a8cb2b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [] python = "^3.8" [tool.poetry.group.dev.dependencies] -djlint = "1.32.0" +djlint = "1.32.1" [tool.djlint] profile="golang" |