summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/solid/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/vercel/package.json2
-rw-r--r--packages/integrations/vue/package.json2
5 files changed, 5 insertions, 5 deletions
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 53733bcfd..c8a26a1e7 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -36,7 +36,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "solid-js": "^1.3.14"
+ "solid-js": "^1.3.15"
},
"peerDependencies": {
"solid-js": "^1.3.6"
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index c7ce7dc02..e868756a1 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -33,7 +33,7 @@
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"postcss-load-config": "^3.1.4",
- "svelte-preprocess": "^4.10.5"
+ "svelte-preprocess": "^4.10.6"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 6192fc3a9..86a4769a6 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -30,7 +30,7 @@
"@proload/core": "^0.2.2",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
- "tailwindcss": "^3.0.23"
+ "tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/tailwindcss": "^3.0.10",
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 985455f1c..665eba58b 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -25,7 +25,7 @@
},
"dependencies": {
"@astrojs/webapi": "^0.11.1",
- "esbuild": "^0.14.34"
+ "esbuild": "^0.14.36"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index eeea84265..4d23797d9 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -36,7 +36,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "vue": "^3.2.31"
+ "vue": "^3.2.33"
},
"peerDependencies": {
"vue": "^3.2.30"