Skip to content

Commit

Permalink
chore: update zens to 0.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Nov 16, 2024
1 parent c71a96c commit 122c13d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rme",
"version": "0.1.0-beta.5",
"version": "0.1.0-beta.6",
"type": "module",
"scripts": {
"build": "yarn clear && yarn build-esbuild && yarn types",
Expand Down Expand Up @@ -175,6 +175,6 @@
"svgmoji": "^3.2.0",
"void-elements": "^3.1.0",
"yjs": "^13.6.20",
"zens": "^0.0.39"
"zens": "^0.0.41"
}
}
2 changes: 1 addition & 1 deletion src/editor/components/WysiwygEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const WysiwygEditor: FC<EditorProps> = (props) => {
wysiwygToolBar,
isTesting,
editable = true,
styleToken = defaultStyleToken,
styleToken = defaultStyleToken
} = props

const editorDelegate = useMemo(() => delegate ?? createWysiwygDelegate(), [delegate])
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11345,10 +11345,10 @@ yoctocolors-cjs@^2.1.2:
resolved "https://registry.yarnpkg.com/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz#f4b905a840a37506813a7acaa28febe97767a242"
integrity sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==

zens@^0.0.39:
version "0.0.39"
resolved "https://registry.yarnpkg.com/zens/-/zens-0.0.39.tgz#7240763921d03ad9d8c5aa75298c3699a8c6a6ef"
integrity sha512-5wP4/Frdq5GepY9BOO4S9ogAGZffTn64HP/akXRk+l/8RGePExYHjrD0pP4R44j8PNnpf9ouc677zEp1AK3hFw==
zens@^0.0.41:
version "0.0.41"
resolved "https://registry.yarnpkg.com/zens/-/zens-0.0.41.tgz#6b0da57a8a26b7a488db430d31ad322c6df01130"
integrity sha512-+QN2eVAxYpQsH4F11dituImBBegNOfu31TKQQ2extfIQYGcrB5n+qNN8bm4Rh222cg52Zr25BNgmE7maebn2jg==
dependencies:
"@ant-design/icons" "^5.5.1"
"@ariakit/react" "^0.4.13"
Expand Down

0 comments on commit 122c13d

Please sign in to comment.