diff options
author | silverwind <me@silverwind.io> | 2023-06-26 23:14:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 21:14:00 +0000 |
commit | 02ef14bea23bf72b4c3989280bcbe63ff8397c99 (patch) | |
tree | 8a69a7481e7d6dd4c5b520cb2dcd54999ac83ff9 /package.json | |
parent | ddf96f68cc99ad8002a92660372f38b654eb6221 (diff) | |
download | gitea-02ef14bea23bf72b4c3989280bcbe63ff8397c99.tar.gz gitea-02ef14bea23bf72b4c3989280bcbe63ff8397c99.zip |
Add `make poetry-update`, upgrade `djlint` (#25399)
[updates](https://github.com/silverwind/updates) now supports poetry as
well so we can use it for a new `make poetry-update` to update all
poetry dependencies.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index fd68c1d341..9219dbbe1d 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "stylelint-declaration-strict-value": "1.9.2", "stylelint-stylistic": "0.4.2", "svgo": "3.0.2", - "updates": "14.2.4", + "updates": "14.2.8", "vitest": "0.32.2" }, "browserslist": [ |