diff --git a/apps/devtools-playground/package.json b/apps/devtools-playground/package.json index c2ad762..ac17b52 100644 --- a/apps/devtools-playground/package.json +++ b/apps/devtools-playground/package.json @@ -13,13 +13,13 @@ "@stainless-code/react-layers": "workspace:*", "@stainless-code/react-layers-devtools": "workspace:*", "@tanstack/react-devtools": "0.10.8", - "react": "19.2.7", + "react": "19.3.0", "react-dom": "19.2.7", "solid-js": "1.9.14" }, "devDependencies": { "@tailwindcss/vite": "4.3.3", - "@types/react": "19.2.17", + "@types/react": "19.3.0", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.3", "tailwindcss": "4.3.3", diff --git a/apps/docs/package.json b/apps/docs/package.json index 89054e6..e406f46 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -23,7 +23,7 @@ "@stainless-code/layers": "workspace:*", "@stainless-code/react-layers": "workspace:*", "blume": "1.6.3", - "react": "19.2.7", + "react": "19.3.0", "react-dom": "19.2.7" }, "devDependencies": { @@ -42,7 +42,7 @@ "@stainless-code/solid-layers": "workspace:*", "@stainless-code/svelte-layers": "workspace:*", "@stainless-code/vue-layers": "workspace:*", - "@types/react": "19.2.17", + "@types/react": "19.3.0", "@types/react-dom": "19.2.3", "lit": "3.3.3", "preact": "10.29.7", diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index a002d3b..881c521 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -68,11 +68,11 @@ "@stainless-code/react-layers": "workspace:*", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.2", - "@types/react": "19.2.17", + "@types/react": "19.3.0", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.3", "jsdom": "29.1.1", - "react": "19.2.7", + "react": "19.3.0", "react-dom": "19.2.7", "vitest": "4.1.10" }, diff --git a/packages/react/package.json b/packages/react/package.json index 62428da..79556db 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -63,10 +63,10 @@ "devDependencies": { "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.2", - "@types/react": "19.2.17", + "@types/react": "19.3.0", "@types/react-dom": "19.2.3", "jsdom": "29.1.1", - "react": "19.2.7", + "react": "19.3.0", "react-dom": "19.2.7", "vitest": "4.1.10" },