diff options
author | Giteabot <teabot@gitea.io> | 2023-09-23 05:26:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 21:26:42 +0000 |
commit | e9fcdf822cd5005c4ed3bf206e20d07f740b2929 (patch) | |
tree | b25693a55d125935682d6d0fe8ea7f08df243a56 /pyproject.toml | |
parent | 7750a7313df4ef6df9bc4e26e2c80476f5fe51b9 (diff) | |
download | gitea-e9fcdf822cd5005c4ed3bf206e20d07f740b2929.tar.gz gitea-e9fcdf822cd5005c4ed3bf206e20d07f740b2929.zip |
Update JS and Poetry dependencies and eslint (#27200) (#27201)
Backport #27200 by @silverwind
- 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
Co-authored-by: silverwind <me@silverwind.io>
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 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] |