Skip to content

Commit

Permalink
Update yorkie-js-sdk to 0.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Sep 2, 2024
1 parent ef94119 commit 474d8a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 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 @@ -34,7 +34,7 @@ services:
- "yorkie:yorkie"

yorkie:
image: "yorkieteam/yorkie:0.4.27"
image: "yorkieteam/yorkie:0.4.31"
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.4.27"
image: "yorkieteam/yorkie:0.4.31"
command: ["server", "--enable-pprof"]
restart: always
ports:
Expand Down
11 changes: 4 additions & 7 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"rehype-sanitize": "^6.0.0",
"remark-math": "^6.0.0",
"vite-plugin-package-version": "^1.1.0",
"yorkie-js-sdk": "0.4.27"
"yorkie-js-sdk": "0.4.31"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.20.1",
Expand Down

0 comments on commit 474d8a4

Please sign in to comment.