Skip to content

Commit

Permalink
chore: peerDependencies and update to latest reflect
Browse files Browse the repository at this point in the history
  • Loading branch information
cesara committed Dec 15, 2023
1 parent 1dc50cf commit 9a6ca43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@rocicorp/eslint-config": "^0.5.1",
"@rocicorp/prettier-config": "^0.2.0",
"@rocicorp/reflect-yjs": "0.0.1",
"@rocicorp/reflect": "^0.38.202311200859",
"@rocicorp/reflect": "^0.38.202312080119",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.38",
"@vitejs/plugin-react": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@rocicorp/eslint-config": "^0.5.1",
"@rocicorp/prettier-config": "^0.2.0",
"@rocicorp/reflect": "^0.38.202311200859",
"@rocicorp/reflect": "^0.38.202312080119",
"@rocicorp/reflect-yjs": "0.0.1",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/tiptap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@radix-ui/react-tabs": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.2",
"@rocicorp/reflect-yjs": "0.0.1",
"@rocicorp/reflect": "^0.38.202311200859",
"@rocicorp/reflect": "^0.38.202312080119",
"@tiptap/extension-collaboration-cursor": "^2.0.4",
"@tiptap/extension-collaboration": "^2.0.4",
"@tiptap/extension-highlight": "^2.0.4",
Expand Down
4 changes: 3 additions & 1 deletion packages/reflect-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
"test": "vitest run --browser.provider=playwright --browser.name=chromium --browser.headless",
"test:watch": "vitest watch --browser.provider=playwright --browser.name=chromium --browser.headless"
},
"peerDependencies": {
"@rocicorp/reflect": ">=0.38.202312080119 <= 0.39.0"
},
"dependencies": {
"@rocicorp/reflect": "^0.38.202311200859",
"base64-js": "^1.5.1",
"lib0": "~0.2.88",
"y-protocols": "^1.0.6",
Expand Down

0 comments on commit 9a6ca43

Please sign in to comment.