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
This commit is contained in:
silverwind 2023-09-22 22:51:48 +02:00 committed by GitHub
parent c0ed26f987
commit a101dbaa79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 638 additions and 547 deletions

View file

@ -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]