This commit is contained in:
tonyrewin 2022-10-01 12:13:49 +03:00
parent d0970c9342
commit 24b1fbe4b5
3 changed files with 911 additions and 770 deletions

View File

@ -58,6 +58,7 @@
"@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-codegen/typescript-urql": "^3.7.0",
"@graphql-codegen/urql-introspection": "^2.2.1",
"@graphql-tools/url-loader": "^7.16.4",
"@graphql-typed-document-node/core": "^3.1.1",
"@popperjs/core": "^2.11.6",
"@solid-devtools/debugger": "^0.9.1",
@ -110,7 +111,7 @@
"prosemirror-keymap": "^1.2.0",
"prosemirror-markdown": "^1.9.4",
"prosemirror-menu": "^1.2.1",
"prosemirror-model": "^1.16.0",
"prosemirror-model": "1.16.0",
"prosemirror-schema-basic": "^1.2.0",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.1",

View File

@ -3,6 +3,7 @@ import type { Store } from 'solid-js/store'
import type { XmlFragment } from 'yjs'
import type { WebrtcProvider } from 'y-webrtc'
import type { ProseMirrorExtension, ProseMirrorState } from './state'
import type { Reaction } from '../../../graphql/types.gen'
export const isMac = true
@ -41,7 +42,7 @@ export interface ErrorObject {
}
export interface YOptions {
type: XmlFragment
type: Reaction[] | XmlFragment
provider: WebrtcProvider
}

1675
yarn.lock

File diff suppressed because it is too large Load Diff