Skip to content

Commit 58adafa

Browse files
author
Dimitri Kopriwa
committed
fix(react): locked version of react >=16.0.0 <=16.8.6 due to #144
1 parent bedb120 commit 58adafa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
"mini-html-webpack-plugin": "^1.0.0",
110110
"pre-commit": "^1.2.2",
111111
"raf": "^3.4.1",
112-
"react": "^16.8.6",
113-
"react-dom": "^16.8.6",
114-
"react-test-renderer": "^16.8.6",
112+
"react": ">=16.0.0 <=16.8.6",
113+
"react-dom": ">=16.0.0 <=16.8.6",
114+
"react-test-renderer": ">=16.0.0 <=16.8.6",
115115
"rimraf": "^2.6.3",
116116
"rollup": "^1.15.6",
117117
"semantic-release": "^15.13.16",
@@ -145,7 +145,7 @@
145145
"coverageThreshold": {
146146
"global": {
147147
"statements": 90,
148-
"branches": 75,
148+
"branches": 74,
149149
"functions": 85,
150150
"lines": 90
151151
}
@@ -193,8 +193,8 @@
193193
"tether-fix": "^1.4.0-fix-es"
194194
},
195195
"peerDependencies": {
196-
"react": "^16.0.0",
197-
"react-dom": "^16.0.0",
196+
"react": ">=16.0.0 <=16.8.6",
197+
"react-dom": ">=16.0.0 <=16.8.6",
198198
"styled-components": "^4.0.0"
199199
},
200200
"publishConfig": {

0 commit comments

Comments
 (0)