Skip to content

Commit

Permalink
Fix lodash lint-types
Browse files Browse the repository at this point in the history
  • Loading branch information
m1r0 committed Jan 15, 2025
1 parent 5f45252 commit 2767fb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/course-theme/adminbar-layout.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import debounce from 'lodash/debounce';
import { debounce } from 'lodash';

/**
* Track how much space the WordPress admin bar takes up at the top of the screen.
Expand Down
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/lodash": "4.17.14",
"@wordpress/babel-preset-default": "8.11.0",
"@wordpress/dependency-extraction-webpack-plugin": "3.5.0",
"@wordpress/e2e-test-utils": "wp-5.9",
Expand Down

0 comments on commit 2767fb7

Please sign in to comment.