Skip to content

Commit

Permalink
Allow react-leaflet 5 as a peer dependency to use with react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Jan 2, 2025
1 parent 0dd3d26 commit 8d7444a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).

## [0.12.1] - 2025-01-02
### Added
* *Nothing*

### Changed
* *Nothing*

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* Support peer dependency versions which in turn support React 19.


## [0.12.1] - 2025-01-02
### Added
* Add support for React 19
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"event-source-polyfill": "^1.0.31",
"leaflet": "^1.9.4",
"react-external-link": "^2.4.0",
"react-leaflet": "^4.2.1",
"react-leaflet": "^4.2.1 || ^5.0",
"react-swipeable": "^7.0.2",
"react-tag-autocomplete": "^7.4.0",
"recharts": "^2.15.0"
Expand Down

0 comments on commit 8d7444a

Please sign in to comment.