Skip to content

Commit

Permalink
Fix Lodash missing types (#1079)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perez <[email protected]>
  • Loading branch information
bexsoft authored Nov 1, 2024
1 parent b8f0987 commit d2322e2
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 @@ -52,6 +52,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3449,6 +3449,13 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:^4.17.13":
version: 4.17.13
resolution: "@types/lodash@npm:4.17.13"
checksum: 10c0/c3d0b7efe7933ac0369b99f2f7bff9240d960680fdb74b41ed4bd1b3ca60cca1e31fe4046d9abbde778f941a41bc2a75eb629abf8659fa6c27b66efbbb0802a9
languageName: node
linkType: hard

"@types/luxon@npm:^3.4.2":
version: 3.4.2
resolution: "@types/luxon@npm:3.4.2"
Expand Down Expand Up @@ -8243,6 +8250,7 @@ __metadata:
"@testing-library/jest-dom": "npm:^6.6.3"
"@testing-library/react": "npm:^16.0.1"
"@types/jest": "npm:^29.5.14"
"@types/lodash": "npm:^4.17.13"
"@types/luxon": "npm:^3.4.2"
"@types/react": "npm:^18.3.12"
"@types/react-dom": "npm:^18.3.1"
Expand Down

0 comments on commit d2322e2

Please sign in to comment.