Skip to content

Commit 99743a7

Browse files
committed
fix
1 parent 2c68e92 commit 99743a7

7 files changed

+562
-538
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
'@next/next/no-html-link-for-pages': 'off',
1515
'prettier/prettier': ['warn', { ...prettierConfig }],
1616
'react/jsx-key': 'off',
17+
'react/display-name': 'off',
1718
'tailwindcss/classnames-order': 'warn',
1819
'tailwindcss/no-custom-classname': 'error',
1920
'unused-imports/no-unused-imports': 'warn',

components.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
"aliases": {
1414
"components": "@/components",
1515
"utils": "@/lib/utils",
16-
"ui": "@/components/ui",
16+
"ui": "@/components/plate-ui",
1717
"lib": "@/lib",
1818
"hooks": "@/hooks"
19-
}
20-
}
19+
},
20+
"url": "https://platejs.org/r"
21+
}

package.json

+16-15
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
},
1414
"dependencies": {
1515
"@radix-ui/react-slot": "^1.1.0",
16-
"@radix-ui/react-tooltip": "^1.1.2",
17-
"@udecode/cn": "^38.0.1",
18-
"@udecode/plate-common": "^38.0.0",
16+
"@radix-ui/react-tooltip": "^1.1.3",
17+
"@udecode/cn": "^39.0.0",
18+
"@udecode/plate-common": "^39.1.8",
19+
"@udecode/plate-selection": "^39.1.4",
1920
"class-variance-authority": "0.7.0",
2021
"clsx": "^2.1.1",
2122
"eslint-plugin-prettier": "^5.2.1",
22-
"lucide-react": "0.441.0",
23-
"next": "^14.2.9",
23+
"lucide-react": "0.452.0",
24+
"next": "^14.2.15",
2425
"next-themes": "^0.3.0",
2526
"react": "^18.3.1",
2627
"react-dnd": "^16.0.1",
@@ -30,27 +31,27 @@
3031
"slate-history": "0.109.0",
3132
"slate-hyperscript": "0.100.0",
3233
"slate-react": "0.110.1",
33-
"tailwind-merge": "2.5.2",
34+
"tailwind-merge": "2.5.4",
3435
"tailwindcss-animate": "1.0.7"
3536
},
3637
"devDependencies": {
3738
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
38-
"@types/node": "^22.5.4",
39-
"@types/react": "^18.3.5",
40-
"@types/react-dom": "^18.3.0",
41-
"@typescript-eslint/parser": "^8.5.0",
39+
"@types/node": "^22.7.5",
40+
"@types/react": "^18.3.11",
41+
"@types/react-dom": "^18.3.1",
42+
"@typescript-eslint/parser": "^8.9.0",
4243
"autoprefixer": "^10.4.20",
4344
"encoding": "^0.1.13",
4445
"eslint": "^8.56.0",
45-
"eslint-config-next": "14.2.12",
46+
"eslint-config-next": "14.2.15",
4647
"eslint-config-prettier": "^9.1.0",
47-
"eslint-plugin-react": "^7.35.2",
48-
"eslint-plugin-tailwindcss": "^3.17.4",
48+
"eslint-plugin-react": "^7.37.1",
49+
"eslint-plugin-tailwindcss": "^3.17.5",
4950
"eslint-plugin-unused-imports": "^4.1.3",
5051
"postcss": "^8.4.45",
5152
"prettier": "^3.3.3",
52-
"tailwindcss": "^3.4.10",
53-
"typescript": "5.6.2"
53+
"tailwindcss": "^3.4.13",
54+
"typescript": "5.6.3"
5455
},
5556
"packageManager": "pnpm@9.2.0",
5657
"pnpm": {

0 commit comments

Comments
 (0)