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 3737 "dependencies" : {
3838 "@craftjs/utils" : " ^0.2.0" ,
3939 "debounce" : " ^1.2.0" ,
40- "lodash" : " ^4.17.20 " ,
40+ "lodash" : " ^4.17.21 " ,
4141 "tiny-invariant" : " ^1.0.6"
4242 },
4343 "devDependencies" : {
44+ "@types/lodash" : " ^4.14.195" ,
4445 "@types/react" : " 18.0.27" ,
4546 "react" : " 18.2.0"
4647 },
Original file line number Diff line number Diff line change 11import { isChromium , isLinux } from '@craftjs/utils' ;
2- import { isFunction } from 'lodash' ;
2+ import isFunction from 'lodash/isFunction ' ;
33import React from 'react' ;
44
55import { CoreEventHandlers , CreateHandlerOptions } from './CoreEventHandlers' ;
Original file line number Diff line number Diff line change 1515 },
1616 "dependencies" : {
1717 "immer" : " ^9.0.6" ,
18- "lodash" : " ^4.17.20 " ,
18+ "lodash" : " ^4.17.21 " ,
1919 "nanoid" : " ^3.1.23" ,
2020 "shallowequal" : " ^1.1.0" ,
2121 "tiny-invariant" : " ^1.0.6"
Original file line number Diff line number Diff line change @@ -2518,9 +2518,10 @@ __metadata:
25182518 resolution: "@craftjs/core@workspace:packages/core"
25192519 dependencies:
25202520 "@craftjs/utils": ^0.2.0
2521+ "@types/lodash": ^4.14.195
25212522 "@types/react": 18.0.27
25222523 debounce: ^1.2.0
2523- lodash: ^4.17.20
2524+ lodash: ^4.17.21
25242525 react: 18.2.0
25252526 tiny-invariant: ^1.0.6
25262527 peerDependencies:
@@ -2550,7 +2551,7 @@ __metadata:
25502551 dependencies:
25512552 "@types/react": 18.0.27
25522553 immer: ^9.0.6
2553- lodash: ^4.17.20
2554+ lodash: ^4.17.21
25542555 nanoid: ^3.1.23
25552556 shallowequal: ^1.1.0
25562557 tiny-invariant: ^1.0.6
@@ -5261,6 +5262,13 @@ __metadata:
52615262 languageName: node
52625263 linkType: hard
52635264
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+
52645272"@types/mdast@npm:^3.0.0":
52655273 version: 3.0.3
52665274 resolution: "@types/mdast@npm:3.0.3"
You can’t perform that action at this time.
0 commit comments