summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 77651a89c..72a6174cc 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -36,7 +36,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "preact": "^10.7.2"
+ "preact": "^10.7.3"
},
"peerDependencies": {
"preact": "^10.6.5"
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index e2b319f69..ea6a6829c 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -31,7 +31,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@sveltejs/vite-plugin-svelte": "^1.0.0-next.45",
+ "@sveltejs/vite-plugin-svelte": "^1.0.0-next.47",
"postcss-load-config": "^3.1.4",
"svelte-preprocess": "^4.10.6",
"vite": "^2.9.9"