Skip to content

Commit

Permalink
Fix search after removal of events
Browse files Browse the repository at this point in the history
The dependency is now placed at its correct place.
  • Loading branch information
dopenguin committed Jul 29, 2024
1 parent 4ee0810 commit d8a74ae
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Feature: Add new state parameter `mapHasDimensions` to let plugins have a "hook" to react on when the map is ready.
- Feature: Add `deviceIsHorizontal` as a getter to have a more central place to check if the device is in landscape mode.
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Fix: Add package `events` as a dependency to fix issue with `xml2js`. See https://github.com/Leonidas-from-XIV/node-xml2js/issues/697 for more information.
- Chore: Update dependencies to latest versions.

## 1.4.1
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@polar/lib-invisible-style": "^1.0.0",
"@repositoryname/noop": "^1.0.6",
"@repositoryname/vuex-generators": "^1.1.2",
"events": "^3.3.0",
"hammerjs": "2.0.8",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
Expand Down

0 comments on commit d8a74ae

Please sign in to comment.