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+
14# 1.0.3 Release
25- Fixed warning "Accessing PropTypes via the main React package is deprecated"
36
Original file line number Diff line number Diff line change 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" : {
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments