Skip to content

Commit

Permalink
chore: add lodash types (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya committed Oct 2, 2023
1 parent 94d20c6 commit 32c50d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@types/bull": "^3.15.9",
"@types/cors": "^2.8.14",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.199",
"@types/morgan": "^1.9.5",
"@types/node": "*",
"@types/node-cron": "^3.0.8",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6674,6 +6674,7 @@ __metadata:
"@types/cors": ^2.8.14
"@types/express": ^4.17.13
"@types/jest": ^29.5.4
"@types/lodash": ^4.14.199
"@types/morgan": ^1.9.5
"@types/node": "*"
"@types/node-cron": ^3.0.8
Expand Down Expand Up @@ -9913,6 +9914,13 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:^4.14.199":
version: 4.14.199
resolution: "@types/lodash@npm:4.14.199"
checksum: e68d1fcbbfce953ed87b296a628573f62939227bcda0c934954e862b421e8a34c5e71cad6fea27b9980567909e6a4698f09025692958e36d64ea9ed99ec6fb2e
languageName: node
linkType: hard

"@types/mdast@npm:^3.0.0":
version: 3.0.10
resolution: "@types/mdast@npm:3.0.10"
Expand Down

1 comment on commit 32c50d5

@vercel
Copy link

@vercel vercel bot commented on 32c50d5 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

revert-client – ./

revert-client-git-main-revertdev.vercel.app
revert-client-revertdev.vercel.app
app.revert.dev

Please sign in to comment.