Optimized rc-slider imports

This commit is contained in:
muerwre 2019-03-08 11:03:20 +07:00
parent acfd5138df
commit a7ae059e4c
5 changed files with 17 additions and 2 deletions

10
package-lock.json generated
View file

@ -1939,6 +1939,16 @@
"require-package-name": "^2.0.1"
}
},
"babel-plugin-ramda": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/babel-plugin-ramda/-/babel-plugin-ramda-2.0.0.tgz",
"integrity": "sha512-PZ/6fmNGshCU7Vt33JRWDDSQqZxOsav1DztZ+VBJFOamE3spyoKuIL9Ve0FQd/oXGlH5jHf/WrpCSGn0MR+YVw==",
"dev": true,
"requires": {
"@babel/helper-module-imports": "^7.0.0",
"ramda": "*"
}
},
"babel-plugin-syntax-async-functions": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",