mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Update babel (master) (#113352)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
cdc5204af9
commit
17d3cb844f
6 changed files with 4141 additions and 3448 deletions
|
@ -31,6 +31,7 @@ NPM_MODULE_EXTRA_FILES = [
|
|||
RUNTIME_DEPS = [
|
||||
"//packages/elastic-datemath",
|
||||
"//packages/kbn-utils",
|
||||
"@npm//@babel/runtime",
|
||||
"@npm//@elastic/charts",
|
||||
"@npm//@elastic/eui",
|
||||
"@npm//@elastic/numeral",
|
||||
|
@ -45,15 +46,15 @@ RUNTIME_DEPS = [
|
|||
"@npm//jquery",
|
||||
"@npm//loader-utils",
|
||||
"@npm//mini-css-extract-plugin",
|
||||
"@npm//moment",
|
||||
"@npm//moment-timezone",
|
||||
"@npm//moment",
|
||||
"@npm//raw-loader",
|
||||
"@npm//react",
|
||||
"@npm//react-dom",
|
||||
"@npm//react-intl",
|
||||
"@npm//react-is",
|
||||
"@npm//react-router",
|
||||
"@npm//react-router-dom",
|
||||
"@npm//react-router",
|
||||
"@npm//react",
|
||||
"@npm//regenerator-runtime",
|
||||
"@npm//resize-observer-polyfill",
|
||||
"@npm//rison-node",
|
||||
|
@ -62,7 +63,7 @@ RUNTIME_DEPS = [
|
|||
"@npm//symbol-observable",
|
||||
"@npm//url-loader",
|
||||
"@npm//val-loader",
|
||||
"@npm//whatwg-fetch"
|
||||
"@npm//whatwg-fetch",
|
||||
]
|
||||
|
||||
WEBPACK_DEPS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue