Skip to content

Commit

Permalink
Explicitly add Lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 1, 2023
1 parent 456f560 commit a03173f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-typescript": "0.14.0",
"jsdom": "^23.0.0",
"lodash": "^4.17.21",
"lodash.memoize": "^4.1.2",
"memoize-one": "^6.0.0",
"micro-memoize": "^4.0.9",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3248,6 +3248,13 @@ __metadata:
languageName: node
linkType: hard

"lodash@npm:^4.17.21":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7
languageName: node
linkType: hard

"loose-envify@npm:^1.1.0, loose-envify@npm:^1.4.0":
version: 1.4.0
resolution: "loose-envify@npm:1.4.0"
Expand Down Expand Up @@ -4179,6 +4186,7 @@ __metadata:
eslint-plugin-react: ^7.26.1
eslint-plugin-typescript: 0.14.0
jsdom: ^23.0.0
lodash: ^4.17.21
lodash.memoize: ^4.1.2
memoize-one: ^6.0.0
micro-memoize: ^4.0.9
Expand Down

0 comments on commit a03173f

Please sign in to comment.