mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
bump eui to 12.2.1 (#41510)
This commit is contained in:
parent
1cdf20b19a
commit
efc447a25a
8 changed files with 12 additions and 12 deletions
|
@ -105,7 +105,7 @@
|
|||
"@babel/register": "7.4.4",
|
||||
"@elastic/charts": "^7.0.1",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "12.2.0",
|
||||
"@elastic/eui": "12.2.1",
|
||||
"@elastic/filesaver": "1.1.2",
|
||||
"@elastic/good": "8.1.1-kibana2",
|
||||
"@elastic/numeral": "2.3.3",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "12.2.0",
|
||||
"@elastic/eui": "12.2.1",
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0"
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "12.2.0",
|
||||
"@elastic/eui": "12.2.1",
|
||||
"react": "^16.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "12.2.0",
|
||||
"@elastic/eui": "12.2.1",
|
||||
"react": "^16.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "12.2.0",
|
||||
"@elastic/eui": "12.2.1",
|
||||
"react": "^16.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "12.2.0",
|
||||
"@elastic/eui": "12.2.1",
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0"
|
||||
}
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
"@babel/runtime": "7.4.5",
|
||||
"@elastic/ctags-langserver": "^0.1.2",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "12.2.0",
|
||||
"@elastic/eui": "12.2.1",
|
||||
"@elastic/javascript-typescript-langserver": "^0.2.1",
|
||||
"@elastic/lsp-extension": "^0.1.2",
|
||||
"@elastic/node-crypto": "^1.0.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -1644,10 +1644,10 @@
|
|||
tabbable "^1.1.0"
|
||||
uuid "^3.1.0"
|
||||
|
||||
"@elastic/eui@12.2.0":
|
||||
version "12.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-12.2.0.tgz#9307c4416e03d28cff88fca886a2c76e261c884a"
|
||||
integrity sha512-0AFbXRpe1NpYbpOnHzjrkiS221wYtcKBRHSl75rtXs70A/aV/QKB3n5rARin6qUdUSjpIghaCumJNMbmvfX7uw==
|
||||
"@elastic/eui@12.2.1":
|
||||
version "12.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-12.2.1.tgz#caa304da7e5bec4458496945e439a12e5012171e"
|
||||
integrity sha512-DcwxlDP8dhnolLV8N0khyEDJHg5ODWwU97bY8bq/LAWq7B5FFyRVxMKYFPb8CM3SL1EYORjME9UMFoOSG9q3/w==
|
||||
dependencies:
|
||||
"@types/lodash" "^4.14.116"
|
||||
"@types/numeral" "^0.0.25"
|
||||
|
@ -3468,7 +3468,7 @@
|
|||
"@babel/parser" "^7.1.0"
|
||||
"@babel/types" "^7.0.0"
|
||||
|
||||
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.6":
|
||||
"@types/babel__traverse@*":
|
||||
version "7.0.6"
|
||||
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.6.tgz#328dd1a8fc4cfe3c8458be9477b219ea158fd7b2"
|
||||
integrity sha512-XYVgHF2sQ0YblLRMLNPB3CkFMewzFmlDsH/TneZFHUXDlABQgh88uOxuez7ZcXxayLFrqLwtDH1t+FmlFwNZxw==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue