Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update dependency docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Jankord committed Oct 6, 2017
1 parent 53bbc0c commit aaafda9
Show file tree
Hide file tree
Showing 41 changed files with 232 additions and 232 deletions.
18 changes: 9 additions & 9 deletions packages/terra-alert/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
|-|-|-|-|
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.10.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.11.0 | ^15.4.2 | terra-icon |
| terra-responsive-element | ^1.10.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.11.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.12.0 | ^15.4.2 | terra-icon |
| terra-responsive-element | ^1.11.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react-intl | ^2.3.0 | ^0.14.9 \|\| ^15.0.0 \|\| ^16.0.0 | Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations. |
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.10.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.11.0 | ^15.4.2 | terra-icon |
| terra-responsive-element | ^1.10.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.11.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-icon | ^1.12.0 | ^15.4.2 | terra-icon |
| terra-responsive-element | ^1.11.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size |
8 changes: 4 additions & 4 deletions packages/terra-arrange/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
|-|-|-|-|
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| terra-icon | ^1.11.0 | ^15.4.2 | terra-icon |
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-icon | ^1.12.0 | ^15.4.2 | terra-icon |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
6 changes: 3 additions & 3 deletions packages/terra-badge/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
|-|-|-|-|
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-mixins | ^1.11.0 | -- | terra-mixins |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-mixins | ^1.11.0 | -- | terra-mixins |
4 changes: 2 additions & 2 deletions packages/terra-base/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
|-|-|-|-|
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-i18n | ^1.9.0 | ^15.4.2 | The terra-i18n component provides the internationalization to the React component. Terra supports the following locales: 'de' 'es' 'en' 'en-US' 'en-GB', 'fi-FI', 'fr', 'pt'. All locales related files are loading on demand. |
| terra-i18n | ^1.10.0 | ^15.4.2 | The terra-i18n component provides the internationalization to the React component. Terra supports the following locales: 'de' 'es' 'en' 'en-US' 'en-GB', 'fi-FI', 'fr', 'pt'. All locales related files are loading on demand. |
| terra-mixins | ^1.11.0 | -- | terra-mixins |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
Expand Down
10 changes: 5 additions & 5 deletions packages/terra-button-group/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
|-|-|-|-|
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.10.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.11.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.10.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.11.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
6 changes: 3 additions & 3 deletions packages/terra-button/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
|-|-|-|-|
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
6 changes: 3 additions & 3 deletions packages/terra-card/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
|-|-|-|-|
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-mixins | ^1.11.0 | -- | terra-mixins |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-mixins | ^1.11.0 | -- | terra-mixins |
18 changes: 9 additions & 9 deletions packages/terra-collapsible-menu-view/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| resize-observer-polyfill | ^1.4.1 | -- | A polyfill for the Resize Observer API |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.10.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-button-group | ^1.11.0 | ^15.4.2 | terra-button-group |
| terra-form | ^1.10.0 | ^15.4.2 | Components for building forms |
| terra-icon | ^1.11.0 | ^15.4.2 | terra-icon |
| terra-list | ^1.11.0 | ^15.4.2 | terra-list |
| terra-menu | ^1.2.0 | ^15.5.4 | The menu is a popup component that displays a list of items, item groups, and dividers. Menu Items can be actionable, have toggle-style selection, or have nested submenu items. Menu Item groups are a single-select grouping of menu items. The Menu will determine the height of the popup based on the number of items in the main menu. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.11.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-button-group | ^1.12.0 | ^15.4.2 | terra-button-group |
| terra-form | ^1.11.0 | ^15.4.2 | Components for building forms |
| terra-icon | ^1.12.0 | ^15.4.2 | terra-icon |
| terra-list | ^1.12.0 | ^15.4.2 | terra-list |
| terra-menu | ^1.3.0 | ^15.5.4 | The menu is a popup component that displays a list of items, item groups, and dividers. Menu Items can be actionable, have toggle-style selection, or have nested submenu items. Menu Item groups are a single-select grouping of menu items. The Menu will determine the height of the popup based on the number of items in the main menu. |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
6 changes: 3 additions & 3 deletions packages/terra-content-container/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
|-|-|-|-|
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
26 changes: 13 additions & 13 deletions packages/terra-date-picker/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
| moment | ^2.17.1 | -- | Parse, validate, manipulate, and display dates |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| react-datepicker | ^0.46.0 | ^0.14.0 \|\| ^15.0.0 | A simple and reusable datepicker component for React |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.10.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-form | ^1.10.0 | ^15.4.2 | Components for building forms |
| terra-icon | ^1.11.0 | ^15.4.2 | terra-icon |
| terra-responsive-element | ^1.10.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.11.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-form | ^1.11.0 | ^15.4.2 | Components for building forms |
| terra-icon | ^1.12.0 | ^15.4.2 | terra-icon |
| terra-responsive-element | ^1.11.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react-intl | ^2.3.0 | ^0.14.9 \|\| ^15.0.0 \|\| ^16.0.0 | Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations. |
| react-redux | ^5.0.4 | ^0.14.0 \|\| ^15.0.0-0 \|\| ^16.0.0-0 | Official React bindings for Redux |
| redux | ^3.6.0 | -- | Predictable state container for JavaScript apps |
| terra-app-delegate | ^1.6.0 | -- | An object that provides a set of functions used to facilitate communcation between Containers and their consuming Containers/Applications |
| terra-modal-manager | ^1.12.0 | ^15.4.2 | A Redux-backed Container component that dynamically presents components in a Terra Modal |
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-app-delegate | ^1.7.0 | -- | An object that provides a set of functions used to facilitate communcation between Containers and their consuming Containers/Applications |
| terra-modal-manager | ^1.13.0 | ^15.4.2 | A Redux-backed Container component that dynamically presents components in a Terra Modal |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.10.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-form | ^1.10.0 | ^15.4.2 | Components for building forms |
| terra-icon | ^1.11.0 | ^15.4.2 | terra-icon |
| terra-responsive-element | ^1.10.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-button | ^1.11.0 | ^15.4.2 | The terra-button component provides users a way to trigger actions in the UI. |
| terra-form | ^1.11.0 | ^15.4.2 | Components for building forms |
| terra-icon | ^1.12.0 | ^15.4.2 | terra-icon |
| terra-responsive-element | ^1.11.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size |
8 changes: 4 additions & 4 deletions packages/terra-demographics-banner/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
|-|-|-|-|
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-responsive-element | ^1.10.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-responsive-element | ^1.11.0 | ^15.4.2 | The terra-responsive-element conditionally renders components based on viewport size |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react-intl | ^2.3.0 | ^0.14.9 \|\| ^15.0.0 \|\| ^16.0.0 | Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations. |
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
6 changes: 3 additions & 3 deletions packages/terra-dynamic-grid/docs/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
| aphrodite | ^1.2.3 | -- | Inline styles in JS that just work (TM) |
| classnames | ^2.2.5 | -- | A simple utility for conditionally joining classNames together |
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |

## devDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.10.0 | ^15.4.2 | terra-props-table |

## peerDependencies
| Dependency | Version | React Version | Description |
|-|-|-|-|
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. |
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. |
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. |
| terra-base | ^2.6.0 | ^15.4.2 | The base component sets minimal global styles for an application. |

0 comments on commit aaafda9

Please sign in to comment.