File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 25
25
"@types/react" : " ^17.0.45" ,
26
26
"@types/react-dom" : " ^18.0.0" ,
27
27
"astro" : " ^1.9.2" ,
28
+ "lodash" : " ^4.17.19" ,
28
29
"preact" : " ^10.7.3" ,
29
30
"react" : " ^18.1.0" ,
30
31
"react-dom" : " ^18.1.0" ,
Original file line number Diff line number Diff line change @@ -2547,6 +2547,11 @@ locate-path@^6.0.0:
2547
2547
dependencies :
2548
2548
p-locate "^5.0.0"
2549
2549
2550
+ lodash@^4.17.19 :
2551
+ version "4.17.21"
2552
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2553
+ integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2554
+
2550
2555
log-symbols@^5.1.0 :
2551
2556
version "5.1.0"
2552
2557
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.1.0.tgz#a20e3b9a5f53fac6aeb8e2bb22c07cf2c8f16d93"
You can’t perform that action at this time.
0 commit comments