Skip to content

Commit

Permalink
Add events dependency to the package (#157)
Browse files Browse the repository at this point in the history
* Add js-cookie as a dependency to the addon

* Add events dependency

* lockfile update
  • Loading branch information
JeffersonBledsoe authored Oct 15, 2024
1 parent 494777d commit f80b310
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/volto-hydra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"dependencies": {
"@plone/components": "1.7.0",
"js-cookie": "^3.0.5"
"js-cookie": "^3.0.5",
"events": "^3.3.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 f80b310

Please sign in to comment.