-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/accordion", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Accessible React accordion component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/descendants": "0.16.0", | ||
"@reach/descendants": "0.16.1", | ||
"@reach/utils": "0.16.0", | ||
"prop-types": "^15.7.2", | ||
"tiny-warning": "^1.0.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/combobox", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Accessible React Combobox (Autocomplete).", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/descendants": "0.16.0", | ||
"@reach/descendants": "0.16.1", | ||
"@reach/popover": "0.16.0", | ||
"@reach/portal": "0.16.0", | ||
"@reach/utils": "0.16.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/descendants", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "A descendant index solution for better accessibility support in compound components", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/dropdown", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "React dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/descendants": "0.16.0", | ||
"@reach/descendants": "0.16.1", | ||
"@reach/popover": "0.16.0", | ||
"@reach/utils": "0.16.0", | ||
"tslib": "^2.3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/listbox", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Accessible React listbox input.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/descendants": "0.16.0", | ||
"@reach/descendants": "0.16.1", | ||
"@reach/machine": "0.16.0", | ||
"@reach/popover": "0.16.0", | ||
"@reach/utils": "0.16.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/menu-button", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Accessible React button dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,7 +13,7 @@ | |
"directory": "packages/menu-button" | ||
}, | ||
"dependencies": { | ||
"@reach/dropdown": "0.16.0", | ||
"@reach/dropdown": "0.16.1", | ||
"@reach/popover": "0.16.0", | ||
"@reach/utils": "0.16.0", | ||
"prop-types": "^15.7.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@reach/tabs", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "Accessible React Tabs Component", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -14,7 +14,7 @@ | |
}, | ||
"dependencies": { | ||
"@reach/auto-id": "0.16.0", | ||
"@reach/descendants": "0.16.0", | ||
"@reach/descendants": "0.16.1", | ||
"@reach/utils": "0.16.0", | ||
"prop-types": "^15.7.2", | ||
"tslib": "^2.3.0" | ||
|