mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update dependencies (#45133)
This commit is contained in:
parent
bf7658b431
commit
78cc334c2a
3 changed files with 13 additions and 13 deletions
|
@ -78,6 +78,7 @@
|
|||
},
|
||||
"resolutions": {
|
||||
"**/@types/node": "10.12.27",
|
||||
"**/@types/react": "16.8.3",
|
||||
"**/@types/hapi": "^17.0.18",
|
||||
"**/typescript": "3.5.3",
|
||||
"**/cypress/lodash": "4.17.13",
|
||||
|
|
|
@ -288,7 +288,7 @@
|
|||
"moment": "^2.20.1",
|
||||
"moment-duration-format": "^1.3.0",
|
||||
"moment-timezone": "^0.5.14",
|
||||
"monaco-editor": "^0.17.0",
|
||||
"monaco-editor": "~0.17.0",
|
||||
"ngreact": "^0.5.1",
|
||||
"nock": "10.0.6",
|
||||
"node-fetch": "^2.6.0",
|
||||
|
@ -318,7 +318,7 @@
|
|||
"react-markdown": "^3.4.1",
|
||||
"react-markdown-renderer": "^1.4.0",
|
||||
"react-moment-proptypes": "^1.6.0",
|
||||
"react-monaco-editor": "^0.26.2",
|
||||
"react-monaco-editor": "~0.27.0",
|
||||
"react-portal": "^3.2.0",
|
||||
"react-redux": "^5.1.1",
|
||||
"react-redux-request": "^1.5.6",
|
||||
|
|
21
yarn.lock
21
yarn.lock
|
@ -3816,7 +3816,7 @@
|
|||
"@types/prop-types" "*"
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@^16.8.0":
|
||||
"@types/react@*", "@types/react@16.8.3", "@types/react@^16.8.0", "@types/react@^16.8.23":
|
||||
version "16.8.3"
|
||||
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.3.tgz#7b67956f682bea30a5a09b3242c0784ff196c848"
|
||||
integrity sha512-PjPocAxL9SNLjYMP4dfOShW/rj9FDBJGu3JFRt0zEYf77xfihB6fq8zfDpMrV6s82KnAi7F1OEe5OsQX25Ybdw==
|
||||
|
@ -19565,10 +19565,10 @@ moment@^2.10.6:
|
|||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.21.0.tgz#2a114b51d2a6ec9e6d83cf803f838a878d8a023a"
|
||||
integrity sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ==
|
||||
|
||||
monaco-editor@^0.17.0:
|
||||
version "0.17.0"
|
||||
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.17.0.tgz#d1d035c6f512ab88503cbee8213cab34b85ab954"
|
||||
integrity sha512-8BQQHCFxy3DF0GYFOy5BmcCWlwm/XaTMPbPbN4gwItFGctZErSfX82uQSBpojJSlPNyudB5Q5qnukoorD3/UuA==
|
||||
monaco-editor@~0.17.0:
|
||||
version "0.17.1"
|
||||
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.17.1.tgz#8fbe96ca54bfa75262706e044f8f780e904aa45c"
|
||||
integrity sha512-JAc0mtW7NeO+0SwPRcdkfDbWLgkqL9WfP1NbpP9wNASsW6oWqgZqNIWt4teymGjZIXTElx3dnQmUYHmVrJ7HxA==
|
||||
|
||||
monocle-ts@^1.0.0:
|
||||
version "1.7.1"
|
||||
|
@ -23089,13 +23089,12 @@ react-moment-proptypes@^1.6.0:
|
|||
dependencies:
|
||||
moment ">=1.6.0"
|
||||
|
||||
react-monaco-editor@^0.26.2:
|
||||
version "0.26.2"
|
||||
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.26.2.tgz#a12b188529cb9ca4859a9d688ad35701c7d9c933"
|
||||
integrity sha512-a7/w6l8873ankpa5cdAwXSRnwEis8V/2YVeQA0JdTh0edFhQ/2TKlgm8bOFYmGX3taBk+EVp9OMNQvYH1O73iA==
|
||||
react-monaco-editor@~0.27.0:
|
||||
version "0.27.0"
|
||||
resolved "https://registry.yarnpkg.com/react-monaco-editor/-/react-monaco-editor-0.27.0.tgz#2dbf47b8fd4d8e4763934051f07291d9b128bb89"
|
||||
integrity sha512-Im40xO4DuFlQ6kVcSBHC+p70fD/5aErUy1uyLT9RZ4nlehn6BOPpwmcw/2IN/LfMvy8X4WmLuuvrNftBZLH+vA==
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
monaco-editor "^0.17.0"
|
||||
"@types/react" "^16.8.23"
|
||||
prop-types "^15.7.2"
|
||||
|
||||
react-motion@^0.4.8:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue