Skip to content

Commit

Permalink
Add types for lodash.sortby
Browse files Browse the repository at this point in the history
  • Loading branch information
arecvlohe committed Nov 18, 2022
1 parent ad3013a commit 4b5769a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@astrojs/rss": "1.0.3",
"@astrojs/sitemap": "1.0.0",
"@exampledev/new.css": "1.1.3",
"@types/lodash.sortby": "4.7.7",
"astro": "1.6.10",
"astro-icon": "0.8.0",
"git-last-commit": "1.0.1",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,18 @@
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.30.tgz"
integrity sha512-sqm9g7mHlPY/43fcSNrCYfOeX9zkTTK+euO5E6+CVijSMm5tTjkVdwdqRkY3ljjIAf8679vps5jKUoJBCLsMDA==

"@types/lodash.sortby@4.7.7":
version "4.7.7"
resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.7.tgz#10bf6eecd4d69aacb87e093e65bd4eb5a13b0237"
integrity sha512-J/4IS+jQopGBrrRetBXDCX0KnSeXJZ0rOTmGAxR9MWGV24YdHxX8IRi9LCGAU9GKWlBov9KRSfQpuup9PReqrw==
dependencies:
"@types/lodash" "*"

"@types/lodash@*":
version "4.14.189"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.189.tgz#975ff8c38da5ae58b751127b19ad5e44b5b7f6d2"
integrity sha512-kb9/98N6X8gyME9Cf7YaqIMvYGnBSWqEci6tiettE6iJWH1XdJz/PO8LB0GtLCG7x8dU3KWhZT+lA1a35127tA==

"@types/mdast@^3.0.0":
version "3.0.10"
resolved "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz"
Expand Down

0 comments on commit 4b5769a

Please sign in to comment.