Skip to content

Commit 43e68c1

Browse files
committed
Updated react peer deps to support 16 alpha
1 parent 1f3a323 commit 43e68c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-select-fast-filter-options",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "react-select filterOptions function optimized to quickly filter large options lists",
55
"main": "dist/commonjs/index.js",
66
"jsnext:main": "dist/es/index.js",
@@ -47,7 +47,7 @@
4747
"js-search": "^1.3.1"
4848
},
4949
"peerDependencies": {
50-
"react": "^0.14.0 || ^15.0.0",
50+
"react": "^0.14.0 || ^15.0.0 || ^16.0.0-a",
5151
"react-select": "^1.0.0-beta14"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)