Update npm packages and install swiped-events

This commit is contained in:
Paul Nicoué 2022-11-22 12:13:21 +01:00
parent 0aeb6105ea
commit 9592df66b9
6 changed files with 1197 additions and 1126 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,15 @@
/*!
* Splide.js
* Version : 4.0.7
* Version : 4.1.4
* License : MIT
* Copyright: 2022 Naotoshi Fujita
*/
/*!
* swiped-events.js - v@version@
* Pure JavaScript swipe events
* https://github.com/john-doherty/swiped-events
* @inspiration https://stackoverflow.com/questions/16348031/disable-scrolling-when-touch-moving-certain-element
* @author John Doherty <www.johndoherty.info>
* @license MIT
*/

File diff suppressed because one or more lines are too long