Bläddra i källkod

remove swiped events

Konstantinos Kaloutas 2 år sedan
förälder
incheckning
d8af338e84
4 ändrade filer med 0 tillägg och 10 borttagningar
  1. 0 1
      gulpfile.js
  2. 0 1
      package.json
  3. 0 3
      src/main/frontend/handler/mobile/swipe.cljs
  4. 0 5
      yarn.lock

+ 0 - 1
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'))),

+ 0 - 1
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",

+ 0 - 3
src/main/frontend/handler/mobile/swipe.cljs

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

+ 0 - 5
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"