Skip to content

Commit b29c329

Browse files
fritz-cRomanHotsiy
authored andcommitted
fix: modify the peerDependencies to reflect the need for react 16.3
1 parent 3fabce4 commit b29c329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
"yaml-js": "^0.2.3"
109109
},
110110
"peerDependencies": {
111-
"react": "^16.0.0",
112-
"react-dom": "^16.0.0"
111+
"react": "^16.3.0-alpha.2",
112+
"react-dom": "^16.3.0-alpha.2"
113113
},
114114
"dependencies": {
115115
"@babel/plugin-syntax-jsx": "^7.0.0-beta.42",
@@ -194,4 +194,4 @@
194194
"printWidth": 100,
195195
"parser": "typescript"
196196
}
197-
}
197+
}

0 commit comments

Comments
 (0)