-
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
Chance Strickland
committed
Nov 15, 2019
1 parent
5f71f40
commit 25a01e0
Showing
18 changed files
with
49 additions
and
49 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/alert-dialog", | ||
"version": "0.5.4", | ||
"version": "0.6.0", | ||
"description": "Accessible React Alert Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -10,9 +10,9 @@ | |
"build": "node ../../shared/build-package" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.5.3", | ||
"@reach/dialog": "^0.5.4", | ||
"@reach/utils": "^0.5.0", | ||
"@reach/auto-id": "^0.6.0", | ||
"@reach/dialog": "^0.6.0", | ||
"@reach/utils": "^0.6.0", | ||
"invariant": "^2.2.4", | ||
"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
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/combobox", | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"description": "Accessible React Combobox (Autocomplete).", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -10,10 +10,10 @@ | |
"build": "node ../../shared/build-package" | ||
}, | ||
"dependencies": { | ||
"@reach/auto-id": "^0.5.3", | ||
"@reach/popover": "^0.5.0", | ||
"@reach/portal": "^0.5.0", | ||
"@reach/utils": "^0.5.0", | ||
"@reach/auto-id": "^0.6.0", | ||
"@reach/popover": "^0.6.0", | ||
"@reach/portal": "^0.6.0", | ||
"@reach/utils": "^0.6.0", | ||
"escape-regexp": "0.0.1", | ||
"highlight-words-core": "1.2.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
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/dialog", | ||
"version": "0.5.4", | ||
"version": "0.6.0", | ||
"description": "Accessible React Modal Dialog.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -10,8 +10,8 @@ | |
"build": "node ../../shared/build-package" | ||
}, | ||
"dependencies": { | ||
"@reach/portal": "^0.5.0", | ||
"@reach/utils": "^0.5.0", | ||
"@reach/portal": "^0.6.0", | ||
"@reach/utils": "^0.6.0", | ||
"prop-types": "^15.7.2", | ||
"react-focus-lock": "^2.2.1", | ||
"react-remove-scroll": "^2.2.0" | ||
|
@@ -21,7 +21,7 @@ | |
"react-dom": "^16.8.0" | ||
}, | ||
"devDependencies": { | ||
"@reach/menu-button": "^0.5.4", | ||
"@reach/menu-button": "^0.6.0", | ||
"react": "^16.11.0", | ||
"react-spring": "^8.0.27", | ||
"react-test-renderer": "^16.11.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.5.4", | ||
"version": "0.6.0", | ||
"description": "Accessible React button dropdown menu.", | ||
"author": "React Training <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -10,11 +10,11 @@ | |
"build": "node ../../shared/build-package" | ||
}, | ||
"dependencies": { | ||
"@reach/component-component": "^0.5.0", | ||
"@reach/portal": "^0.5.0", | ||
"@reach/rect": "^0.5.0", | ||
"@reach/utils": "^0.5.0", | ||
"@reach/window-size": "^0.5.3", | ||
"@reach/component-component": "^0.6.0", | ||
"@reach/portal": "^0.6.0", | ||
"@reach/rect": "^0.6.0", | ||
"@reach/utils": "^0.6.0", | ||
"@reach/window-size": "^0.6.0", | ||
"prop-types": "^15.7.2", | ||
"warning": "^4.0.3" | ||
}, | ||
|
@@ -24,7 +24,7 @@ | |
}, | ||
"devDependencies": { | ||
"@reach/router": "^1.2.1", | ||
"@reach/tooltip": "^0.5.4", | ||
"@reach/tooltip": "^0.6.0", | ||
"react": "^16.11.0", | ||
"react-test-renderer": "^16.11.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
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
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
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
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
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