diff options
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/preact/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/svelte/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/tailwind/package.json | 8 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 74f2f6edc..3c3d89f9f 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.6.6" + "preact": "^10.7.0" }, "peerDependencies": { "preact": "^10.6.5" diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index abe58baac..37c40d484 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -38,7 +38,7 @@ "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "svelte": "^3.46.4" + "svelte": "^3.46.6" }, "peerDependencies": { "svelte": "^3.46.4" diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 6ecdbdbf4..b500180f4 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -27,13 +27,13 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "tailwindcss": "^3.0.23", - "autoprefixer": "^10.4.4", "@proload/core": "^0.2.2", - "postcss": "^8.4.12" + "autoprefixer": "^10.4.4", + "postcss": "^8.4.12", + "tailwindcss": "^3.0.23" }, "devDependencies": { - "@types/tailwindcss": "^3.0.9", + "@types/tailwindcss": "^3.0.10", "astro": "workspace:*", "astro-scripts": "workspace:*" }, diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index e25e2d744..dfc40d95f 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -31,7 +31,7 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "@vitejs/plugin-vue": "^2.2.4" + "@vitejs/plugin-vue": "^2.3.1" }, "devDependencies": { "astro": "workspace:*", |