Skip to content

Commit 6b9110a

Browse files
committed
Upgrade infinite-tree to 1.8.1
1 parent ef4eab9 commit 6b9110a

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-infinite-tree",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "The infinite-tree library for React.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -42,7 +42,7 @@
4242
"peerDependencies": {
4343
"react": "^0.14.0 || ^15.0.0-0",
4444
"react-dom": "^0.14.0 || ^15.0.0-0",
45-
"infinite-tree": ">=1.8.0"
45+
"infinite-tree": ">=1.8.1"
4646
},
4747
"dependencies": {},
4848
"devDependencies": {

0 commit comments

Comments
 (0)