Skip to content

Commit

Permalink
chore(portable-text-editor): upgrade to latest slate and slate-react
Browse files Browse the repository at this point in the history
Previous used version of slate-react had problems with Cromium > 100, reporting no beforeInput support.
  • Loading branch information
skogsmaskin committed Aug 11, 2022
1 parent 3cdbdbf commit 51add24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@sanity/portable-text-editor/package.json
Expand Up @@ -48,13 +48,13 @@
"dependencies": {
"@sanity/block-tools": "3.0.0-dev-preview.12",
"@sanity/schema": "3.0.0-dev-preview.12",
"@sanity/slate-react": "2.24.3",
"@sanity/slate-react": "2.30.1",
"@sanity/types": "3.0.0-dev-preview.12",
"@sanity/util": "3.0.0-dev-preview.12",
"debug": "^3.2.7",
"is-hotkey": "^0.1.6",
"lodash": "^4.17.21",
"slate": "0.72.3"
"slate": "0.81.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down

0 comments on commit 51add24

Please sign in to comment.