Skip to content

Commit f06904f

Browse files
committed
feat(react): update minimum react version supported
BREAKING CHANGE: from version `0.7.0` `@uirouter/react` only supports react from version `16.3.x` because of the new Context API. If you need to use it with previous versions of React you should check the `0.6.x`, but bear in mind that it’s no longer supported and it’s advised to update React instead.
1 parent 9ed8e97 commit f06904f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"prop-types": "15.6.1"
4747
},
4848
"peerDependencies": {
49-
"react": "^15.0.0 || ^16.0.0"
49+
"react": "^16.3.0"
5050
},
5151
"devDependencies": {
5252
"@types/classnames": "2.2.3",

0 commit comments

Comments
 (0)