Skip to content

Commit

Permalink
Remove lodash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Oct 2, 2024
1 parent 0d694f1 commit ec8ba3a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 24 deletions.
4 changes: 3 additions & 1 deletion packages/braid-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"dedent": "^1.5.3",
"gradient-parser": "^1.0.0",
"is-mobile": "^4.0.0",
"lodash": "^4.17.21",
"lodash.curry": "^4.1.1",
"polished": "^4.1.0",
"react-focus-lock": "^2.9.7",
"react-is": "^18.2.0",
Expand All @@ -225,6 +225,7 @@
"@types/babel__core": "^7.20.1",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.168",
"@types/lodash.curry": "^4.1.9",
"@types/node": "^18.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -241,6 +242,7 @@
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"html-validate": "^7.1.1",
"lodash": "^4.17.21",
"playroom": "0.38.1",
"prettier": "^2.8.8",
"react": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React, {
useState,
useMemo,
} from 'react';
import curry from 'lodash/curry';
import curry from 'lodash.curry';

export interface StateProp {
stateName?: string;
Expand Down
62 changes: 40 additions & 22 deletions pnpm-lock.yaml

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

0 comments on commit ec8ba3a

Please sign in to comment.