diff options
author | silverwind <me@silverwind.io> | 2023-09-22 22:51:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 22:51:48 +0200 |
commit | a101dbaa7952e359843c6d8303ca24a0e63c865c (patch) | |
tree | 40f63b81a173d9df169df6b687b44ea53874c614 /pyproject.toml | |
parent | c0ed26f98725cd9d24fd4ab90fb8c677fd0d3e0f (diff) | |
download | gitea-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.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] |