Skip to content

Commit 42fc6c3

Browse files
Merge pull request #25 from skipjack/patch-1
chore(deps): allow new versions of react and react-dom
2 parents 3ee1721 + 485970c commit 42fc6c3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.0.4 Release
2+
- Allow the latest versions of `react` and `react-dom` (i.e. 16 and up).
3+
14
# 1.0.3 Release
25
- Fixed warning "Accessing PropTypes via the main React package is deprecated"
36

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-leaflet-heatmap-layer",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A custom layer for heatmaps in react-leaflet",
55
"main": "lib/HeatmapLayer.js",
66
"scripts": {
@@ -31,8 +31,7 @@
3131
"peerDependencies": {
3232
"leaflet": "^1.0.0",
3333
"react-leaflet": "^1.0.0",
34-
"react": "^15.4.1",
35-
"react-dom": "^15.4.1"
34+
"react": "^15.4.1 || ^16.0.0"
3635
},
3736
"devDependencies": {
3837
"babel-cli": "^6.6.5",
@@ -53,9 +52,9 @@
5352
"eslint-plugin-react": "^4.2.3",
5453
"leaflet": "^1.0.0",
5554
"prop-types": "^15.5.10",
56-
"react": "^15.4.1",
55+
"react": "^16.0.0",
5756
"react-addons-test-utils": "^0.14.7",
58-
"react-dom": "^15.4.1",
57+
"react-dom": "^16.0.0",
5958
"react-leaflet": "^1.0.0",
6059
"react-transform-hmr": "^1.0.4",
6160
"webpack": "^1.12.14",

0 commit comments

Comments
 (0)