File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @craftjs/core " : patch
3
+ " @craftjs/utils " : patch
4
+ ---
5
+
6
+ Import specific lodash methods
Original file line number Diff line number Diff line change 37
37
"dependencies" : {
38
38
"@craftjs/utils" : " ^0.2.0" ,
39
39
"debounce" : " ^1.2.0" ,
40
- "lodash" : " ^4.17.20 " ,
40
+ "lodash" : " ^4.17.21 " ,
41
41
"tiny-invariant" : " ^1.0.6"
42
42
},
43
43
"devDependencies" : {
44
+ "@types/lodash" : " ^4.14.195" ,
44
45
"@types/react" : " 18.0.27" ,
45
46
"react" : " 18.2.0"
46
47
},
Original file line number Diff line number Diff line change 1
1
import { isChromium , isLinux } from '@craftjs/utils' ;
2
- import { isFunction } from 'lodash' ;
2
+ import isFunction from 'lodash/isFunction ' ;
3
3
import React from 'react' ;
4
4
5
5
import { CoreEventHandlers , CreateHandlerOptions } from './CoreEventHandlers' ;
Original file line number Diff line number Diff line change 15
15
},
16
16
"dependencies" : {
17
17
"immer" : " ^9.0.6" ,
18
- "lodash" : " ^4.17.20 " ,
18
+ "lodash" : " ^4.17.21 " ,
19
19
"nanoid" : " ^3.1.23" ,
20
20
"shallowequal" : " ^1.1.0" ,
21
21
"tiny-invariant" : " ^1.0.6"
Original file line number Diff line number Diff line change @@ -2518,9 +2518,10 @@ __metadata:
2518
2518
resolution: "@craftjs/core@workspace:packages/core"
2519
2519
dependencies:
2520
2520
"@craftjs/utils": ^0.2.0
2521
+ "@types/lodash": ^4.14.195
2521
2522
"@types/react": 18.0.27
2522
2523
debounce: ^1.2.0
2523
- lodash: ^4.17.20
2524
+ lodash: ^4.17.21
2524
2525
react: 18.2.0
2525
2526
tiny-invariant: ^1.0.6
2526
2527
peerDependencies:
@@ -2550,7 +2551,7 @@ __metadata:
2550
2551
dependencies:
2551
2552
"@types/react": 18.0.27
2552
2553
immer: ^9.0.6
2553
- lodash: ^4.17.20
2554
+ lodash: ^4.17.21
2554
2555
nanoid: ^3.1.23
2555
2556
shallowequal: ^1.1.0
2556
2557
tiny-invariant: ^1.0.6
@@ -5261,6 +5262,13 @@ __metadata:
5261
5262
languageName: node
5262
5263
linkType: hard
5263
5264
5265
+ "@types/lodash@npm:^4.14.195":
5266
+ version: 4.14.199
5267
+ resolution: "@types/lodash@npm:4.14.199"
5268
+ checksum: e68d1fcbbfce953ed87b296a628573f62939227bcda0c934954e862b421e8a34c5e71cad6fea27b9980567909e6a4698f09025692958e36d64ea9ed99ec6fb2e
5269
+ languageName: node
5270
+ linkType: hard
5271
+
5264
5272
"@types/mdast@npm:^3.0.0":
5265
5273
version: 3.0.3
5266
5274
resolution: "@types/mdast@npm:3.0.3"
You can’t perform that action at this time.
0 commit comments