Skip to content

Commit

Permalink
Update yorkie-js-sdk to v0.5.4 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb authored Oct 29, 2024
1 parent cc42135 commit 265c0ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 @@ -38,7 +38,7 @@ services:
- "yorkie:yorkie"

yorkie:
image: "yorkieteam/yorkie:0.5.0"
image: "yorkieteam/yorkie:0.5.4"
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.0"
image: "yorkieteam/yorkie:0.5.4"
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 @@ -77,7 +77,7 @@
"remark-math": "^6.0.0",
"validator": "^13.12.0",
"vite-plugin-package-version": "^1.1.0",
"yorkie-js-sdk": "0.5.3"
"yorkie-js-sdk": "0.5.4"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.20.1",
Expand Down
10 changes: 5 additions & 5 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 265c0ea

Please sign in to comment.