fix(scrollbar): remove custom scrollbar

This commit is contained in:
Tomasz Borychowski 2020-08-28 11:46:51 +01:00
parent 13b5bb6407
commit d887e553ce
27 changed files with 51 additions and 4668 deletions

View file

@ -55,7 +55,7 @@
},
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.11.2",
"@root/request": "^1.6.1",
"ajv": "^6.12.4",
"babel-runtime": "^6.26.0",
@ -66,15 +66,15 @@
"fibers": "^5.0.0",
"flatted": "^3.0.4",
"gridfs-stream": "^1.1.1",
"jszip": "^3.4.0",
"jszip": "^3.5.0",
"ldapjs": "^2.1.1",
"meteor-node-stubs": "^1.0.1",
"mongodb": "^3.5.7",
"os": "^0.1.1",
"page": "^1.11.5",
"papaparse": "^5.2.0",
"papaparse": "^5.3.0",
"qs": "^6.9.4",
"source-map-support": "^0.5.19",
"xss": "^1.0.6"
"xss": "^1.0.8"
}
}