Skip to content

Commit 4acb7a7

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 0821010 commit 4acb7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"prop-types": "^15.6.1"
4848
},
4949
"peerDependencies": {
50-
"react": "^15.0.0 || ^16.0.0"
50+
"react": "^16.3.0"
5151
},
5252
"devDependencies": {
5353
"@types/classnames": "^2.2.3",

0 commit comments

Comments
 (0)