mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
* Pin dependencies (#37406) * Pin dependencies * include core-js in babel packages * specify core-js version when using `useBuiltIns` * dedupe @babel/types to avoid "range of null" problem * chore(deps): update dependency del to v4 (#37466) * chore(deps): update dependency del to v4 * remove @types/del since they ship with the package now (cherry picked from commitc60e3491a2
) * Update gulp related packages (#37456) (cherry picked from commit62893ec0bc
) * Update babel related packages (#37464) (cherry picked from commit830bd1f0ca
)
24 lines
549 B
JSON
24 lines
549 B
JSON
{
|
|
"name": "@kbn/es",
|
|
"main": "./src/index.js",
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@elastic/elasticsearch": "^7.0.0-rc.2",
|
|
"@kbn/dev-utils": "1.0.0",
|
|
"abort-controller": "^2.0.3",
|
|
"chalk": "^2.4.1",
|
|
"dedent": "^0.7.0",
|
|
"del": "^4.0.0",
|
|
"execa": "^1.0.0",
|
|
"getopts": "^2.2.4",
|
|
"glob": "^7.1.2",
|
|
"mkdirp": "^0.5.1",
|
|
"node-fetch": "^2.0.0",
|
|
"simple-git": "^1.91.0",
|
|
"tar-fs": "^1.16.3",
|
|
"tree-kill": "^1.1.0",
|
|
"yauzl": "^2.10.0"
|
|
}
|
|
}
|