mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-25 15:40:06 +03:00
Use lodash-es instead of lodash in instrument
This commit is contained in:
parent
1b12c51cb1
commit
22fc0c446a
|
@ -42,7 +42,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.25.0",
|
||||
"lodash": "^4.17.21"
|
||||
"lodash-es": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.24.8",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"@babel/preset-env": "^7.25.3",
|
||||
"@babel/preset-typescript": "^7.24.7",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/lodash": "^4.17.7",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^20.14.14",
|
||||
"jest": "^29.7.0",
|
||||
"redux": "^5.0.1",
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
import difference from 'lodash/difference';
|
||||
import union from 'lodash/union';
|
||||
import isPlainObject from 'lodash/isPlainObject';
|
||||
import { difference, isPlainObject, union } from 'lodash-es';
|
||||
import {
|
||||
Action,
|
||||
Observer,
|
||||
|
|
|
@ -1823,7 +1823,7 @@ importers:
|
|||
'@babel/runtime':
|
||||
specifier: ^7.25.0
|
||||
version: 7.25.0
|
||||
lodash:
|
||||
lodash-es:
|
||||
specifier: ^4.17.21
|
||||
version: 4.17.21
|
||||
devDependencies:
|
||||
|
@ -1848,9 +1848,9 @@ importers:
|
|||
'@types/jest':
|
||||
specifier: ^29.5.12
|
||||
version: 29.5.12
|
||||
'@types/lodash':
|
||||
specifier: ^4.17.7
|
||||
version: 4.17.7
|
||||
'@types/lodash-es':
|
||||
specifier: ^4.17.12
|
||||
version: 4.17.12
|
||||
'@types/node':
|
||||
specifier: ^20.14.14
|
||||
version: 20.14.14
|
||||
|
|
Loading…
Reference in New Issue
Block a user