Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Nov 8, 2021
1 parent b555c0d commit 91bc40d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion demo/quill-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Quill.register('modules/cursors', QuillCursors)

window.addEventListener('load', () => {
const ydoc = new Y.Doc()
const provider = new WebrtcProvider('quill-demo', ydoc)
const provider = new WebrtcProvider('quill-demo-x', ydoc)
const type = ydoc.getText('quill')
const editorContainer = document.createElement('div')
editorContainer.setAttribute('id', 'editor')
Expand Down
82 changes: 41 additions & 41 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"homepage": "https://github.com/y-js/y-quill#readme",
"dependencies": {
"lib0": "^0.2.41",
"y-protocols": "^1.0.4"
"lib0": "^0.2.42",
"y-protocols": "^1.0.5"
},
"peerDependencies": {
"yjs": "^13.0.0",
Expand All @@ -59,10 +59,10 @@
"jsdom": "^15.2.1",
"live-server": "^1.2.1",
"quill": "^1.3.7",
"quill-cursors": "^3.0.1",
"rollup": "^2.45.2",
"quill-cursors": "^3.1.0",
"rollup": "^2.59.0",
"standard": "^12.0.1",
"y-webrtc": "^10.1.8",
"yjs": "^13.5.4"
"y-webrtc": "^10.2.0",
"yjs": "^13.5.18"
}
}

0 comments on commit 91bc40d

Please sign in to comment.