summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/preact/package.json4
-rw-r--r--packages/integrations/react/package.json8
-rw-r--r--packages/integrations/solid/package.json4
-rw-r--r--packages/integrations/svelte/package.json6
-rw-r--r--packages/integrations/tailwind/package.json4
-rw-r--r--packages/integrations/vue/package.json4
6 files changed, 15 insertions, 15 deletions
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 39dc5b5b4..4dc1c8077 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -31,12 +31,12 @@
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.17.3",
- "preact-render-to-string": "^5.1.21"
+ "preact-render-to-string": "^5.2.0"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "preact": "^10.7.1"
+ "preact": "^10.7.2"
},
"peerDependencies": {
"preact": "^10.6.5"
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 38a0877db..e11c4e6a9 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -36,12 +36,12 @@
"@babel/plugin-transform-react-jsx": "^7.17.3"
},
"devDependencies": {
- "@types/react": "^17.0.44",
- "@types/react-dom": "^17.0.15",
+ "@types/react": "^17.0.45",
+ "@types/react-dom": "^17.0.16",
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "react": "^18.0.0",
- "react-dom": "^18.0.0"
+ "react": "^18.1.0",
+ "react-dom": "^18.1.0"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 59318cc3b..88443f221 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -31,12 +31,12 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "babel-preset-solid": "^1.3.16"
+ "babel-preset-solid": "^1.3.17"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "solid-js": "^1.3.16"
+ "solid-js": "^1.3.17"
},
"peerDependencies": {
"solid-js": "^1.3.6"
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 932021e5d..83fede28a 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -31,15 +31,15 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
+ "@sveltejs/vite-plugin-svelte": "^1.0.0-next.44",
"postcss-load-config": "^3.1.4",
"svelte-preprocess": "^4.10.6",
- "vite": "^2.9.5"
+ "vite": "^2.9.9"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "svelte": "^3.47.0"
+ "svelte": "^3.48.0"
},
"peerDependencies": {
"svelte": "^3.46.4"
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 848af5350..72ceaa701 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -28,8 +28,8 @@
},
"dependencies": {
"@proload/core": "^0.3.2",
- "autoprefixer": "^10.4.4",
- "postcss": "^8.4.12",
+ "autoprefixer": "^10.4.7",
+ "postcss": "^8.4.13",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 2daca2ee4..6d55f72eb 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -31,8 +31,8 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
- "@vitejs/plugin-vue": "^2.3.1",
- "vite": "^2.9.5"
+ "@vitejs/plugin-vue": "^2.3.3",
+ "vite": "^2.9.9"
},
"devDependencies": {
"astro": "workspace:*",