summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-09-22 22:51:48 +0200
committerGitHub <noreply@github.com>2023-09-22 22:51:48 +0200
commita101dbaa7952e359843c6d8303ca24a0e63c865c (patch)
tree40f63b81a173d9df169df6b687b44ea53874c614 /pyproject.toml
parentc0ed26f98725cd9d24fd4ab90fb8c677fd0d3e0f (diff)
downloadgitea-a101dbaa7952e359843c6d8303ca24a0e63c865c.tar.gz
gitea-a101dbaa7952e359843c6d8303ca24a0e63c865c.zip
Update JS and Poetry dependencies and eslint (#27200)
- Update all JS and Poetry dependencies - Remove deprecated `eslint-plugin-custom-elements` and replace it with rules from `eslint-plugin-wc` - Add a convenience `make update` to update both js and py dependencies - Tested markdown toolbar, swagger and citation
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 0c7e782a97..b4f1a06a34 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ authors = []
python = "^3.8"
[tool.poetry.group.dev.dependencies]
-djlint = "1.32.1"
+djlint = "1.34.0"
yamllint = "1.32.0"
[tool.djlint]