summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/cloudflare/package.json2
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/image/package.json2
-rw-r--r--packages/integrations/netlify/package.json4
-rw-r--r--packages/integrations/node/package.json4
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/timer/CHANGELOG.md9
-rw-r--r--packages/integrations/timer/package.json4
-rw-r--r--packages/integrations/vercel/package.json4
-rw-r--r--packages/integrations/vue/package.json2
11 files changed, 23 insertions, 14 deletions
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index 3843ab82a..04d4f6ab3 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 43433bccb..134804da9 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -33,7 +33,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index bc1f33a08..bc2752dc2 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -63,7 +63,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17",
+ "astro": "workspace:^2.0.18",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 4d06ab015..0c03a7bce 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -34,12 +34,12 @@
"test": "npm run test-fn"
},
"dependencies": {
- "@astrojs/webapi": "^2.0.2",
+ "@astrojs/webapi": "^2.0.3",
"@netlify/functions": "^1.0.0",
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"@netlify/edge-handler-types": "^0.34.1",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 0f239b01d..fd77acfc2 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -30,12 +30,12 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
- "@astrojs/webapi": "^2.0.2",
+ "@astrojs/webapi": "^2.0.3",
"send": "^0.18.0",
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"@types/send": "^0.17.1",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 760f8b68b..701bf6aa0 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -43,7 +43,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17",
+ "astro": "workspace:^2.0.18",
"svelte": "^3.54.0"
},
"engines": {
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 4067805d7..81b8c8539 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -40,7 +40,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17",
+ "astro": "workspace:^2.0.18",
"tailwindcss": "^3.0.24"
},
"pnpm": {
diff --git a/packages/integrations/timer/CHANGELOG.md b/packages/integrations/timer/CHANGELOG.md
new file mode 100644
index 000000000..504735660
--- /dev/null
+++ b/packages/integrations/timer/CHANGELOG.md
@@ -0,0 +1,9 @@
+# @astrojs/timer
+
+## 0.0.1
+
+### Patch Changes
+
+- Updated dependencies [[`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629), [`cd8469947`](https://github.com/withastro/astro/commit/cd8469947bb63b4233f3459614c5210feac1da96), [`e0844852d`](https://github.com/withastro/astro/commit/e0844852d31d0f5680f2710aaa84e3e808aeb88d)]:
+ - @astrojs/webapi@2.0.3
+ - astro@2.0.18
diff --git a/packages/integrations/timer/package.json b/packages/integrations/timer/package.json
index 13203a2d5..6d1b40287 100644
--- a/packages/integrations/timer/package.json
+++ b/packages/integrations/timer/package.json
@@ -2,7 +2,7 @@
"name": "@astrojs/timer",
"description": "Preview server for benchmark",
"private": true,
- "version": "0.0.0",
+ "version": "0.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -33,7 +33,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"@types/server-destroy": "^1.0.1",
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index ca5a395ee..c1d634d5b 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -45,7 +45,7 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
- "@astrojs/webapi": "^2.0.2",
+ "@astrojs/webapi": "^2.0.3",
"@vercel/analytics": "^0.1.8",
"@vercel/nft": "^0.22.1",
"fast-glob": "^3.2.11",
@@ -53,7 +53,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 065ab5156..2c0008fa1 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -50,7 +50,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17",
+ "astro": "workspace:^2.0.18",
"vue": "^3.2.30"
},
"engines": {