-
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
Aligns several module versions across the repository #78327
Changes from all commits
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 |
---|---|---|
|
@@ -25,6 +25,6 @@ | |
}, | ||
"devDependencies": { | ||
"typescript": "4.0.2", | ||
"tsd": "^0.7.4" | ||
"tsd": "^0.13.1" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
"prettier": "^2.1.1" | ||
}, | ||
"dependencies": { | ||
"commander": "^3.0.0", | ||
"commander": "^3.0.2", | ||
"glob": "^7.1.2" | ||
} | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,6 @@ | |
}, | ||
"dependencies": { | ||
"@kbn/utility-types": "1.0.0", | ||
"lodash": "^4.17.15" | ||
"lodash": "^4.17.20" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"dependencies": { | ||
"classnames": "2.2.6", | ||
"focus-trap-react": "^3.1.1", | ||
"lodash": "^4.17.15", | ||
"lodash": "^4.17.20", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.12.0", | ||
"react-ace": "^5.9.0", | ||
|
@@ -31,7 +31,7 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.11.1", | ||
"@elastic/eui": "0.0.55", | ||
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. 🤦♂️ 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. Do the ui-framework docs still work with this change? 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. That's a good point - We have a discussion to remove ui-framework entirely in #46410 (comment). I will revert this line, and create another PR to remove all but the assets we're currently relying on for ui-framework so we're not in some half working state. |
||
"@elastic/eui": "29.0.0", | ||
"@kbn/babel-preset": "1.0.0", | ||
"@kbn/optimizer": "1.0.0", | ||
"babel-loader": "^8.0.6", | ||
|
@@ -62,7 +62,7 @@ | |
"react-router": "^3.2.0", | ||
"react-router-redux": "^4.0.8", | ||
"redux": "3.7.2", | ||
"redux-thunk": "2.2.0", | ||
"redux-thunk": "^2.3.0", | ||
"regenerator-runtime": "^0.13.3", | ||
"sass-loader": "^8.0.2", | ||
"sinon": "^7.4.2", | ||
|
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.
3.0.0 just drops IE support