Skip to content

Commit

Permalink
chore: dev 병합
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeeeeeh committed Nov 28, 2024
1 parent 4227cab commit 1cf5300
Show file tree
Hide file tree
Showing 9 changed files with 325 additions and 325 deletions.
614 changes: 307 additions & 307 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
nodeLinker: pnp

yarnPath: .yarn/releases/yarn-4.5.1.cjs

packageExtensions:
'@typescript-eslint/utils@*':
"@typescript-eslint/type-utils@*":
peerDependencies:
eslint: '*'
typescript: '*'
'@typescript-eslint/type-utils@*':
eslint: "*"
typescript: "*"
"@typescript-eslint/utils@*":
peerDependencies:
eslint: '*'
typescript: '*'
'typescript-eslint@*':
eslint: "*"
typescript: "*"
typescript-eslint@*:
peerDependencies:
eslint: '*'
eslint: "*"

yarnPath: .yarn/releases/yarn-4.5.3.cjs
2 changes: 1 addition & 1 deletion backend/chatServer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatServer",
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"version": "0.0.1",
"description": "",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion backend/mainServer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mainServer",
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"version": "0.0.1",
"description": "",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backend",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"workspaces": [
"mainServer",
"rtmpServer",
Expand Down
2 changes: 1 addition & 1 deletion backend/rtmpServer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rtmpServer",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"dependencies": {
"@hoeeeeeh/node-media-server": "3.0.2",
"@types/node": "^22.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web22-liboo",
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"workspaces": [
"backend",
"frontend",
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "shared",
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13211,11 +13211,11 @@ __metadata:

"typescript@patch:typescript@npm%3A^5.1.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=cef18b"
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/c891ccf04008bc1305ba34053db951f8a4584b4a1bf2f68fd972c4a354df3dc5e62c8bfed4f6ac2d12e5b3b1c49af312c83a651048f818cd5b4949d17baacd79
checksum: 10c0/f3b8082c9d1d1629a215245c9087df56cb784f9fb6f27b5d55577a20e68afe2a889c040aacff6d27e35be165ecf9dca66e694c42eb9a50b3b2c451b36b5675cb
languageName: node
linkType: hard

Expand Down

0 comments on commit 1cf5300

Please sign in to comment.