EUI@6.10.5 in Kibana 7.0 - mismatched version corrections (#33673)

* downgrade eui to 6.10.5 and react to 16.6 in 3 test directories; yarn.lock

* resolved react version back to 16.6.0

* resolved react-dom version back to 16.6.0
This commit is contained in:
Greg Thompson 2019-03-22 09:28:12 -05:00 committed by GitHub
parent e41f2bfd4c
commit 2cb7f543a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 93 deletions

View file

@ -7,7 +7,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@elastic/eui": "9.4.0",
"react": "^16.8.0"
"@elastic/eui": "6.10.5",
"react": "^16.6.0"
}
}

View file

@ -7,7 +7,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@elastic/eui": "9.4.0",
"react": "^16.8.0"
"@elastic/eui": "6.10.5",
"react": "^16.6.0"
}
}

View file

@ -7,8 +7,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@elastic/eui": "9.4.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
"@elastic/eui": "6.10.5",
"react": "^16.6.0",
"react-dom": "^16.6.0"
}
}