Skip to content

Commit

Permalink
Update and sync Slate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlajz committed Nov 19, 2024
1 parent d8a4896 commit 089cb02
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@
"@udecode/slate-react": "^40.0.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"slate": "^0.101.5",
"slate-history": "^0.100.0",
"slate-react": "^0.101.5"
"slate": "^0.110.2",
"slate-history": "^0.110.3",
"slate-react": "^0.111.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@udecode/plate-common": "^40.0.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"slate": "^0.101.5",
"slate-history": "^0.100.0",
"slate-react": "^0.101.5"
"slate": "^0.110.2",
"slate-history": "^0.110.3",
"slate-react": "^0.111.0"
},
"dependencies": {
"@prezly/slate-types": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/slate-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
"peerDependencies": {
"react": "^18.3.0",
"react-dom": "^18.3.0",
"slate": "^0.101.5",
"slate-history": "^0.100.0",
"slate-react": "^0.101.5"
"slate": "^0.110.2",
"slate-history": "^0.110.3",
"slate-react": "^0.111.0"
},
"devDependencies": {
"@babel/core": "^7.18.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-lists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"peerDependencies": {
"react": "^18.3.0",
"react-dom": "^18.3.0",
"slate": "^0.101.5",
"slate-react": "^0.101.5"
"slate": "^0.110.2",
"slate-react": "^0.111.0"
},
"dependencies": {
"is-hotkey": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-tables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"peerDependencies": {
"react": "^18.3.0",
"react-dom": "^18.3.0",
"slate": "^0.101.5",
"slate-react": "^0.101.5"
"slate": "^0.110.2",
"slate-react": "^0.111.0"
},
"dependencies": {
"@prezly/slate-commons": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/slate-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"clean:build": "rimraf build/ *.tsbuildinfo"
},
"peerDependencies": {
"slate": "^0.101.5"
"slate": "^0.110.2"
},
"dependencies": {
"@prezly/sdk": "^22.1.0",
Expand Down

0 comments on commit 089cb02

Please sign in to comment.