fix(deps): update dependency slate-react to v0.95.0 (#3065)

* fix(deps): update dependency slate-react to v0.95.0

* fix: slate requires prop name change

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
renovate[bot]
2023-06-02 11:44:44 -07:00
committed by GitHub
parent b443900cdb
commit a4f984e7d1
3 changed files with 6 additions and 6 deletions

View File

@@ -248,7 +248,7 @@ export const ChatTextField: FC<ChatTextFieldProps> = ({ defaultText, enabled, fo
characterCount >= characterLimit && styles.maxCharacters, characterCount >= characterLimit && styles.maxCharacters,
)} )}
> >
<Slate editor={editor} value={defaultEditorValue}> <Slate editor={editor} initialValue={defaultEditorValue}>
<Editable <Editable
className="chat-text-input" className="chat-text-input"
onKeyDown={onKeyDown} onKeyDown={onKeyDown}

8
web/package-lock.json generated
View File

@@ -44,7 +44,7 @@
"recoil": "0.7.7", "recoil": "0.7.7",
"sharp": "0.32.1", "sharp": "0.32.1",
"slate": "0.94.1", "slate": "0.94.1",
"slate-react": "0.94.2", "slate-react": "0.95.0",
"ua-parser-js": "1.0.35", "ua-parser-js": "1.0.35",
"video.js": "^8.3.0", "video.js": "^8.3.0",
"webpack-deadcode-plugin": "^0.1.17", "webpack-deadcode-plugin": "^0.1.17",
@@ -41336,9 +41336,9 @@
} }
}, },
"node_modules/slate-react": { "node_modules/slate-react": {
"version": "0.94.2", "version": "0.95.0",
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.94.2.tgz", "resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.95.0.tgz",
"integrity": "sha512-4wDSuTuGBkdQ609CS55uc2Yhfa5but21usBgAtCVhPJQazL85kzN2vUUYTmGb7d/mpP9tdnJiVPopIyhqlRJ8Q==", "integrity": "sha512-nOk6SMcHfrahzUV60qtKBSgPuZxgH2p+vKC2IcmjWAq8ScBEdLL4UB/dZBE2tZjsrxyloWQklGh3RQO5u+SbUg==",
"dependencies": { "dependencies": {
"@juggle/resize-observer": "^3.4.0", "@juggle/resize-observer": "^3.4.0",
"@types/is-hotkey": "^0.1.1", "@types/is-hotkey": "^0.1.1",

View File

@@ -49,7 +49,7 @@
"recoil": "0.7.7", "recoil": "0.7.7",
"sharp": "0.32.1", "sharp": "0.32.1",
"slate": "0.94.1", "slate": "0.94.1",
"slate-react": "0.94.2", "slate-react": "0.95.0",
"ua-parser-js": "1.0.35", "ua-parser-js": "1.0.35",
"video.js": "^8.3.0", "video.js": "^8.3.0",
"webpack-deadcode-plugin": "^0.1.17", "webpack-deadcode-plugin": "^0.1.17",