diff options
author | 6543 <m.huber@kithara.com> | 2024-01-21 14:42:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 21:42:35 +0800 |
commit | 49d76639295a89bac8a656360782f0c3a1d2707c (patch) | |
tree | 0cd381a1969ebb0248959e9c08d6cf63ec916504 /package-lock.json | |
parent | 1df06e3f399307c14b60a2b88e1b26cedc1ae2f9 (diff) | |
download | gitea-49d76639295a89bac8a656360782f0c3a1d2707c.tar.gz gitea-49d76639295a89bac8a656360782f0c3a1d2707c.zip |
Revert adding htmx until we finaly decide to add it (#28879)
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index d73fc5df5a..b299967eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,6 @@ "esbuild-loader": "4.0.2", "escape-goat": "4.0.0", "fast-glob": "3.3.2", - "htmx.org": "1.9.10", "jquery": "3.7.1", "katex": "0.16.9", "license-checker-webpack-plugin": "0.2.1", @@ -6159,11 +6158,6 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/htmx.org": { - "version": "1.9.10", - "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.10.tgz", - "integrity": "sha512-UgchasltTCrTuU2DQLom3ohHrBvwr7OqpwyAVJ9VxtNBng4XKkVsqrv0Qr3srqvM9ZNI3f1MmvVQQqK7KW/bTA==" - }, "node_modules/http-proxy-agent": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz", |