diff --git a/.templates/template-next/package.json b/.templates/template-next/package.json index 617e469f85..d602250fa0 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "next": "^16.3.4", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/postcss": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "postcss": "^8.5.28", "tailwindcss": "^4.3.3", "typescript": "^6.0.3" diff --git a/.templates/template-react/package.json b/.templates/template-react/package.json index e4d7e83128..6f27634e09 100644 --- a/.templates/template-react/package.json +++ b/.templates/template-react/package.json @@ -9,16 +9,16 @@ "preview": "vite preview" }, "dependencies": { - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/next-full/package.json b/next-full/package.json index 53eeb161f5..531b3d25ec 100644 --- a/next-full/package.json +++ b/next-full/package.json @@ -13,16 +13,16 @@ "katex": "^0.18.7", "next": "^16.3.4", "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/postcss": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "postcss": "^8.5.28", "tailwindcss": "^4.3.3", "typescript": "^6.0.3" diff --git a/react-block-handle/package.json b/react-block-handle/package.json index 540ba53ce9..61200def15 100644 --- a/react-block-handle/package.json +++ b/react-block-handle/package.json @@ -11,16 +11,16 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-blockquote/package.json b/react-blockquote/package.json index 7e02bad3e8..cca8841aa5 100644 --- a/react-blockquote/package.json +++ b/react-blockquote/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-bold/package.json b/react-bold/package.json index 8a445693b6..95c2bec9e5 100644 --- a/react-bold/package.json +++ b/react-bold/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-change-tracking/package.json b/react-change-tracking/package.json index 8bcb5259b8..537d14c7e0 100644 --- a/react-change-tracking/package.json +++ b/react-change-tracking/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-code-block-themes/package.json b/react-code-block-themes/package.json index 810849cd2c..fa19ce671d 100644 --- a/react-code-block-themes/package.json +++ b/react-code-block-themes/package.json @@ -11,16 +11,16 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-code-block/package.json b/react-code-block/package.json index d3e3e9900c..f73a25adbd 100644 --- a/react-code-block/package.json +++ b/react-code-block/package.json @@ -11,16 +11,16 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-code/package.json b/react-code/package.json index 89e37de304..27c5519bd1 100644 --- a/react-code/package.json +++ b/react-code/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-drop-cursor/package.json b/react-drop-cursor/package.json index de638e89af..a7b2e87503 100644 --- a/react-drop-cursor/package.json +++ b/react-drop-cursor/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-emoji-rules/package.json b/react-emoji-rules/package.json index bbe2077e3b..4930f68b26 100644 --- a/react-emoji-rules/package.json +++ b/react-emoji-rules/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-font-family/package.json b/react-font-family/package.json index 215f1e9a3f..b50e8669f1 100644 --- a/react-font-family/package.json +++ b/react-font-family/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-full/package.json b/react-full/package.json index 2c883a2aca..9660fe3737 100644 --- a/react-full/package.json +++ b/react-full/package.json @@ -12,16 +12,16 @@ "beautiful-mermaid": "^1.1.3", "katex": "^0.18.7", "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-gap-cursor/package.json b/react-gap-cursor/package.json index 22218c48a1..0e4161f35a 100644 --- a/react-gap-cursor/package.json +++ b/react-gap-cursor/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-hard-break/package.json b/react-hard-break/package.json index 671a09b25d..bab0156dae 100644 --- a/react-hard-break/package.json +++ b/react-hard-break/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-heading/package.json b/react-heading/package.json index 23523efd37..81f7af53fc 100644 --- a/react-heading/package.json +++ b/react-heading/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-highlight/package.json b/react-highlight/package.json index 20f09bf51d..6bc47d7a94 100644 --- a/react-highlight/package.json +++ b/react-highlight/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-horizontal-rule/package.json b/react-horizontal-rule/package.json index 6e446f82b8..6078cb32eb 100644 --- a/react-horizontal-rule/package.json +++ b/react-horizontal-rule/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-image-view/package.json b/react-image-view/package.json index 31f05ffa86..c1cda7e0f8 100644 --- a/react-image-view/package.json +++ b/react-image-view/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-inline-menu/package.json b/react-inline-menu/package.json index a688fd0062..d88deb3bbf 100644 --- a/react-inline-menu/package.json +++ b/react-inline-menu/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-italic/package.json b/react-italic/package.json index 5fd20e417f..f149fb2884 100644 --- a/react-italic/package.json +++ b/react-italic/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-katex/package.json b/react-katex/package.json index 563dc345d5..a0cf8ee398 100644 --- a/react-katex/package.json +++ b/react-katex/package.json @@ -11,16 +11,16 @@ "dependencies": { "katex": "^0.18.7", "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-keymap/package.json b/react-keymap/package.json index 91d89b541f..3ddd4dad5b 100644 --- a/react-keymap/package.json +++ b/react-keymap/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-link-mark-view/package.json b/react-link-mark-view/package.json index a8a6f852ff..14bfeaadd0 100644 --- a/react-link-mark-view/package.json +++ b/react-link-mark-view/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-link/package.json b/react-link/package.json index fa5e63d98a..c87f51ae14 100644 --- a/react-link/package.json +++ b/react-link/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-list-custom-checkbox/package.json b/react-list-custom-checkbox/package.json index d88855281d..4cd0ecdc9f 100644 --- a/react-list-custom-checkbox/package.json +++ b/react-list-custom-checkbox/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-list/package.json b/react-list/package.json index cf3ce096d5..e00b4a7a71 100644 --- a/react-list/package.json +++ b/react-list/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-loro/package.json b/react-loro/package.json index 6ff543d6ac..4b0350d91b 100644 --- a/react-loro/package.json +++ b/react-loro/package.json @@ -12,16 +12,16 @@ "loro-crdt": "^1.16.0", "loro-prosemirror": "^0.4.4", "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-mark-rule/package.json b/react-mark-rule/package.json index ae7956c3d1..ad2ab0bb99 100644 --- a/react-mark-rule/package.json +++ b/react-mark-rule/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-minimal/package.json b/react-minimal/package.json index fe5088f7e1..afe88c38e7 100644 --- a/react-minimal/package.json +++ b/react-minimal/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-page/package.json b/react-page/package.json index 3512d898f3..6575cf6415 100644 --- a/react-page/package.json +++ b/react-page/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-placeholder/package.json b/react-placeholder/package.json index f24b991a5e..1a43a5bb6c 100644 --- a/react-placeholder/package.json +++ b/react-placeholder/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-readonly/package.json b/react-readonly/package.json index 20b982afe6..b8e3b4a759 100644 --- a/react-readonly/package.json +++ b/react-readonly/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-rtl/package.json b/react-rtl/package.json index cd9ba4a97d..a90f1903dd 100644 --- a/react-rtl/package.json +++ b/react-rtl/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-save-html/package.json b/react-save-html/package.json index 41e06c3d5b..3a45c19f9e 100644 --- a/react-save-html/package.json +++ b/react-save-html/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-save-json/package.json b/react-save-json/package.json index 5bebac1476..5bb20fac1f 100644 --- a/react-save-json/package.json +++ b/react-save-json/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-save-markdown/package.json b/react-save-markdown/package.json index 25e78088ae..fa6745dca1 100644 --- a/react-save-markdown/package.json +++ b/react-save-markdown/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8", + "react": "^19.3.0", + "react-dom": "^19.3.0", "rehype-parse": "^9.0.1", "rehype-remark": "^10.0.1", "remark-gfm": "^4.0.1", @@ -25,8 +25,8 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-search/package.json b/react-search/package.json index 8c9834dfd5..704584d82f 100644 --- a/react-search/package.json +++ b/react-search/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-slash-menu/package.json b/react-slash-menu/package.json index 35566bdd76..807a3d1192 100644 --- a/react-slash-menu/package.json +++ b/react-slash-menu/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-strike/package.json b/react-strike/package.json index e5944d7f2b..ff80f33952 100644 --- a/react-strike/package.json +++ b/react-strike/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-sub-sup/package.json b/react-sub-sup/package.json index 659dd2cf2d..48951e9e44 100644 --- a/react-sub-sup/package.json +++ b/react-sub-sup/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-table/package.json b/react-table/package.json index 1ee4f40886..785c1303ee 100644 --- a/react-table/package.json +++ b/react-table/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-text-align/package.json b/react-text-align/package.json index aa6e957e60..7f04c543e6 100644 --- a/react-text-align/package.json +++ b/react-text-align/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-text-color/package.json b/react-text-color/package.json index 5449a8b1b2..682244c65c 100644 --- a/react-text-color/package.json +++ b/react-text-color/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-toolbar/package.json b/react-toolbar/package.json index 09e6ae72c2..c053ec18df 100644 --- a/react-toolbar/package.json +++ b/react-toolbar/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-tweet/package.json b/react-tweet/package.json index 4da2e588d4..622710e3d9 100644 --- a/react-tweet/package.json +++ b/react-tweet/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8", + "react": "^19.3.0", + "react-dom": "^19.3.0", "react-tweet": "^3.3.1" }, "devDependencies": { @@ -19,8 +19,8 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-typography/package.json b/react-typography/package.json index a7bcc28dc5..fd156a8933 100644 --- a/react-typography/package.json +++ b/react-typography/package.json @@ -11,16 +11,16 @@ "dependencies": { "katex": "^0.18.7", "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-underline/package.json b/react-underline/package.json index d37a517106..1fa858a1ce 100644 --- a/react-underline/package.json +++ b/react-underline/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-unmount/package.json b/react-unmount/package.json index 1b2bf522a6..78f9fd983d 100644 --- a/react-unmount/package.json +++ b/react-unmount/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-user-menu-dynamic/package.json b/react-user-menu-dynamic/package.json index 40f0d11107..42a081747b 100644 --- a/react-user-menu-dynamic/package.json +++ b/react-user-menu-dynamic/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-user-menu/package.json b/react-user-menu/package.json index 4f6f68144b..657397539f 100644 --- a/react-user-menu/package.json +++ b/react-user-menu/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-word-counter/package.json b/react-word-counter/package.json index c1cea3b2ac..f1f6a3bb54 100644 --- a/react-word-counter/package.json +++ b/react-word-counter/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8" + "react": "^19.3.0", + "react-dom": "^19.3.0" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3", diff --git a/react-yjs/package.json b/react-yjs/package.json index 14ca61a3e7..de42381fd4 100644 --- a/react-yjs/package.json +++ b/react-yjs/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "prosekit": "^0.22.2", - "react": "^19.2.8", - "react-dom": "^19.2.8", + "react": "^19.3.0", + "react-dom": "^19.3.0", "y-prosemirror": "^1.3.7", "y-websocket": "^3.1.0", "yjs": "^13.6.32" @@ -21,8 +21,8 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.7", + "@types/react": "^19.3.0", + "@types/react-dom": "^19.3.0", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", "typescript": "^6.0.3",