|
6 | 6 | "build": "next build", |
7 | 7 | "depset": "pnpm dlx depset@latest @udecode --yes", |
8 | 8 | "dev": "next dev --turbo", |
9 | | - "lint": "next lint", |
10 | | - "lint:fix": "next lint --fix && prettier --write . --log-level warn", |
| 9 | + "lint": "eslint", |
| 10 | + "lint:fix": "eslint --fix && prettier --write . --log-level warn", |
11 | 11 | "preview": "next build && next start", |
12 | 12 | "start": "next start", |
13 | 13 | "typecheck": "tsc --noEmit" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | 16 | "@platejs/basic-nodes": "^49.0.0", |
17 | | - "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 17 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
18 | 18 | "@radix-ui/react-separator": "^1.1.7", |
19 | | - "@radix-ui/react-toolbar": "^1.1.10", |
20 | | - "@radix-ui/react-tooltip": "^1.2.7", |
| 19 | + "@radix-ui/react-toolbar": "^1.1.11", |
| 20 | + "@radix-ui/react-tooltip": "^1.2.8", |
21 | 21 | "class-variance-authority": "0.7.1", |
22 | 22 | "clsx": "^2.1.1", |
23 | | - "lucide-react": "0.539.0", |
24 | | - "next": "^15.4.6", |
25 | | - "platejs": "^49.2.9", |
| 23 | + "lucide-react": "0.544.0", |
| 24 | + "next": "^15.5.3", |
| 25 | + "platejs": "^49.2.21", |
26 | 26 | "react": "^19.1.1", |
27 | 27 | "react-dom": "^19.1.1", |
28 | 28 | "tailwind-merge": "3.3.1", |
29 | | - "tw-animate-css": "^1.3.6" |
| 29 | + "tw-animate-css": "^1.3.8" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | 32 | "@eslint/eslintrc": "^3.3.1", |
33 | | - "@tailwindcss/postcss": "4.1.11", |
34 | | - "@types/node": "^24.2.1", |
35 | | - "@types/react": "^19.1.9", |
36 | | - "@types/react-dom": "^19.1.7", |
37 | | - "eslint": "^9.33.0", |
38 | | - "eslint-config-next": "15.4.6", |
39 | | - "eslint-plugin-unused-imports": "^4.1.4", |
| 33 | + "@tailwindcss/postcss": "4.1.13", |
| 34 | + "@types/node": "^24.5.2", |
| 35 | + "@types/react": "^19.1.13", |
| 36 | + "@types/react-dom": "^19.1.9", |
| 37 | + "eslint": "^9.36.0", |
| 38 | + "eslint-config-next": "15.5.3", |
| 39 | + "eslint-plugin-unused-imports": "^4.2.0", |
40 | 40 | "postcss": "^8.5.6", |
41 | 41 | "prettier": "^3.6.2", |
42 | 42 | "prettier-plugin-packagejson": "^2.5.19", |
43 | 43 | "prettier-plugin-tailwindcss": "^0.6.14", |
44 | | - "tailwindcss": "4.1.11", |
| 44 | + "tailwindcss": "4.1.13", |
45 | 45 | "typescript": "5.9.2" |
46 | 46 | }, |
47 | | - "packageManager": "pnpm@9.2.0", |
48 | 47 | "pnpm": { |
49 | 48 | "peerDependencyRules": { |
50 | 49 | "allowAny": [ |
|
0 commit comments