simplebar-core
Advanced tools
Comparing version 1.2.6 to 1.3.0
@@ -1,3 +0,2 @@ | ||
/// <reference types="lodash" /> | ||
import type { DebouncedFunc } from 'lodash-es'; | ||
import type { DebouncedFunc } from 'lodash'; | ||
import * as helpers from './helpers'; | ||
@@ -4,0 +3,0 @@ interface Options { |
{ | ||
"version": "1.2.6", | ||
"version": "1.3.0", | ||
"name": "simplebar-core", | ||
@@ -37,5 +37,3 @@ "title": "SimpleBar.js", | ||
"dependencies": { | ||
"@types/lodash-es": "^4.17.6", | ||
"lodash": "^4.17.21", | ||
"lodash-es": "^4.17.21" | ||
"lodash": "^4.17.21" | ||
}, | ||
@@ -51,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "591d7646f100da918fe7313df167c4849866b0f7" | ||
"gitHead": "ddeea2914af16e2156c3754144103f73cbc11a95" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
526571
1
14
2454
- Removed@types/lodash-es@^4.17.6
- Removedlodash-es@^4.17.21
- Removed@types/lodash@4.17.15(transitive)
- Removed@types/lodash-es@4.17.12(transitive)
- Removedlodash-es@4.17.21(transitive)