Skip to content

Commit 8cb1de2

Browse files
authored
Merge pull request #14 from typelets/fix/executable-code-block-flashing
fix: executable code block flashing
2 parents 7555bfa + e424192 commit 8cb1de2

10 files changed

Lines changed: 989 additions & 1020 deletions

File tree

package.json

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -60,37 +60,38 @@
6060
}
6161
},
6262
"dependencies": {
63-
"@clerk/clerk-react": "^5.41.0",
63+
"@clerk/clerk-react": "^5.47.0",
6464
"@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",
6868
"@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",
7070
"@radix-ui/react-slot": "^1.2.3",
7171
"@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",
8990
"class-variance-authority": "^0.7.1",
9091
"clsx": "^2.1.1",
9192
"highlight.js": "^11.11.1",
9293
"lowlight": "^3.3.0",
93-
"lucide-react": "^0.523.0",
94+
"lucide-react": "^0.544.0",
9495
"monaco-editor": "^0.53.0",
9596
"react": "^19.1.1",
9697
"react-dom": "^19.1.1",
@@ -100,17 +101,17 @@
100101
"devDependencies": {
101102
"@commitlint/cli": "^19.8.1",
102103
"@commitlint/config-conventional": "^19.8.1",
103-
"@eslint/js": "^9.33.0",
104+
"@eslint/js": "^9.36.0",
104105
"@semantic-release/changelog": "^6.0.3",
105106
"@semantic-release/exec": "^7.1.0",
106107
"@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",
111112
"commitizen": "^4.3.1",
112113
"cz-conventional-changelog": "^3.3.0",
113-
"eslint": "^9.33.0",
114+
"eslint": "^9.36.0",
114115
"eslint-config-prettier": "^9.1.2",
115116
"eslint-import-resolver-typescript": "^4.4.4",
116117
"eslint-plugin-import": "^2.32.0",
@@ -119,17 +120,17 @@
119120
"eslint-plugin-react": "^7.37.5",
120121
"eslint-plugin-react-hooks": "^5.2.0",
121122
"eslint-plugin-react-refresh": "^0.4.20",
122-
"globals": "^16.3.0",
123+
"globals": "^16.4.0",
123124
"husky": "^9.1.7",
124125
"lint-staged": "^15.5.2",
125126
"prettier": "^3.6.2",
126127
"prettier-plugin-tailwindcss": "^0.6.14",
127128
"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"
133134
},
134135
"lint-staged": {
135136
"*.{ts,tsx}": [

0 commit comments

Comments
 (0)