mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
e41f2bfd4c
commit
2cb7f543a4
4 changed files with 14 additions and 93 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue