Skip to content

Commit

Permalink
fix: package.json 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Aug 27, 2024
1 parent eeda448 commit 82aa11c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
Binary file modified backend/.yarn/install-state.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"mysql2": "^3.10.3",
"socket.io": "^4.7.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"node-cron": "^3.0.3"
}
}
22 changes: 20 additions & 2 deletions backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "backend@workspace:."
dependencies:
cors: "npm:^2.8.5"
dotenv: "npm:^16.4.5"
express: "npm:^4.19.2"
mysql2: "npm:^3.10.3"
node-cron: "npm:^3.0.3"
socket.io: "npm:^4.7.5"
uuid: "npm:^10.0.0"
languageName: unknown
Expand Down Expand Up @@ -158,7 +158,7 @@ __metadata:
languageName: node
linkType: hard

"cors@npm:^2.8.5, cors@npm:~2.8.5":
"cors@npm:~2.8.5":
version: 2.8.5
resolution: "cors@npm:2.8.5"
dependencies:
Expand Down Expand Up @@ -608,6 +608,15 @@ __metadata:
languageName: node
linkType: hard

"node-cron@npm:^3.0.3":
version: 3.0.3
resolution: "node-cron@npm:3.0.3"
dependencies:
uuid: "npm:8.3.2"
checksum: 10c0/e6e817c5bf28cca69f256ecc1a2cb737cf895cb0fe22f8ec58ce614cb74dcc22e93f495984a26ece51322473238ccc0ef53b4f373035697017b8c28bddacb9b9
languageName: node
linkType: hard

"object-assign@npm:^4":
version: 4.1.1
resolution: "object-assign@npm:4.1.1"
Expand Down Expand Up @@ -857,6 +866,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
uuid: dist/bin/uuid
checksum: 10c0/bcbb807a917d374a49f475fae2e87fdca7da5e5530820ef53f65ba1d12131bd81a92ecf259cc7ce317cbe0f289e7d79fdfebcef9bfa3087c8c8a2fa304c9be54
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
Expand Down

0 comments on commit 82aa11c

Please sign in to comment.