mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[elasticsearch] update to 8.0, with 2.0 support
This commit is contained in:
parent
cf82ce0d74
commit
c71afc1d0f
2 changed files with 8 additions and 9 deletions
13
npm-shrinkwrap.json
generated
13
npm-shrinkwrap.json
generated
|
@ -246,7 +246,8 @@
|
|||
"dependencies": {
|
||||
"glob": {
|
||||
"version": "5.0.14",
|
||||
"from": "glob@>=5.0.5 <6.0.0"
|
||||
"from": "http://registry.npmjs.org/glob/-/glob-5.0.14.tgz",
|
||||
"resolved": "http://registry.npmjs.org/glob/-/glob-5.0.14.tgz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -941,14 +942,12 @@
|
|||
"resolved": "http://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"
|
||||
},
|
||||
"elasticsearch": {
|
||||
"version": "5.0.0",
|
||||
"from": "elasticsearch@>=5.0.0 <6.0.0",
|
||||
"resolved": "http://registry.npmjs.org/elasticsearch/-/elasticsearch-5.0.0.tgz"
|
||||
"version": "8.0.1",
|
||||
"from": "elasticsearch@>=8.0.0 <9.0.0"
|
||||
},
|
||||
"elasticsearch-browser": {
|
||||
"version": "5.0.0",
|
||||
"from": "elasticsearch-browser@>=5.0.0 <6.0.0",
|
||||
"resolved": "http://registry.npmjs.org/elasticsearch-browser/-/elasticsearch-browser-5.0.0.tgz"
|
||||
"version": "8.0.1",
|
||||
"from": "elasticsearch-browser@>=8.0.0 <9.0.0"
|
||||
},
|
||||
"engine.io": {
|
||||
"version": "1.5.2",
|
||||
|
|
|
@ -76,8 +76,8 @@
|
|||
"commander": "^2.8.1",
|
||||
"css-loader": "^0.15.1",
|
||||
"d3": "^3.5.6",
|
||||
"elasticsearch": "^5.0.0",
|
||||
"elasticsearch-browser": "^5.0.0",
|
||||
"elasticsearch": "^8.0.1",
|
||||
"elasticsearch-browser": "^8.0.1",
|
||||
"expiry-js": "^0.1.7",
|
||||
"exports-loader": "^0.6.2",
|
||||
"expose-loader": "^0.7.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue