mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[@kbn/analytics] Updates dependencies and browser entry (#44316)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
b58eb7630d
commit
dd7ea467a0
3 changed files with 2 additions and 5 deletions
|
@ -110,6 +110,7 @@
|
|||
"@elastic/numeral": "2.3.3",
|
||||
"@elastic/ui-ace": "0.2.3",
|
||||
"@hapi/wreck": "^15.0.1",
|
||||
"@kbn/analytics": "1.0.0",
|
||||
"@kbn/babel-code-parser": "1.0.0",
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
"@kbn/config-schema": "1.0.0",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Kibana Analytics tool",
|
||||
"main": "target/node/index.js",
|
||||
"browser": "target/web/browser.js",
|
||||
"browser": "target/web/index.js",
|
||||
"types": "target/types/index.d.ts",
|
||||
"author": "Ahmad Bamieh <ahmadbamieh@gmail.com>",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -18,8 +18,5 @@
|
|||
"@kbn/dev-utils": "1.0.0",
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
"typescript": "3.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@kbn/dev-utils": "1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -191,7 +191,6 @@
|
|||
"@elastic/nodegit": "0.25.0-alpha.23",
|
||||
"@elastic/numeral": "2.3.3",
|
||||
"@elastic/request-crypto": "^1.0.2",
|
||||
"@kbn/analytics": "1.0.0",
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
"@kbn/config-schema": "1.0.0",
|
||||
"@kbn/elastic-idx": "1.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue