Skip to content

Commit 60f8a4f

Browse files
authored
chore(deps): allow new versions of react and react-dom
1 parent 3ee1721 commit 60f8a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
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",
35+
"react-dom": "^15.4.1 || ^16.0.0"
3636
},
3737
"devDependencies": {
3838
"babel-cli": "^6.6.5",

0 commit comments

Comments
 (0)