summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/astro/e2e/fixtures/actions-blog/package.json2
-rw-r--r--packages/astro/e2e/fixtures/actions-react-19/package.json2
-rw-r--r--packages/astro/e2e/fixtures/astro-envs/package.json2
-rw-r--r--packages/astro/e2e/fixtures/client-only/package.json2
-rw-r--r--packages/astro/e2e/fixtures/error-sass/package.json2
-rw-r--r--packages/astro/e2e/fixtures/errors/package.json4
-rw-r--r--packages/astro/e2e/fixtures/hmr/package.json2
-rw-r--r--packages/astro/e2e/fixtures/multiple-frameworks/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-in-preact/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-in-react/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-in-solid/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-in-svelte/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-in-vue/package.json2
-rw-r--r--packages/astro/e2e/fixtures/nested-recursive/package.json2
-rw-r--r--packages/astro/e2e/fixtures/view-transitions/package.json2
-rw-r--r--packages/astro/e2e/fixtures/vue-component/package.json2
-rw-r--r--packages/astro/package.json14
-rw-r--r--packages/astro/test/fixtures/0-css/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-children/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-envs/package.json2
-rw-r--r--packages/astro/test/fixtures/astro-slots-nested/package.json2
-rw-r--r--packages/astro/test/fixtures/container-custom-renderers/package.json2
-rw-r--r--packages/astro/test/fixtures/fetch/package.json2
-rw-r--r--packages/astro/test/fixtures/jsx/package.json2
-rw-r--r--packages/astro/test/fixtures/postcss/package.json2
-rw-r--r--packages/astro/test/fixtures/slots-vue/package.json2
-rw-r--r--packages/astro/test/fixtures/solid-component/package.json2
-rw-r--r--packages/astro/test/fixtures/ssr-prerender-chunks/package.json8
-rw-r--r--packages/astro/test/fixtures/vue-component/package.json2
-rw-r--r--packages/astro/test/fixtures/vue-jsx/package.json2
-rw-r--r--packages/astro/test/fixtures/vue-with-multi-renderer/package.json2
-rw-r--r--packages/db/package.json2
-rw-r--r--packages/db/test/fixtures/ticketing-example/package.json4
-rw-r--r--packages/integrations/alpinejs/test/fixtures/basics/package.json2
-rw-r--r--packages/integrations/alpinejs/test/fixtures/directive/package.json2
-rw-r--r--packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json2
-rw-r--r--packages/integrations/lit/package.json2
-rw-r--r--packages/integrations/mdx/package.json4
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--packages/integrations/preact/package.json2
-rw-r--r--packages/integrations/react/test/fixtures/react-component/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/vue/package.json6
-rw-r--r--packages/integrations/web-vitals/package.json2
-rw-r--r--packages/markdown/remark/package.json4
-rw-r--r--packages/studio/package.json2
46 files changed, 61 insertions, 61 deletions
diff --git a/packages/astro/e2e/fixtures/actions-blog/package.json b/packages/astro/e2e/fixtures/actions-blog/package.json
index 0bdb564fe..8b2c3824d 100644
--- a/packages/astro/e2e/fixtures/actions-blog/package.json
+++ b/packages/astro/e2e/fixtures/actions-blog/package.json
@@ -19,6 +19,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "typescript": "^5.4.5"
+ "typescript": "^5.5.2"
}
}
diff --git a/packages/astro/e2e/fixtures/actions-react-19/package.json b/packages/astro/e2e/fixtures/actions-react-19/package.json
index bc2f138c8..d72949773 100644
--- a/packages/astro/e2e/fixtures/actions-react-19/package.json
+++ b/packages/astro/e2e/fixtures/actions-react-19/package.json
@@ -19,7 +19,7 @@
"astro": "workspace:*",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
- "typescript": "^5.4.5"
+ "typescript": "^5.5.2"
},
"overrides": {
"@types/react": "npm:types-react",
diff --git a/packages/astro/e2e/fixtures/astro-envs/package.json b/packages/astro/e2e/fixtures/astro-envs/package.json
index 6b5ae1c46..6c1c006d8 100644
--- a/packages/astro/e2e/fixtures/astro-envs/package.json
+++ b/packages/astro/e2e/fixtures/astro-envs/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/e2e/fixtures/client-only/package.json b/packages/astro/e2e/fixtures/client-only/package.json
index dcff68a6c..71dbaea83 100644
--- a/packages/astro/e2e/fixtures/client-only/package.json
+++ b/packages/astro/e2e/fixtures/client-only/package.json
@@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/e2e/fixtures/error-sass/package.json b/packages/astro/e2e/fixtures/error-sass/package.json
index 37918eb2c..57d060439 100644
--- a/packages/astro/e2e/fixtures/error-sass/package.json
+++ b/packages/astro/e2e/fixtures/error-sass/package.json
@@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
- "sass": "^1.77.5"
+ "sass": "^1.77.6"
}
}
diff --git a/packages/astro/e2e/fixtures/errors/package.json b/packages/astro/e2e/fixtures/errors/package.json
index d0fa209f9..0c0a9a37b 100644
--- a/packages/astro/e2e/fixtures/errors/package.json
+++ b/packages/astro/e2e/fixtures/errors/package.json
@@ -12,9 +12,9 @@
"preact": "^10.22.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "sass": "^1.77.5",
+ "sass": "^1.77.6",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/e2e/fixtures/hmr/package.json b/packages/astro/e2e/fixtures/hmr/package.json
index af6eb2e78..8f65a830d 100644
--- a/packages/astro/e2e/fixtures/hmr/package.json
+++ b/packages/astro/e2e/fixtures/hmr/package.json
@@ -4,6 +4,6 @@
"private": true,
"devDependencies": {
"astro": "workspace:*",
- "sass": "^1.77.5"
+ "sass": "^1.77.6"
}
}
diff --git a/packages/astro/e2e/fixtures/multiple-frameworks/package.json b/packages/astro/e2e/fixtures/multiple-frameworks/package.json
index 0a3b38e5a..9a1a64c50 100644
--- a/packages/astro/e2e/fixtures/multiple-frameworks/package.json
+++ b/packages/astro/e2e/fixtures/multiple-frameworks/package.json
@@ -19,6 +19,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-preact/package.json b/packages/astro/e2e/fixtures/nested-in-preact/package.json
index dd202a5cc..de0892d4a 100644
--- a/packages/astro/e2e/fixtures/nested-in-preact/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-preact/package.json
@@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-react/package.json b/packages/astro/e2e/fixtures/nested-in-react/package.json
index 0f18830bf..b86d74abf 100644
--- a/packages/astro/e2e/fixtures/nested-in-react/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-react/package.json
@@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-solid/package.json b/packages/astro/e2e/fixtures/nested-in-solid/package.json
index d474d1e55..2710565a6 100644
--- a/packages/astro/e2e/fixtures/nested-in-solid/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-solid/package.json
@@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-svelte/package.json b/packages/astro/e2e/fixtures/nested-in-svelte/package.json
index 820284e5e..1f8bc0ed2 100644
--- a/packages/astro/e2e/fixtures/nested-in-svelte/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-svelte/package.json
@@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-in-vue/package.json b/packages/astro/e2e/fixtures/nested-in-vue/package.json
index f89821957..fc1af8d53 100644
--- a/packages/astro/e2e/fixtures/nested-in-vue/package.json
+++ b/packages/astro/e2e/fixtures/nested-in-vue/package.json
@@ -16,6 +16,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/e2e/fixtures/nested-recursive/package.json b/packages/astro/e2e/fixtures/nested-recursive/package.json
index 36026a23f..d9ed42e92 100644
--- a/packages/astro/e2e/fixtures/nested-recursive/package.json
+++ b/packages/astro/e2e/fixtures/nested-recursive/package.json
@@ -16,7 +16,7 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
},
"scripts": {
"dev": "astro dev"
diff --git a/packages/astro/e2e/fixtures/view-transitions/package.json b/packages/astro/e2e/fixtures/view-transitions/package.json
index 601f9a40d..b563de999 100644
--- a/packages/astro/e2e/fixtures/view-transitions/package.json
+++ b/packages/astro/e2e/fixtures/view-transitions/package.json
@@ -11,6 +11,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/e2e/fixtures/vue-component/package.json b/packages/astro/e2e/fixtures/vue-component/package.json
index 3f8de57e9..560c130db 100644
--- a/packages/astro/e2e/fixtures/vue-component/package.json
+++ b/packages/astro/e2e/fixtures/vue-component/package.json
@@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 663a45883..bb8456572 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -123,7 +123,7 @@
"test:node": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
- "@astrojs/compiler": "^2.8.0",
+ "@astrojs/compiler": "^2.8.1",
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/markdown-remark": "workspace:*",
"@astrojs/telemetry": "workspace:*",
@@ -151,7 +151,7 @@
"diff": "^5.2.0",
"dlv": "^1.1.3",
"dset": "^3.1.3",
- "es-module-lexer": "^1.5.3",
+ "es-module-lexer": "^1.5.4",
"esbuild": "^0.21.5",
"estree-walker": "^3.0.3",
"execa": "^8.0.1",
@@ -174,7 +174,7 @@
"rehype": "^13.0.1",
"resolve": "^1.22.8",
"semver": "^7.6.2",
- "shiki": "^1.6.5",
+ "shiki": "^1.9.0",
"string-width": "^7.1.0",
"strip-ansi": "^7.1.0",
"tsconfck": "^3.1.0",
@@ -185,7 +185,7 @@
"which-pm": "^2.2.0",
"yargs-parser": "^21.1.1",
"zod": "^3.23.8",
- "zod-to-json-schema": "^3.23.0"
+ "zod-to-json-schema": "^3.23.1"
},
"optionalDependencies": {
"sharp": "^0.33.3"
@@ -220,17 +220,17 @@
"mdast-util-mdx": "^3.0.0",
"mdast-util-mdx-jsx": "^3.1.2",
"memfs": "^4.9.3",
- "node-mocks-http": "^1.14.1",
+ "node-mocks-http": "^1.15.0",
"parse-srcset": "^1.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-code-titles": "^0.1.2",
"rollup": "^4.18.0",
- "sass": "^1.77.5",
+ "sass": "^1.77.6",
"srcset-parse": "^1.1.0",
"undici": "^6.19.2",
- "unified": "^11.0.4"
+ "unified": "^11.0.5"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0",
diff --git a/packages/astro/test/fixtures/0-css/package.json b/packages/astro/test/fixtures/0-css/package.json
index add2a8bb2..93b6fd57f 100644
--- a/packages/astro/test/fixtures/0-css/package.json
+++ b/packages/astro/test/fixtures/0-css/package.json
@@ -10,6 +10,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/test/fixtures/astro-children/package.json b/packages/astro/test/fixtures/astro-children/package.json
index 16c6de513..12c3e708c 100644
--- a/packages/astro/test/fixtures/astro-children/package.json
+++ b/packages/astro/test/fixtures/astro-children/package.json
@@ -9,6 +9,6 @@
"astro": "workspace:*",
"preact": "^10.22.0",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/test/fixtures/astro-envs/package.json b/packages/astro/test/fixtures/astro-envs/package.json
index c841794ff..001322ab8 100644
--- a/packages/astro/test/fixtures/astro-envs/package.json
+++ b/packages/astro/test/fixtures/astro-envs/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/test/fixtures/astro-slots-nested/package.json b/packages/astro/test/fixtures/astro-slots-nested/package.json
index 07a34ce35..57e2ab0fe 100644
--- a/packages/astro/test/fixtures/astro-slots-nested/package.json
+++ b/packages/astro/test/fixtures/astro-slots-nested/package.json
@@ -14,6 +14,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/test/fixtures/container-custom-renderers/package.json b/packages/astro/test/fixtures/container-custom-renderers/package.json
index 3873671f4..db21a39b6 100644
--- a/packages/astro/test/fixtures/container-custom-renderers/package.json
+++ b/packages/astro/test/fixtures/container-custom-renderers/package.json
@@ -9,6 +9,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/test/fixtures/fetch/package.json b/packages/astro/test/fixtures/fetch/package.json
index 35179c8eb..6f58a63e3 100644
--- a/packages/astro/test/fixtures/fetch/package.json
+++ b/packages/astro/test/fixtures/fetch/package.json
@@ -9,6 +9,6 @@
"astro": "workspace:*",
"preact": "^10.22.0",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/test/fixtures/jsx/package.json b/packages/astro/test/fixtures/jsx/package.json
index 58b46e0ac..da060e3d5 100644
--- a/packages/astro/test/fixtures/jsx/package.json
+++ b/packages/astro/test/fixtures/jsx/package.json
@@ -17,6 +17,6 @@
"react-dom": "^18.3.1",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/test/fixtures/postcss/package.json b/packages/astro/test/fixtures/postcss/package.json
index ec0353e0f..6abb2ef91 100644
--- a/packages/astro/test/fixtures/postcss/package.json
+++ b/packages/astro/test/fixtures/postcss/package.json
@@ -11,7 +11,7 @@
"postcss": "^8.4.38",
"solid-js": "^1.8.17",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
},
"devDependencies": {
"postcss-preset-env": "^9.5.14"
diff --git a/packages/astro/test/fixtures/slots-vue/package.json b/packages/astro/test/fixtures/slots-vue/package.json
index 04ab4f54e..0d03edfa7 100644
--- a/packages/astro/test/fixtures/slots-vue/package.json
+++ b/packages/astro/test/fixtures/slots-vue/package.json
@@ -6,6 +6,6 @@
"@astrojs/mdx": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/test/fixtures/solid-component/package.json b/packages/astro/test/fixtures/solid-component/package.json
index 46281a0d2..6aeb8d554 100644
--- a/packages/astro/test/fixtures/solid-component/package.json
+++ b/packages/astro/test/fixtures/solid-component/package.json
@@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@astrojs/solid-js": "workspace:*",
- "@solidjs/router": "^0.13.5",
+ "@solidjs/router": "^0.13.6",
"@test/solid-jsx-component": "file:./deps/solid-jsx-component",
"astro": "workspace:*",
"solid-js": "^1.8.17"
diff --git a/packages/astro/test/fixtures/ssr-prerender-chunks/package.json b/packages/astro/test/fixtures/ssr-prerender-chunks/package.json
index 60896bdd6..8c8adac13 100644
--- a/packages/astro/test/fixtures/ssr-prerender-chunks/package.json
+++ b/packages/astro/test/fixtures/ssr-prerender-chunks/package.json
@@ -5,10 +5,10 @@
"dependencies": {
"@astrojs/react": "workspace:*",
"@test/ssr-prerender-chunks-test-adapter": "link:./deps/test-adapter",
- "@types/react": "^18.2.75",
- "@types/react-dom": "^18.2.24",
+ "@types/react": "^18.3.3",
+ "@types/react-dom": "^18.3.0",
"astro": "workspace:*",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
}
}
diff --git a/packages/astro/test/fixtures/vue-component/package.json b/packages/astro/test/fixtures/vue-component/package.json
index 5eebd07f1..d48866234 100644
--- a/packages/astro/test/fixtures/vue-component/package.json
+++ b/packages/astro/test/fixtures/vue-component/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/test/fixtures/vue-jsx/package.json b/packages/astro/test/fixtures/vue-jsx/package.json
index ca081e3a5..d6f9d2532 100644
--- a/packages/astro/test/fixtures/vue-jsx/package.json
+++ b/packages/astro/test/fixtures/vue-jsx/package.json
@@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/astro/test/fixtures/vue-with-multi-renderer/package.json b/packages/astro/test/fixtures/vue-with-multi-renderer/package.json
index af800c6b2..90c497378 100644
--- a/packages/astro/test/fixtures/vue-with-multi-renderer/package.json
+++ b/packages/astro/test/fixtures/vue-with-multi-renderer/package.json
@@ -7,6 +7,6 @@
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"svelte": "^4.2.18",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/db/package.json b/packages/db/package.json
index 1703c812a..1de1ba0d7 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -94,7 +94,7 @@
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
- "typescript": "^5.4.5",
+ "typescript": "^5.5.2",
"vite": "^5.3.1"
}
}
diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json
index c9be57b5e..e47718930 100644
--- a/packages/db/test/fixtures/ticketing-example/package.json
+++ b/packages/db/test/fixtures/ticketing-example/package.json
@@ -13,7 +13,7 @@
"@astrojs/check": "^0.7.0",
"@astrojs/db": "workspace:*",
"@astrojs/node": "workspace:*",
- "@astrojs/react": "^3.5.0",
+ "@astrojs/react": "^3.6.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "workspace:*",
@@ -21,7 +21,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-stack-form": "^0.1.12",
- "typescript": "^5.4.5",
+ "typescript": "^5.5.2",
"zod": "^3.23.8"
}
}
diff --git a/packages/integrations/alpinejs/test/fixtures/basics/package.json b/packages/integrations/alpinejs/test/fixtures/basics/package.json
index 05a84b099..a632b145e 100644
--- a/packages/integrations/alpinejs/test/fixtures/basics/package.json
+++ b/packages/integrations/alpinejs/test/fixtures/basics/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/alpinejs": "workspace:*",
"@types/alpinejs": "^3.13.10",
- "alpinejs": "^3.14.0",
+ "alpinejs": "^3.14.1",
"astro": "workspace:*"
}
}
diff --git a/packages/integrations/alpinejs/test/fixtures/directive/package.json b/packages/integrations/alpinejs/test/fixtures/directive/package.json
index 39f66ffd6..7f57664ba 100644
--- a/packages/integrations/alpinejs/test/fixtures/directive/package.json
+++ b/packages/integrations/alpinejs/test/fixtures/directive/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/alpinejs": "workspace:*",
"@types/alpinejs": "^3.13.10",
- "alpinejs": "^3.14.0",
+ "alpinejs": "^3.14.1",
"astro": "workspace:*"
}
}
diff --git a/packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json b/packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json
index df42d7cc7..ccc50fc48 100644
--- a/packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json
+++ b/packages/integrations/alpinejs/test/fixtures/plugin-script-import/package.json
@@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/alpinejs": "workspace:*",
"@types/alpinejs": "^3.13.10",
- "alpinejs": "^3.14.0",
+ "alpinejs": "^3.14.1",
"astro": "workspace:*"
}
}
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 714dbce55..2c5efcd9f 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -61,7 +61,7 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"lit": "^3.1.4",
- "sass": "^1.77.5"
+ "sass": "^1.77.6"
},
"peerDependencies": {
"@webcomponents/template-shadowroot": "^0.2.1",
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 88543ea90..3d3cbaad7 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -36,7 +36,7 @@
"@astrojs/markdown-remark": "workspace:*",
"@mdx-js/mdx": "^3.0.1",
"acorn": "^8.12.0",
- "es-module-lexer": "^1.5.3",
+ "es-module-lexer": "^1.5.4",
"estree-util-visit": "^2.0.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
@@ -71,7 +71,7 @@
"remark-rehype": "^11.1.0",
"remark-shiki-twoslash": "^3.1.3",
"remark-toc": "^9.0.0",
- "unified": "^11.0.4",
+ "unified": "^11.0.5",
"vite": "^5.3.1"
},
"engines": {
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 53b4b5d7b..28fda1a9c 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -47,7 +47,7 @@
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"express": "^4.19.2",
- "node-mocks-http": "^1.14.1"
+ "node-mocks-http": "^1.15.0"
},
"publishConfig": {
"provenance": true
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index f791ec3f4..8d89db76c 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -37,7 +37,7 @@
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
- "@preact/preset-vite": "^2.8.2",
+ "@preact/preset-vite": "2.8.2",
"@preact/signals": "^1.2.3",
"babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "~6.3.1",
diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json
index 188e3dbbf..b609db9f0 100644
--- a/packages/integrations/react/test/fixtures/react-component/package.json
+++ b/packages/integrations/react/test/fixtures/react-component/package.json
@@ -8,6 +8,6 @@
"astro": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
}
}
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index dc73dd774..564e8d145 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -51,7 +51,7 @@
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
- "svelte2tsx": "^0.7.9"
+ "svelte2tsx": "^0.7.10"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 5cfacf4e2..7d862bb52 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -46,8 +46,8 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
- "@vue/compiler-sfc": "^3.4.29",
- "vite-plugin-vue-devtools": "^7.3.0"
+ "@vue/compiler-sfc": "^3.4.30",
+ "vite-plugin-vue-devtools": "^7.3.4"
},
"devDependencies": {
"astro": "workspace:*",
@@ -55,7 +55,7 @@
"cheerio": "1.0.0-rc.12",
"linkedom": "^0.18.3",
"vite": "^5.3.1",
- "vue": "^3.4.29"
+ "vue": "^3.4.30"
},
"peerDependencies": {
"astro": "^4.0.0",
diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json
index bb80b30f2..4313d6c7e 100644
--- a/packages/integrations/web-vitals/package.json
+++ b/packages/integrations/web-vitals/package.json
@@ -32,7 +32,7 @@
"test": "astro-scripts test --timeout 50000 \"test/**/*.test.js\""
},
"dependencies": {
- "web-vitals": "^4.1.1"
+ "web-vitals": "^4.2.0"
},
"peerDependencies": {
"@astrojs/db": "^0.11.0"
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 8fb729c03..8002d3382 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -46,8 +46,8 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-smartypants": "^3.0.1",
- "shiki": "^1.6.5",
- "unified": "^11.0.4",
+ "shiki": "^1.9.0",
+ "unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1",
diff --git a/packages/studio/package.json b/packages/studio/package.json
index 266e174dc..1615b85b7 100644
--- a/packages/studio/package.json
+++ b/packages/studio/package.json
@@ -41,7 +41,7 @@
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
- "typescript": "^5.4.5",
+ "typescript": "^5.5.2",
"vite": "^5.3.1"
}
}