Skip to content

Commit

Permalink
remove swiped events
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored and tiensonqin committed Jul 9, 2023
1 parent 9628560 commit d8af338
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'))),
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 0 additions & 3 deletions src/main/frontend/handler/mobile/swipe.cljs

This file was deleted.

5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d8af338

Please sign in to comment.