Skip to content

Commit

Permalink
Update to @automerge/automerge 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Dec 12, 2023
1 parent 2d6e23b commit c2218f0
Show file tree
Hide file tree
Showing 5 changed files with 1,917 additions and 1,700 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"arrowParens": "avoid"
},
"devDependencies": {
"@automerge/automerge": "^2.1.8",
"@automerge/automerge": "^2.1.9",
"@manypkg/cli": "^0.21.0",
"@types/debug": "^4.1.7",
"@types/node": "^20.4.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/automerge-repo-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"visualize": "VISUALIZE=true vite build"
},
"dependencies": {
"@automerge/automerge": "^2.1.8",
"@automerge/automerge": "^2.1.9",
"@automerge/automerge-repo": "^1.1.0-alpha.5",
"eventemitter3": "^5.0.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/automerge-repo-svelte-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"watch": "npm-watch"
},
"peerDependencies": {
"@automerge/automerge": "^2.1.8",
"@automerge/automerge": "^2.1.9",
"svelte": "^3.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/automerge-repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"vite": "^4.4.11"
},
"dependencies": {
"@automerge/automerge": "^2.1.8",
"@automerge/automerge": "^2.1.9",
"bs58check": "^3.0.1",
"cbor-x": "^1.3.0",
"debug": "^4.3.4",
Expand Down
Loading

0 comments on commit c2218f0

Please sign in to comment.