Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 버전 업데이트 #281

Merged
merged 2 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ enableGlobalCache: false

nodeLinker: node-modules

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

packageExtensions:
"react@*":
react-dom@*:
dependencies:
"@types/react": "19.0.1"
"react-dom@*":
"@types/react-dom": 19.0.2
react@*:
dependencies:
"@types/react-dom": "19.0.2"
"@types/react": 19.0.1

yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/DNDACADEMY/dnd-academy-v2#readme",
"dependencies": {
"@channel.io/channel-web-sdk-loader": "1.1.7",
"@channel.io/channel-web-sdk-loader": "2.0.0",
"@dnd-academy/core": "workspace:*",
"@dnd-academy/ui": "workspace:*",
"@next/third-parties": "15.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"email": "[email protected]",
"url": "https://github.com/DNDACADEMY/dnd-academy-v2/issues"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1599,10 +1599,10 @@ __metadata:
languageName: node
linkType: hard

"@channel.io/channel-web-sdk-loader@npm:1.1.7":
version: 1.1.7
resolution: "@channel.io/channel-web-sdk-loader@npm:1.1.7"
checksum: 10/8c2a40577e285df70518f92c65c2bab752be93f5e2b855aada41363c4081419585278c5856bbea3e4bae651f08e9e8b59ea7b82fbd04b0efed690f96820a3f6f
"@channel.io/channel-web-sdk-loader@npm:2.0.0":
version: 2.0.0
resolution: "@channel.io/channel-web-sdk-loader@npm:2.0.0"
checksum: 10/11bf96fa8863a9800537f674225bc3fa67cea59592a8bd1fc9d333e5db899e08ff885bd3380f67b62e0ba7ab3252a7ba2df636cf58f84b562584830ade370f6a
languageName: node
linkType: hard

Expand Down Expand Up @@ -18457,7 +18457,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "web@workspace:apps/web"
dependencies:
"@channel.io/channel-web-sdk-loader": "npm:1.1.7"
"@channel.io/channel-web-sdk-loader": "npm:2.0.0"
"@chromatic-com/storybook": "npm:2.0.2"
"@codecov/nextjs-webpack-plugin": "npm:1.2.0"
"@dnd-academy/core": "workspace:*"
Expand Down
Loading