From d4c6c9401d30405084f4bb866dd9f2bd19b32732 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 2 Apr 2025 11:36:50 +0200 Subject: [fix] client/simple: add missing "swiped-events" devDependencies (import) In commit 1a3543d4b in PR-4284 [1] the swiped-events [2] were forgotten to be migrated. In this patch, the event library is added to the ``devDependencies`` and imported by:: import "../../../node_modules/swiped-events/src/swiped-events.js [1] https://github.com/searxng/searxng/pull/4284 [2] https://www.npmjs.com/package/swiped-events Signed-off-by: Markus Heiser Reported-by: https://github.com/searxng/searxng/pull/4198#issuecomment-2770734321 --- client/simple/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'client/simple/package.json') diff --git a/client/simple/package.json b/client/simple/package.json index cb2fd1cab..fb756497a 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -28,6 +28,7 @@ "stylelint-config-standard-less": "^3.0.1", "stylelint-prettier": "^5.0.3", "svgo": "^3.3.2", + "swiped-events": "^1.2.0", "vite": "^6.2.3", "vite-plugin-static-copy": "^2.3.0", "vite-plugin-stylelint": "^6.0.0", -- cgit v1.2.3