diff --git a/gulpfile.js b/gulpfile.js index 178a907c1..43f7521ac 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -56,7 +56,6 @@ const common = { () => gulp.src([ 'node_modules/katex/dist/katex.min.js', 'node_modules/html2canvas/dist/html2canvas.min.js', - 'node_modules/swiped-events/dist/swiped-events.min.js', 'node_modules/interactjs/dist/interact.min.js', 'node_modules/photoswipe/dist/umd/*.js' ]).pipe(gulp.dest(path.join(outputPath, 'js'))), diff --git a/package.json b/package.json index 0d336e02b..3bb9c3c5b 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,6 @@ "remove-accents": "0.4.2", "sanitize-filename": "1.6.3", "send-intent": "3.0.11", - "swiped-events": "^1.1.7", "tailwind-capitalize-first-letter": "^1.0.4", "threads": "1.6.5", "url": "^0.11.0", diff --git a/src/main/frontend/handler/mobile/swipe.cljs b/src/main/frontend/handler/mobile/swipe.cljs deleted file mode 100644 index 1498f3d45..000000000 --- a/src/main/frontend/handler/mobile/swipe.cljs +++ /dev/null @@ -1,3 +0,0 @@ -(ns ^:no-doc frontend.handler.mobile.swipe) - -;; TODO \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index ef7fb0ef2..54cb6cf03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7091,11 +7091,6 @@ svgo@^2.7.0: picocolors "^1.0.0" stable "^0.1.8" -swiped-events@^1.1.7: - version "1.1.7" - resolved "https://registry.npmjs.org/swiped-events/-/swiped-events-1.1.7.tgz#d2d12087e7cee659f40d94828485bf2242424364" - integrity sha512-bxEy7djwuLykZpPfoE4IFsbna/ngACEpyPqw9tBOaPQtAshsRK7H5CxoCgSXr0QRQ+7rd2TT3bSKLL3R6xJFwg== - table@^6.6.0: version "6.8.0" resolved "https://registry.yarnpkg.com/table/-/table-6.8.0.tgz#87e28f14fa4321c3377ba286f07b79b281a3b3ca"