File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.4 Release
2
+ - Allow the latest versions of ` react ` and ` react-dom ` (i.e. 16 and up).
3
+
1
4
# 1.0.3 Release
2
5
- Fixed warning "Accessing PropTypes via the main React package is deprecated"
3
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-leaflet-heatmap-layer" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " A custom layer for heatmaps in react-leaflet" ,
5
5
"main" : " lib/HeatmapLayer.js" ,
6
6
"scripts" : {
31
31
"peerDependencies" : {
32
32
"leaflet" : " ^1.0.0" ,
33
33
"react-leaflet" : " ^1.0.0" ,
34
- "react" : " ^15.4.1" ,
35
- "react-dom" : " ^15.4.1"
34
+ "react" : " ^15.4.1 || ^16.0.0"
36
35
},
37
36
"devDependencies" : {
38
37
"babel-cli" : " ^6.6.5" ,
53
52
"eslint-plugin-react" : " ^4.2.3" ,
54
53
"leaflet" : " ^1.0.0" ,
55
54
"prop-types" : " ^15.5.10" ,
56
- "react" : " ^15.4.1 " ,
55
+ "react" : " ^16.0.0 " ,
57
56
"react-addons-test-utils" : " ^0.14.7" ,
58
- "react-dom" : " ^15.4.1 " ,
57
+ "react-dom" : " ^16.0.0 " ,
59
58
"react-leaflet" : " ^1.0.0" ,
60
59
"react-transform-hmr" : " ^1.0.4" ,
61
60
"webpack" : " ^1.12.14" ,
You can’t perform that action at this time.
0 commit comments