@operato/utils
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.4.1](https://github.com/hatiolab/operato/compare/v0.4.0...v0.4.1) (2022-03-02) | ||
### :bug: Bug Fix | ||
* lodash => lodash-es, remove underscore ([08cbef1](https://github.com/hatiolab/operato/commit/08cbef1e63e28c96e7341bce1910ae7baed889e2)) | ||
## [0.4.0](https://github.com/hatiolab/operato/compare/v0.3.28...v0.4.0) (2022-02-22) | ||
@@ -8,0 +17,0 @@ |
@@ -1,2 +0,2 @@ | ||
import debounce from 'lodash/debounce'; | ||
import debounce from 'lodash-es/debounce'; | ||
export default function InfiniteScrollable(Base) { | ||
@@ -3,0 +3,0 @@ return class Scrolling extends Base { |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "dist/src/index.js", | ||
@@ -75,5 +75,5 @@ "module": "dist/src/index.js", | ||
"dependencies": { | ||
"lodash": "^4.17.21" | ||
"lodash-es": "^4.17.21" | ||
}, | ||
"gitHead": "82291954771bbddf5ee0f3f189a010b211f822a1" | ||
"gitHead": "cfc3bd47600cda52fab6120e448c00e319694b09" | ||
} |
@@ -1,2 +0,2 @@ | ||
import debounce from 'lodash/debounce' | ||
import debounce from 'lodash-es/debounce' | ||
@@ -3,0 +3,0 @@ type Constructor = new (...args: any[]) => {} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111913
+ Addedlodash-es@^4.17.21
+ Addedlodash-es@4.17.21(transitive)
- Removedlodash@^4.17.21
- Removedlodash@4.17.21(transitive)