|
60 | 60 | } |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | | - "@clerk/clerk-react": "^5.41.0", |
| 63 | + "@clerk/clerk-react": "^5.47.0", |
64 | 64 | "@monaco-editor/react": "^4.7.0", |
65 | | - "@radix-ui/react-alert-dialog": "^1.1.14", |
66 | | - "@radix-ui/react-dialog": "^1.1.14", |
67 | | - "@radix-ui/react-dropdown-menu": "^2.1.15", |
| 65 | + "@radix-ui/react-alert-dialog": "^1.1.15", |
| 66 | + "@radix-ui/react-dialog": "^1.1.15", |
| 67 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
68 | 68 | "@radix-ui/react-label": "^2.1.7", |
69 | | - "@radix-ui/react-scroll-area": "^1.2.9", |
| 69 | + "@radix-ui/react-scroll-area": "^1.2.10", |
70 | 70 | "@radix-ui/react-slot": "^1.2.3", |
71 | 71 | "@radix-ui/react-tabs": "^1.1.13", |
72 | | - "@tailwindcss/vite": "^4.1.11", |
73 | | - "@tiptap/extension-code-block-lowlight": "^2.26.1", |
74 | | - "@tiptap/extension-color": "^2.26.1", |
75 | | - "@tiptap/extension-dropcursor": "^3.4.1", |
76 | | - "@tiptap/extension-highlight": "^3.4.1", |
77 | | - "@tiptap/extension-horizontal-rule": "^3.4.1", |
78 | | - "@tiptap/extension-image": "^3.4.1", |
79 | | - "@tiptap/extension-link": "^3.4.1", |
80 | | - "@tiptap/extension-task-item": "^2.26.1", |
81 | | - "@tiptap/extension-task-list": "^2.26.1", |
82 | | - "@tiptap/extension-text-style": "^2.26.1", |
83 | | - "@tiptap/extension-underline": "^3.1.0", |
84 | | - "@tiptap/pm": "^2.26.1", |
85 | | - "@tiptap/react": "^2.26.1", |
86 | | - "@tiptap/starter-kit": "^2.26.1", |
87 | | - "@tiptap/suggestion": "^3.4.1", |
88 | | - "@unhead/react": "^2.0.14", |
| 72 | + "@tailwindcss/vite": "^4.1.13", |
| 73 | + "@tiptap/core": "^3.4.4", |
| 74 | + "@tiptap/extension-code-block-lowlight": "^3.4.4", |
| 75 | + "@tiptap/extension-color": "^3.4.4", |
| 76 | + "@tiptap/extension-dropcursor": "^3.4.4", |
| 77 | + "@tiptap/extension-highlight": "^3.4.4", |
| 78 | + "@tiptap/extension-horizontal-rule": "^3.4.4", |
| 79 | + "@tiptap/extension-image": "^3.4.4", |
| 80 | + "@tiptap/extension-link": "^3.4.4", |
| 81 | + "@tiptap/extension-task-item": "^3.4.4", |
| 82 | + "@tiptap/extension-task-list": "^3.4.4", |
| 83 | + "@tiptap/extension-text-style": "^3.4.4", |
| 84 | + "@tiptap/extension-underline": "^3.4.4", |
| 85 | + "@tiptap/pm": "^3.4.4", |
| 86 | + "@tiptap/react": "^3.4.4", |
| 87 | + "@tiptap/starter-kit": "^3.4.4", |
| 88 | + "@tiptap/suggestion": "^3.4.4", |
| 89 | + "@unhead/react": "^2.0.17", |
89 | 90 | "class-variance-authority": "^0.7.1", |
90 | 91 | "clsx": "^2.1.1", |
91 | 92 | "highlight.js": "^11.11.1", |
92 | 93 | "lowlight": "^3.3.0", |
93 | | - "lucide-react": "^0.523.0", |
| 94 | + "lucide-react": "^0.544.0", |
94 | 95 | "monaco-editor": "^0.53.0", |
95 | 96 | "react": "^19.1.1", |
96 | 97 | "react-dom": "^19.1.1", |
|
100 | 101 | "devDependencies": { |
101 | 102 | "@commitlint/cli": "^19.8.1", |
102 | 103 | "@commitlint/config-conventional": "^19.8.1", |
103 | | - "@eslint/js": "^9.33.0", |
| 104 | + "@eslint/js": "^9.36.0", |
104 | 105 | "@semantic-release/changelog": "^6.0.3", |
105 | 106 | "@semantic-release/exec": "^7.1.0", |
106 | 107 | "@semantic-release/git": "^10.0.1", |
107 | | - "@types/node": "^24.2.1", |
108 | | - "@types/react": "^19.1.10", |
109 | | - "@types/react-dom": "^19.1.7", |
110 | | - "@vitejs/plugin-react": "^4.7.0", |
| 108 | + "@types/node": "^24.5.2", |
| 109 | + "@types/react": "^19.1.13", |
| 110 | + "@types/react-dom": "^19.1.9", |
| 111 | + "@vitejs/plugin-react": "^5.0.3", |
111 | 112 | "commitizen": "^4.3.1", |
112 | 113 | "cz-conventional-changelog": "^3.3.0", |
113 | | - "eslint": "^9.33.0", |
| 114 | + "eslint": "^9.36.0", |
114 | 115 | "eslint-config-prettier": "^9.1.2", |
115 | 116 | "eslint-import-resolver-typescript": "^4.4.4", |
116 | 117 | "eslint-plugin-import": "^2.32.0", |
|
119 | 120 | "eslint-plugin-react": "^7.37.5", |
120 | 121 | "eslint-plugin-react-hooks": "^5.2.0", |
121 | 122 | "eslint-plugin-react-refresh": "^0.4.20", |
122 | | - "globals": "^16.3.0", |
| 123 | + "globals": "^16.4.0", |
123 | 124 | "husky": "^9.1.7", |
124 | 125 | "lint-staged": "^15.5.2", |
125 | 126 | "prettier": "^3.6.2", |
126 | 127 | "prettier-plugin-tailwindcss": "^0.6.14", |
127 | 128 | "rimraf": "^6.0.1", |
128 | | - "semantic-release": "^24.2.7", |
129 | | - "tw-animate-css": "^1.3.6", |
130 | | - "typescript": "~5.8.3", |
131 | | - "typescript-eslint": "^8.39.1", |
132 | | - "vite": "^7.1.5" |
| 129 | + "semantic-release": "^24.2.9", |
| 130 | + "tw-animate-css": "^1.3.8", |
| 131 | + "typescript": "~5.9.2", |
| 132 | + "typescript-eslint": "^8.44.0", |
| 133 | + "vite": "^7.1.6" |
133 | 134 | }, |
134 | 135 | "lint-staged": { |
135 | 136 | "*.{ts,tsx}": [ |
|
0 commit comments