Skip to content

Commit

Permalink
changelog, updated yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Aug 15, 2018
1 parent ac1364c commit f064095
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Added TypeScript definition for `findTestSubject` test util ([#1106](https://github.com/elastic/eui/pull/1106))
- Added TypeScript definition for `EuiComboBox` ([#1115](https://github.com/elastic/eui/pull/1115))

## [`3.6.0`](https://github.com/elastic/eui/tree/v3.6.0)

Expand Down
20 changes: 17 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,23 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@^16.4.9":
version "16.4.9"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.9.tgz#98b4dba5a0419dbd594f5dbbb2479e1e153431bb"
"@types/react-virtualized@^9.18.6":
version "9.18.6"
resolved "https://registry.yarnpkg.com/@types/react-virtualized/-/react-virtualized-9.18.6.tgz#d5c559bd003a6c58ba9e20d6cda0dde0342f59af"
dependencies:
"@types/prop-types" "*"
"@types/react" "*"

"@types/react@*":
version "16.4.10"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.10.tgz#fb577091034b25a81f829923e7d38258f43e3165"
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/react@^16.0.31":
version "16.4.10"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.4.10.tgz#fb577091034b25a81f829923e7d38258f43e3165"
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit f064095

Please sign in to comment.