diff options
author | Yarden Shoham <git@yardenshoham.com> | 2024-10-05 23:52:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-06 04:52:30 +0800 |
commit | 479c31bb4df2bad155035ad6706d830f874e533b (patch) | |
tree | 11d471733b5dd8ca8a5244bcc22d8437ba49ddec /package.json | |
parent | 66923e02d20e9d5b68ab20fbcdebd779eb4dbaf9 (diff) | |
download | gitea-479c31bb4df2bad155035ad6706d830f874e533b.tar.gz gitea-479c31bb4df2bad155035ad6706d830f874e533b.zip |
Upgrade htmx to 2.0.3 (#32192)
Release notes:
https://github.com/bigskysoftware/htmx/releases/tag/v2.0.3
Tested `Star`, `Watch`, and the admin dashboard page. All functionality
remains unchanged.
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
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 d188e99a30..015dfc67a6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "esbuild-loader": "4.2.2", "escape-goat": "4.0.0", "fast-glob": "3.3.2", - "htmx.org": "2.0.2", + "htmx.org": "2.0.3", "idiomorph": "0.3.0", "jquery": "3.7.1", "katex": "0.16.11", |