Skip to content

Commit ed26802

Browse files
authored
refactor: push react-dom to devDependencies and update both to 16
1 parent 60f8a4f commit ed26802

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"peerDependencies": {
3232
"leaflet": "^1.0.0",
3333
"react-leaflet": "^1.0.0",
34-
"react": "^15.4.1 || ^16.0.0",
35-
"react-dom": "^15.4.1 || ^16.0.0"
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)