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 bb23cbd commit 9c8d198
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 38 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@udecode/cn": "^39.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-common": "^40.0.0",
"@udecode/plate-common": "^40.0.3",
"class-variance-authority": "0.7.0",
"clsx": "^2.1.1",
"lucide-react": "0.456.0",
Expand Down
Loading

0 comments on commit 9c8d198

Please sign in to comment.