diff options
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/preact/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/react/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/svelte/package.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 6d62ff323..c36ffd950 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -38,7 +38,7 @@ "@babel/plugin-transform-react-jsx": "^7.25.9", "@babel/plugin-transform-react-jsx-development": "^7.25.9", "@preact/preset-vite": "^2.10.1", - "@preact/signals": "^2.0.1", + "@preact/signals": "^2.0.2", "babel-plugin-transform-hook-names": "^1.0.2", "preact-render-to-string": "^6.5.13", "vite": "^6.2.3" diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index a29a54fe7..7fc061bd4 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -54,7 +54,7 @@ "vite": "^6.2.3" }, "devDependencies": { - "@types/react": "^18.3.19", + "@types/react": "^18.3.20", "@types/react-dom": "^18.3.5", "astro": "workspace:*", "astro-scripts": "workspace:*", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 78ed6954c..fe34c7bd0 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -47,7 +47,7 @@ "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "svelte": "^5.23.2" + "svelte": "^5.25.3" }, "peerDependencies": { "astro": "^5.0.0", |