mirror of
https://github.com/yjs/yjs.git
synced 2025-12-28 16:06:36 +01:00
type fixes for breaking typescript@3.8.* release
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
},
|
||||
"homepage": "https://yjs.dev",
|
||||
"dependencies": {
|
||||
"lib0": "^0.2.20"
|
||||
"lib0": "^0.2.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^11.0.1",
|
||||
@@ -70,6 +70,6 @@
|
||||
"standard": "^14.0.0",
|
||||
"tui-jsdoc-template": "^1.2.2",
|
||||
"typescript": "^3.7.5",
|
||||
"y-protocols": "^0.2.0"
|
||||
"y-protocols": "^0.2.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user