Skip to content

Commit

Permalink
Bumped slate-dom version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 22, 2024
1 parent e892219 commit 54b6153
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/slate-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slate-dom",
"description": "Tools for building completely customizable richtext editors with React.",
"version": "0.110.1",
"version": "0.110.2",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/slate-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.110.2",
"slate-dom": "^0.110.1",
"slate-dom": "^0.110.2",
"slate-hyperscript": "^0.100.0",
"source-map-loader": "^4.0.1"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"slate": ">=0.99.0",
"slate-dom": ">=0.110.1"
"slate-dom": ">=0.110.2"
},
"umdGlobals": {
"react": "React",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13258,7 +13258,7 @@ __metadata:
languageName: node
linkType: hard

"slate-dom@npm:^0.110.1, slate-dom@workspace:packages/slate-dom":
"slate-dom@npm:^0.110.2, slate-dom@workspace:packages/slate-dom":
version: 0.0.0-use.local
resolution: "slate-dom@workspace:packages/slate-dom"
dependencies:
Expand Down Expand Up @@ -13416,15 +13416,15 @@ __metadata:
react-dom: "npm:^18.2.0"
scroll-into-view-if-needed: "npm:^3.1.0"
slate: "npm:^0.110.2"
slate-dom: "npm:^0.110.1"
slate-dom: "npm:^0.110.2"
slate-hyperscript: "npm:^0.100.0"
source-map-loader: "npm:^4.0.1"
tiny-invariant: "npm:1.3.1"
peerDependencies:
react: ">=18.2.0"
react-dom: ">=18.2.0"
slate: ">=0.99.0"
slate-dom: ">=0.110.1"
slate-dom: ">=0.110.2"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 54b6153

Please sign in to comment.