Skip to content

Commit

Permalink
chore(deps): update dependency slate to v0.103.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 88f7762 commit 87dea07
Show file tree
Hide file tree
Showing 10 changed files with 477 additions and 27 deletions.
2 changes: 1 addition & 1 deletion packages/basic-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dom7": "^3.0.0",
"lodash.throttle": "^4.1.1",
"nanoid": "^5.0.0",
"slate": "^0.72.0",
"slate": "^0.72.0 || ^0.103.0",
"snabbdom": "^3.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/code-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"peerDependencies": {
"@wangeditor-next/core": "1.x",
"dom7": "^3.0.0",
"slate": "^0.72.0",
"slate": "^0.72.0 || ^0.103.0",
"snabbdom": "^3.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"lodash.throttle": "^4.1.1",
"lodash.toarray": "^4.4.0",
"nanoid": "^5.0.0",
"slate": "^0.72.0",
"slate": "^0.72.0 || ^0.103.0",
"snabbdom": "^3.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"lodash.throttle": "^4.1.1",
"lodash.toarray": "^4.4.0",
"nanoid": "^5.0.0",
"slate": "^0.72.0",
"slate": "^0.103.0",
"snabbdom": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/list-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"peerDependencies": {
"@wangeditor-next/core": "1.x",
"dom7": "^3.0.0",
"slate": "^0.72.0",
"slate": "^0.72.0 || ^0.103.0",
"snabbdom": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/table-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"nanoid": "^5.0.0",
"slate": "^0.72.0",
"slate": "^0.72.0 || ^0.103.0",
"snabbdom": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/upload-image-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@wangeditor-next/core": "1.x",
"dom7": "^3.0.0",
"lodash.foreach": "^4.5.0",
"slate": "^0.72.0",
"slate": "^0.72.0 || ^0.103.0",
"snabbdom": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/video-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@wangeditor-next/core": "1.x",
"dom7": "^3.0.0",
"nanoid": "^5.0.0",
"slate": "^0.72.0",
"slate": "^0.72.0 || ^0.103.0",
"snabbdom": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"license": "MIT",
"devDependencies": {
"slate": "^0.72.0",
"slate": "^0.103.0",
"slate-hyperscript": "^0.67.0",
"tsup": "^5.12.1",
"typescript": "^4.6.3",
Expand Down
486 changes: 468 additions & 18 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 87dea07

Please sign in to comment.