mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
5074334696
commit
ca01375ff4
5 changed files with 7 additions and 3 deletions
|
@ -1 +1 @@
|
|||
10.15.2
|
||||
10.18.0
|
||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
10.15.2
|
||||
10.18.0
|
||||
|
|
|
@ -462,7 +462,7 @@
|
|||
"zlib": "^1.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.15.2",
|
||||
"node": "10.18.0",
|
||||
"yarn": "^1.21.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -176,6 +176,7 @@ describe('copySavedObjectsToSpaces', () => {
|
|||
"_maxListeners": undefined,
|
||||
"_read": [Function],
|
||||
"_readableState": ReadableState {
|
||||
"autoDestroy": false,
|
||||
"awaitDrain": 0,
|
||||
"buffer": BufferList {
|
||||
"head": null,
|
||||
|
@ -228,6 +229,7 @@ describe('copySavedObjectsToSpaces', () => {
|
|||
"_maxListeners": undefined,
|
||||
"_read": [Function],
|
||||
"_readableState": ReadableState {
|
||||
"autoDestroy": false,
|
||||
"awaitDrain": 0,
|
||||
"buffer": BufferList {
|
||||
"head": null,
|
||||
|
|
|
@ -195,6 +195,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
|
|||
"_maxListeners": undefined,
|
||||
"_read": [Function],
|
||||
"_readableState": ReadableState {
|
||||
"autoDestroy": false,
|
||||
"awaitDrain": 0,
|
||||
"buffer": BufferList {
|
||||
"head": null,
|
||||
|
@ -254,6 +255,7 @@ describe('resolveCopySavedObjectsToSpacesConflicts', () => {
|
|||
"_maxListeners": undefined,
|
||||
"_read": [Function],
|
||||
"_readableState": ReadableState {
|
||||
"autoDestroy": false,
|
||||
"awaitDrain": 0,
|
||||
"buffer": BufferList {
|
||||
"head": null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue