-
Notifications
You must be signed in to change notification settings - Fork 484
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
Upgrade all dependencies by regenerating lockfile #2470
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 |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
"@types/react-router-dom": "^5.1.0", | ||
"@types/redux-actions": "2.2.1", | ||
"@types/object-hash": "^3.0.2", | ||
"@types/rollup-plugin-visualizer": "^4.2.1", | ||
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. latest version of |
||
"@vitejs/plugin-legacy": "^5.4.1", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", | ||
|
@@ -80,7 +79,7 @@ | |
"react-redux": "^8.1.2", | ||
"react-router-dom": "5.3.4", | ||
"react-router-dom-v5-compat": "^6.24.0", | ||
"react-vis": "^1.7.2", | ||
"react-vis": "1.11.12", | ||
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. 1.11.12 is the current version in Jaeger UI, and the latest has some issues (see uber/react-vis#1485 (comment)) |
||
"react-vis-force": "^0.3.1", | ||
"react-window": "^1.8.10", | ||
"redux": "^4.2.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.
see enzymejs/enzyme#2518