-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Console] Fix OSS build #53885
[Console] Fix OSS build #53885
Changes from 5 commits
b876df0
285a862
fb063e8
55b1539
ecfab7e
925b67e
632e27e
8f8f7a5
bb83c23
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,8 @@ | |
"@storybook/addon-storyshots": "^5.2.6", | ||
"@storybook/react": "^5.2.6", | ||
"@storybook/theming": "^5.2.6", | ||
"@testing-library/react": "^9.3.2", | ||
"@testing-library/jest-dom": "4.2.0", | ||
"@testing-library/react": "^9.3.2", | ||
"@types/angular": "^1.6.56", | ||
"@types/archiver": "^3.0.0", | ||
"@types/base64-js": "^1.2.5", | ||
|
@@ -66,8 +66,8 @@ | |
"@types/graphql": "^0.13.2", | ||
"@types/gulp": "^4.0.6", | ||
"@types/hapi__wreck": "^15.0.1", | ||
"@types/hoist-non-react-statics": "^3.3.0", | ||
"@types/history": "^4.7.3", | ||
"@types/hoist-non-react-statics": "^3.3.0", | ||
"@types/jest": "24.0.19", | ||
"@types/joi": "^13.4.2", | ||
"@types/js-yaml": "^3.11.1", | ||
|
@@ -231,7 +231,6 @@ | |
"file-type": "^10.9.0", | ||
"font-awesome": "4.7.0", | ||
"formsy-react": "^1.1.5", | ||
"fp-ts": "^2.0.5", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note: I've just been told that the best practice in Kibana is to explicitly list dependencies in both root There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure 👍 |
||
"geojson-rewind": "^0.3.1", | ||
"get-port": "4.2.0", | ||
"getos": "^3.1.0", | ||
|
@@ -249,7 +248,6 @@ | |
"i18n-iso-countries": "^4.3.1", | ||
"icalendar": "0.7.1", | ||
"idx": "^2.5.6", | ||
"immer": "^1.5.0", | ||
"inline-style": "^2.0.0", | ||
"intl": "^1.2.5", | ||
"io-ts": "^2.0.1", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optional nit: since it maps directly to
2.3.1
in yarn.lock we can probably bump it here to2.3.1
as well.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do!