Skip to content

Commit

Permalink
chore: update lodash imports to use esm
Browse files Browse the repository at this point in the history
  • Loading branch information
tracy-french committed Nov 26, 2024
1 parent 7999974 commit 3204abc
Show file tree
Hide file tree
Showing 156 changed files with 1,397 additions and 8,216 deletions.
2 changes: 1 addition & 1 deletion apps/dev-env/e2e/dashboard/utils/dragAndDrop.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Locator, type Page } from '@playwright/test';
import zip from 'lodash/zip.js';
import zip from 'lodash-es/zip.js';
import { type BoundingBox, getBoundingBox } from './locator';
import { center } from './mousePosition';

Expand Down
3 changes: 2 additions & 1 deletion apps/dev-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
"@storybook/react": "^8.4.5",
"@storybook/react-vite": "^8.4.5",
"@storybook/test": "^8.4.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.16.18",
"@vitejs/plugin-react": "^4.3.3",
"eslint-config-iot-app-kit": "*",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"msw-storybook-addon": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 3204abc

Please sign in to comment.