Skip to content

Commit

Permalink
Add missing local dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reekitconcept committed Dec 13, 2024
1 parent 29ac2f3 commit 596f1fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/volto-solr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"release-alpha": "release-it --preRelease=alpha"
},
"dependencies": {
"react-portal": "4.2.1"
"react-portal": "4.2.1",
"lodash.debounce": "^4.0.8",
"buffer": "^5.5.0"
},
"peerDependencies": {
"react": "18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 596f1fb

Please sign in to comment.