aboutsummaryrefslogtreecommitdiff
path: root/yarn.lock
diff options
context:
space:
mode:
authorJen Huang <its.jenetic@gmail.com>2018-03-26 09:46:55 -0700
committerGitHub <noreply@github.com>2018-03-26 09:46:55 -0700
commite285627ea6386f34a0f0ad1bd6cf02bce6f5d143 (patch)
tree2564d4981b71b690dcd3cc19720ec94f301d8cd3 /yarn.lock
parentac0a496c70accaec517b253bdeb08837b423b892 (diff)
Specify widths on table columns to support long field names (#17344)
* Specify widths on table columns to support long field names
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock9
1 files changed, 6 insertions, 3 deletions
diff --git a/yarn.lock b/yarn.lock
index f06da4838..588e2d4d6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -87,9 +87,9 @@
version "0.0.0"
uid ""
-"@elastic/eui@0.0.33":
- version "0.0.33"
- resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-0.0.33.tgz#de30a9301d48644a94e3cec02dd77332a16cd2a9"
+"@elastic/eui@0.0.34":
+ version "0.0.34"
+ resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-0.0.34.tgz#75266fb39975903d842a7c877db27e1f4ea56a71"
dependencies:
brace "^0.10.0"
classnames "^2.2.5"
@@ -11183,6 +11183,9 @@ to-object-path@^0.3.0:
to-regex-range@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38"
+ dependencies:
+ is-number "^3.0.0"
+ repeat-string "^1.6.1"
to-regex@^3.0.1:
version "3.0.2"