Skip to content

Commit d8a74ae

Browse files
committed
Fix search after removal of events
The dependency is now placed at its correct place.
1 parent 4ee0810 commit d8a74ae

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Feature: Add new state parameter `mapHasDimensions` to let plugins have a "hook" to react on when the map is ready.
66
- Feature: Add `deviceIsHorizontal` as a getter to have a more central place to check if the device is in landscape mode.
77
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
8+
- 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.
89
- Chore: Update dependencies to latest versions.
910

1011
## 1.4.1

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@polar/lib-invisible-style": "^1.0.0",
2121
"@repositoryname/noop": "^1.0.6",
2222
"@repositoryname/vuex-generators": "^1.1.2",
23+
"events": "^3.3.0",
2324
"hammerjs": "2.0.8",
2425
"i18next": "^23.11.5",
2526
"i18next-browser-languagedetector": "^8.0.0",

0 commit comments

Comments
 (0)