Skip to content

Commit

Permalink
Add lodash packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MinSeungHyun committed Dec 11, 2023
1 parent 3b1a53c commit 45ee663
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@
"axios": "^1.3.4",
"color": "^4.2.3",
"dotenv": "^16.0.3",
"lodash": "^4.17.21",
"node-cron": "^3.0.2",
"redis": "^4.6.11"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/dotenv": "^8.2.0",
"@types/lodash": "^4.14.202",
"@types/node": "^18.15.11",
"@types/node-cron": "^3.0.7",
"@types/redis": "^4.0.11",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@
dependencies:
"@types/node" "*"

"@types/lodash@^4.14.202":
version "4.14.202"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8"
integrity sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==

"@types/mime@*":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
Expand Down

0 comments on commit 45ee663

Please sign in to comment.