Skip to content

Commit

Permalink
Bump up Yorkie to v0.5.7 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Dec 13, 2024
1 parent d125fe6 commit be0132a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion backend/docker/docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
restart: unless-stopped

yorkie:
image: "yorkieteam/yorkie:0.5.6"
image: "yorkieteam/yorkie:0.5.7"
command: ["server", "--enable-pprof"]
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion backend/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
yorkie:
image: "yorkieteam/yorkie:0.5.6"
image: "yorkieteam/yorkie:0.5.7"
command: ["server", "--enable-pprof"]
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"refractor": "^4.8.1",
"validator": "^13.12.0",
"vite-plugin-package-version": "^1.1.0",
"yorkie-js-sdk": "0.5.6"
"yorkie-js-sdk": "0.5.7"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.20.1",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be0132a

Please sign in to comment.