Skip to content

Commit c769706

Browse files
committed
[dev] fixes docs build
1 parent ec0c498 commit c769706

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@types/react": "^17.0.45",
2626
"@types/react-dom": "^18.0.0",
2727
"astro": "^1.9.2",
28+
"lodash": "^4.17.19",
2829
"preact": "^10.7.3",
2930
"react": "^18.1.0",
3031
"react-dom": "^18.1.0",

docs/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,6 +2547,11 @@ locate-path@^6.0.0:
25472547
dependencies:
25482548
p-locate "^5.0.0"
25492549

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+
25502555
log-symbols@^5.1.0:
25512556
version "5.1.0"
25522557
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-5.1.0.tgz#a20e3b9a5f53fac6aeb8e2bb22c07cf2c8f16d93"

0 commit comments

Comments
 (0)