Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Nov 15, 2024
1 parent feaa4c2 commit 740366a
Show file tree
Hide file tree
Showing 4 changed files with 403 additions and 497 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'prettier/prettier': ['warn', { ...prettierConfig }],
'react/display-name': 'off',
'react/jsx-key': 'off',
'react/no-unescaped-entities': 'off',
'tailwindcss/classnames-order': 'warn',
'tailwindcss/no-custom-classname': 'off',
'unused-imports/no-unused-imports': 'warn',
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@udecode/cn": "^39.0.0",
"@udecode/plate-ai": "40.0.0",
"@udecode/plate-ai": "40.0.4",
"@udecode/plate-alignment": "^40.0.0",
"@udecode/plate-autoformat": "^40.0.0",
"@udecode/plate-basic-elements": "^40.0.0",
"@udecode/plate-basic-elements": "^40.0.2",
"@udecode/plate-basic-marks": "^40.0.0",
"@udecode/plate-block-quote": "^40.0.0",
"@udecode/plate-break": "^40.0.0",
Expand All @@ -39,16 +39,16 @@
"@udecode/plate-code-block": "^40.0.0",
"@udecode/plate-combobox": "^40.0.0",
"@udecode/plate-comments": "^40.0.0",
"@udecode/plate-common": "^40.0.0",
"@udecode/plate-common": "^40.0.3",
"@udecode/plate-cursor": "^40.0.0",
"@udecode/plate-date": "^40.0.0",
"@udecode/plate-dnd": "40.0.0",
"@udecode/plate-docx": "40.0.0",
"@udecode/plate-docx": "40.0.2",
"@udecode/plate-emoji": "^40.0.0",
"@udecode/plate-excalidraw": "^40.0.0",
"@udecode/plate-floating": "^40.0.0",
"@udecode/plate-font": "^40.0.0",
"@udecode/plate-heading": "^40.0.0",
"@udecode/plate-heading": "^40.0.2",
"@udecode/plate-highlight": "^40.0.0",
"@udecode/plate-horizontal-rule": "^40.0.0",
"@udecode/plate-indent": "^40.0.0",
Expand All @@ -58,7 +58,7 @@
"@udecode/plate-layout": "^40.0.0",
"@udecode/plate-line-height": "^40.0.0",
"@udecode/plate-link": "^40.0.0",
"@udecode/plate-markdown": "^40.0.0",
"@udecode/plate-markdown": "^40.0.4",
"@udecode/plate-math": "^40.0.0",
"@udecode/plate-media": "40.0.0",
"@udecode/plate-mention": "40.0.0",
Expand Down
Loading

0 comments on commit 740366a

Please sign in to comment.