1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

dependencies fix

This commit is contained in:
codecalm
2022-04-29 23:14:30 +02:00
parent b400a6fab4
commit f7e9eb0a91

View File

@@ -87,7 +87,6 @@
"gulp-sass": "^5.1.0",
"imask": "^6.4.2",
"jsvectormap": "^1.4.5",
"list.js": "^2.3.1",
"litepicker": "^2.0.12",
"nouislider": "^15.5.1",
"postcss": "^8.4.12",
@@ -114,6 +113,7 @@
"countup.js": "^2.1.0",
"flatpickr": "^4.6.11",
"imask": "^6.4.2",
"list.js": "^2.3.1",
"jsvectormap": "^1.4.5",
"litepicker": "^2.0.12",
"nouislider": "^15.5.1",
@@ -138,6 +138,9 @@
"imask": {
"optional": true
},
"list.js": {
"optional": true
},
"litepicker": {
"optional": true
},