mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
eui 10.4.2 (#37032)
This commit is contained in:
parent
74d7b622f1
commit
265b570dcf
7 changed files with 12 additions and 12 deletions
|
@ -104,7 +104,7 @@
|
|||
"@babel/register": "^7.0.0",
|
||||
"@elastic/charts": "^4.2.6",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "10.4.1",
|
||||
"@elastic/eui": "10.4.2",
|
||||
"@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": "10.4.1",
|
||||
"@elastic/eui": "10.4.2",
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0"
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "10.4.1",
|
||||
"@elastic/eui": "10.4.2",
|
||||
"react": "^16.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "kbn_tp_sample_panel_action",
|
||||
"version": "1.0.0",
|
||||
"main":"target/test/plugin_functional/plugins/kbn_tp_sample_panel_action",
|
||||
"main": "target/test/plugin_functional/plugins/kbn_tp_sample_panel_action",
|
||||
"kibana": {
|
||||
"version": "kibana",
|
||||
"templateVersion": "1.0.0"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "10.4.1",
|
||||
"@elastic/eui": "10.4.2",
|
||||
"react": "^16.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
@ -16,7 +16,7 @@
|
|||
"build": "rm -rf './target' && tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kbn/plugin-helpers" : "9.0.2",
|
||||
"@kbn/plugin-helpers": "9.0.2",
|
||||
"typescript": "^3.3.3333"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@elastic/eui": "10.4.1",
|
||||
"@elastic/eui": "10.4.2",
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0"
|
||||
}
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
"@babel/register": "^7.0.0",
|
||||
"@babel/runtime": "^7.3.4",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/eui": "10.4.1",
|
||||
"@elastic/eui": "10.4.2",
|
||||
"@elastic/javascript-typescript-langserver": "^0.1.24",
|
||||
"@elastic/lsp-extension": "^0.1.1",
|
||||
"@elastic/node-crypto": "^1.0.0",
|
||||
|
|
|
@ -1377,10 +1377,10 @@
|
|||
tabbable "^1.1.0"
|
||||
uuid "^3.1.0"
|
||||
|
||||
"@elastic/eui@10.4.1":
|
||||
version "10.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-10.4.1.tgz#7bede1973839bca4bce8c13f3143b71dfc50f9c9"
|
||||
integrity sha512-X47hbUDlwjRGsLPNWQZUnEVrQwiUJ6OL/rshNtK5sK8i0hrLhthjes4vdke1IDaUvyjzVb+ekCwh0kh2GLFh+g==
|
||||
"@elastic/eui@10.4.2":
|
||||
version "10.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-10.4.2.tgz#93763c299b426af36aad255b2207892614bfdb25"
|
||||
integrity sha512-KYdWktwrzhv9TAe2BJakG8RXpVaFNGHLrGpbGOFIB3uyNh0+OcAGSgjQxja2gjfM6cfB8vwTUgqOX2dASVuQ6A==
|
||||
dependencies:
|
||||
"@types/lodash" "^4.14.116"
|
||||
"@types/numeral" "^0.0.25"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue