Skip to content

Commit

Permalink
chore(deps): bump @babel/traverse from 7.16.3 to 7.24.6 (#2995)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 67e0e69 commit 5a258b9
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 91 deletions.
4 changes: 2 additions & 2 deletions static/js/util/integration_test_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export default class IntegrationTestHelper {
}

configureHOCRenderer(
WrappedComponent: Class<React.Component<*, *>>,
InnerComponent: Class<React.Component<*, *>>,
WrappedComponent: Class<React.Component<*, *>>, // eslint-disable-line no-undef
InnerComponent: Class<React.Component<*, *>>, // eslint-disable-line no-undef
defaultState: Object,
defaultProps = {}
) {
Expand Down
Loading

0 comments on commit 5a258b9

Please sign in to comment.