remove swiped events

pull/9776/head
Konstantinos Kaloutas 2023-07-07 09:18:51 +03:00 committed by Tienson Qin
parent 96285609bb
commit d8af338e84
4 changed files with 0 additions and 10 deletions

View File

@ -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'))),

View File

@ -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",

View File

@ -1,3 +0,0 @@
(ns ^:no-doc frontend.handler.mobile.swipe)
;; TODO

View File

@ -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"