Skip to content

Commit

Permalink
add @types/minimist
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhendrey committed Sep 25, 2024
1 parent 1aeb0e1 commit 3b7e39f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@
],
"author": "Geoff Hendrey <[email protected]>",
"dependencies": {
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.195",
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"chalk": "^5.3.0",
"flatbuffers": "^23.5.26",
"js-yaml": "^4.1.0",
"json-colorizer": "^2.2.2",
"jsonata": "^2.0.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"@types/lodash": "^4.14.195",
"@types/lodash-es": "^4.17.12",
"@types/js-yaml": "^4.0.9",
"minimist": "^1.2.8",
"pulsar-client": "^1.12.0",
"readline": "^1.3.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,11 @@
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.9.tgz#0dc4902c229f6b8e2ac5456522104d7b1a230290"
integrity sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==

"@types/minimist@^1.2.5":
version "1.2.5"
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==

"@types/node@*":
version "20.6.2"
resolved "https://registry.npmjs.org/@types/node/-/node-20.6.2.tgz"
Expand Down

0 comments on commit 3b7e39f

Please sign in to comment.