diff options
Diffstat (limited to 'packages')
105 files changed, 211 insertions, 211 deletions
diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index 0a10a764e..94a4be348 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -35,7 +35,7 @@ "prismjs": "^1.29.0" }, "devDependencies": { - "@types/prismjs": "1.26.3", + "@types/prismjs": "1.26.4", "astro-scripts": "workspace:*" }, "engines": { diff --git a/packages/astro/e2e/fixtures/actions-blog/package.json b/packages/astro/e2e/fixtures/actions-blog/package.json index 0c69e9a98..dda3b86d4 100644 --- a/packages/astro/e2e/fixtures/actions-blog/package.json +++ b/packages/astro/e2e/fixtures/actions-blog/package.json @@ -10,15 +10,15 @@ "astro": "astro" }, "dependencies": { - "@astrojs/check": "^0.5.10", + "@astrojs/check": "^0.6.0", "@astrojs/db": "workspace:*", "@astrojs/node": "workspace:*", "@astrojs/react": "workspace:*", - "@types/react": "^18.2.79", - "@types/react-dom": "^18.2.25", + "@types/react": "^18.3.1", + "@types/react-dom": "^18.3.0", "astro": "workspace:*", - "react": "^18.3.0", - "react-dom": "^18.3.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "typescript": "^5.4.5" } } diff --git a/packages/astro/e2e/fixtures/astro-component/package.json b/packages/astro/e2e/fixtures/astro-component/package.json index 3a84058b7..89625a5c0 100644 --- a/packages/astro/e2e/fixtures/astro-component/package.json +++ b/packages/astro/e2e/fixtures/astro-component/package.json @@ -6,6 +6,6 @@ "@astrojs/preact": "workspace:*", "@e2e/astro-linked-lib": "link:../_deps/astro-linked-lib", "astro": "workspace:*", - "preact": "^10.20.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/e2e/fixtures/astro-envs/package.json b/packages/astro/e2e/fixtures/astro-envs/package.json index a9487aeef..816eb8e2b 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.26" + "vue": "^3.4.27" } } diff --git a/packages/astro/e2e/fixtures/client-only/package.json b/packages/astro/e2e/fixtures/client-only/package.json index 1c185f399..39fb41530 100644 --- a/packages/astro/e2e/fixtures/client-only/package.json +++ b/packages/astro/e2e/fixtures/client-only/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.20.2", + "preact": "^10.21.0", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.8.17", - "svelte": "^4.2.15", - "vue": "^3.4.26" + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/e2e/fixtures/dev-toolbar/package.json b/packages/astro/e2e/fixtures/dev-toolbar/package.json index 27b958039..e2a8922b9 100644 --- a/packages/astro/e2e/fixtures/dev-toolbar/package.json +++ b/packages/astro/e2e/fixtures/dev-toolbar/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.20.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/e2e/fixtures/error-cyclic/package.json b/packages/astro/e2e/fixtures/error-cyclic/package.json index 0a4692fd3..def2ae99e 100644 --- a/packages/astro/e2e/fixtures/error-cyclic/package.json +++ b/packages/astro/e2e/fixtures/error-cyclic/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.20.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/e2e/fixtures/error-sass/package.json b/packages/astro/e2e/fixtures/error-sass/package.json index e63ab6350..12d11bded 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.75.0" + "sass": "^1.77.0" } } diff --git a/packages/astro/e2e/fixtures/errors/package.json b/packages/astro/e2e/fixtures/errors/package.json index cdf76d371..4488e015f 100644 --- a/packages/astro/e2e/fixtures/errors/package.json +++ b/packages/astro/e2e/fixtures/errors/package.json @@ -9,12 +9,12 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "preact": "^10.20.2", + "preact": "^10.21.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "sass": "^1.75.0", + "sass": "^1.77.0", "solid-js": "^1.8.17", - "svelte": "^4.2.15", - "vue": "^3.4.26" + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/e2e/fixtures/hmr/package.json b/packages/astro/e2e/fixtures/hmr/package.json index 89e82c1ea..de65747a9 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.75.0" + "sass": "^1.77.0" } } diff --git a/packages/astro/e2e/fixtures/hydration-race/package.json b/packages/astro/e2e/fixtures/hydration-race/package.json index 26b76daed..4982fed8b 100644 --- a/packages/astro/e2e/fixtures/hydration-race/package.json +++ b/packages/astro/e2e/fixtures/hydration-race/package.json @@ -9,6 +9,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.20.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/e2e/fixtures/multiple-frameworks/package.json b/packages/astro/e2e/fixtures/multiple-frameworks/package.json index 34b6a3061..d18a3df87 100644 --- a/packages/astro/e2e/fixtures/multiple-frameworks/package.json +++ b/packages/astro/e2e/fixtures/multiple-frameworks/package.json @@ -14,11 +14,11 @@ "dependencies": { "@webcomponents/template-shadowroot": "^0.2.1", "lit": "^3.1.3", - "preact": "^10.20.2", + "preact": "^10.21.0", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.8.17", - "svelte": "^4.2.15", - "vue": "^3.4.26" + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/e2e/fixtures/namespaced-component/package.json b/packages/astro/e2e/fixtures/namespaced-component/package.json index 5e03aed36..1b93aec16 100644 --- a/packages/astro/e2e/fixtures/namespaced-component/package.json +++ b/packages/astro/e2e/fixtures/namespaced-component/package.json @@ -8,6 +8,6 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.20.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/e2e/fixtures/nested-in-preact/package.json b/packages/astro/e2e/fixtures/nested-in-preact/package.json index c0d5588eb..0055245bc 100644 --- a/packages/astro/e2e/fixtures/nested-in-preact/package.json +++ b/packages/astro/e2e/fixtures/nested-in-preact/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.20.2", + "preact": "^10.21.0", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.8.17", - "svelte": "^4.2.15", - "vue": "^3.4.26" + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/e2e/fixtures/nested-in-react/package.json b/packages/astro/e2e/fixtures/nested-in-react/package.json index 6bc34530c..665321750 100644 --- a/packages/astro/e2e/fixtures/nested-in-react/package.json +++ b/packages/astro/e2e/fixtures/nested-in-react/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.20.2", + "preact": "^10.21.0", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.8.17", - "svelte": "^4.2.15", - "vue": "^3.4.26" + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/e2e/fixtures/nested-in-solid/package.json b/packages/astro/e2e/fixtures/nested-in-solid/package.json index 8bdcf8501..3fb962fc2 100644 --- a/packages/astro/e2e/fixtures/nested-in-solid/package.json +++ b/packages/astro/e2e/fixtures/nested-in-solid/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.20.2", + "preact": "^10.21.0", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.8.17", - "svelte": "^4.2.15", - "vue": "^3.4.26" + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/e2e/fixtures/nested-in-svelte/package.json b/packages/astro/e2e/fixtures/nested-in-svelte/package.json index 6318aa659..740d8ec62 100644 --- a/packages/astro/e2e/fixtures/nested-in-svelte/package.json +++ b/packages/astro/e2e/fixtures/nested-in-svelte/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.20.2", + "preact": "^10.21.0", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.8.17", - "svelte": "^4.2.15", - "vue": "^3.4.26" + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/e2e/fixtures/nested-in-vue/package.json b/packages/astro/e2e/fixtures/nested-in-vue/package.json index dd34455ee..0ace7d3a3 100644 --- a/packages/astro/e2e/fixtures/nested-in-vue/package.json +++ b/packages/astro/e2e/fixtures/nested-in-vue/package.json @@ -11,11 +11,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.20.2", + "preact": "^10.21.0", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.8.17", - "svelte": "^4.2.15", - "vue": "^3.4.26" + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/e2e/fixtures/nested-recursive/package.json b/packages/astro/e2e/fixtures/nested-recursive/package.json index 06f4cedaa..b82fe4fd9 100644 --- a/packages/astro/e2e/fixtures/nested-recursive/package.json +++ b/packages/astro/e2e/fixtures/nested-recursive/package.json @@ -11,12 +11,12 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.20.2", + "preact": "^10.21.0", "react": "^18.3.1", "react-dom": "^18.3.1", "solid-js": "^1.8.17", - "svelte": "^4.2.15", - "vue": "^3.4.26" + "svelte": "^4.2.16", + "vue": "^3.4.27" }, "scripts": { "dev": "astro dev" diff --git a/packages/astro/e2e/fixtures/preact-compat-component/package.json b/packages/astro/e2e/fixtures/preact-compat-component/package.json index bcd7e460e..7d87dadfe 100644 --- a/packages/astro/e2e/fixtures/preact-compat-component/package.json +++ b/packages/astro/e2e/fixtures/preact-compat-component/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.20.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/e2e/fixtures/preact-component/package.json b/packages/astro/e2e/fixtures/preact-component/package.json index 10ae0f6f7..11ab3da38 100644 --- a/packages/astro/e2e/fixtures/preact-component/package.json +++ b/packages/astro/e2e/fixtures/preact-component/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.20.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/e2e/fixtures/preact-lazy-component/package.json b/packages/astro/e2e/fixtures/preact-lazy-component/package.json index 9a76ceba4..da23763e2 100644 --- a/packages/astro/e2e/fixtures/preact-lazy-component/package.json +++ b/packages/astro/e2e/fixtures/preact-lazy-component/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.20.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/e2e/fixtures/svelte-component/package.json b/packages/astro/e2e/fixtures/svelte-component/package.json index 563d996cb..0c0ac6be1 100644 --- a/packages/astro/e2e/fixtures/svelte-component/package.json +++ b/packages/astro/e2e/fixtures/svelte-component/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^4.2.15" + "svelte": "^4.2.16" } } diff --git a/packages/astro/e2e/fixtures/view-transitions/package.json b/packages/astro/e2e/fixtures/view-transitions/package.json index b1e74a1c3..24e049a3d 100644 --- a/packages/astro/e2e/fixtures/view-transitions/package.json +++ b/packages/astro/e2e/fixtures/view-transitions/package.json @@ -10,7 +10,7 @@ "astro": "workspace:*", "react": "^18.3.1", "react-dom": "^18.3.1", - "svelte": "^4.2.15", - "vue": "^3.4.26" + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/e2e/fixtures/vue-component/package.json b/packages/astro/e2e/fixtures/vue-component/package.json index 75b07639d..64e20ca59 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.26" + "vue": "^3.4.27" } } diff --git a/packages/astro/package.json b/packages/astro/package.json index aa5ef4a3d..e6b4ff558 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -117,7 +117,7 @@ "test:node": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { - "@astrojs/compiler": "^2.7.1", + "@astrojs/compiler": "^2.8.0", "@astrojs/internal-helpers": "workspace:*", "@astrojs/markdown-remark": "workspace:*", "@astrojs/telemetry": "workspace:*", @@ -146,7 +146,7 @@ "dlv": "^1.1.3", "dset": "^3.1.3", "es-module-lexer": "^1.5.2", - "esbuild": "^0.20.2", + "esbuild": "^0.21.1", "estree-walker": "^3.0.3", "execa": "^8.0.1", "fast-glob": "^3.3.2", @@ -167,26 +167,26 @@ "prompts": "^2.4.2", "rehype": "^13.0.1", "resolve": "^1.22.8", - "semver": "^7.6.0", - "shiki": "^1.3.0", + "semver": "^7.6.1", + "shiki": "^1.5.0", "string-width": "^7.1.0", "strip-ansi": "^7.1.0", "tsconfck": "^3.0.3", "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", - "vite": "^5.2.10", + "vite": "^5.2.11", "vitefu": "^0.2.5", "which-pm": "^2.1.1", "yargs-parser": "^21.1.1", - "zod": "^3.23.5", + "zod": "^3.23.8", "zod-to-json-schema": "^3.23.0" }, "optionalDependencies": { "sharp": "^0.33.3" }, "devDependencies": { - "@astrojs/check": "^0.5.10", - "@playwright/test": "^1.43.1", + "@astrojs/check": "^0.6.0", + "@playwright/test": "^1.44.0", "@types/aria-query": "^5.0.4", "@types/babel__generator": "^7.6.8", "@types/babel__traverse": "^7.20.5", @@ -194,7 +194,7 @@ "@types/connect": "^3.4.38", "@types/cssesc": "^3.0.2", "@types/debug": "^4.1.12", - "@types/diff": "^5.2.0", + "@types/diff": "^5.2.1", "@types/dlv": "^1.1.4", "@types/dom-view-transitions": "^1.0.4", "@types/hast": "^3.0.4", @@ -213,15 +213,15 @@ "eol": "^0.9.1", "mdast-util-mdx": "^3.0.0", "mdast-util-mdx-jsx": "^3.1.2", - "memfs": "^4.9.1", + "memfs": "^4.9.2", "node-mocks-http": "^1.14.1", "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.17.1", - "sass": "^1.75.0", + "rollup": "^4.17.2", + "sass": "^1.77.0", "srcset-parse": "^1.1.0", "unified": "^11.0.4" }, diff --git a/packages/astro/test/fixtures/0-css/package.json b/packages/astro/test/fixtures/0-css/package.json index fca80fd91..a1d1a5104 100644 --- a/packages/astro/test/fixtures/0-css/package.json +++ b/packages/astro/test/fixtures/0-css/package.json @@ -7,9 +7,9 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0", - "svelte": "^4.2.5", - "vue": "^3.3.8" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json b/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json index a632b8463..4cd64d2de 100644 --- a/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json +++ b/packages/astro/test/fixtures/alias-tsconfig-baseurl-only/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^4.2.5" + "svelte": "^4.2.16" } } diff --git a/packages/astro/test/fixtures/alias-tsconfig/package.json b/packages/astro/test/fixtures/alias-tsconfig/package.json index 80033bdf9..0793e7e89 100644 --- a/packages/astro/test/fixtures/alias-tsconfig/package.json +++ b/packages/astro/test/fixtures/alias-tsconfig/package.json @@ -6,6 +6,6 @@ "@astrojs/svelte": "workspace:*", "@test/namespace-package": "workspace:*", "astro": "workspace:*", - "svelte": "^4.2.5" + "svelte": "^4.2.16" } } diff --git a/packages/astro/test/fixtures/alias/package.json b/packages/astro/test/fixtures/alias/package.json index 74351e6e3..9a0a336cf 100644 --- a/packages/astro/test/fixtures/alias/package.json +++ b/packages/astro/test/fixtures/alias/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^4.2.5" + "svelte": "^4.2.16" } } diff --git a/packages/astro/test/fixtures/astro-assets-dir/package.json b/packages/astro/test/fixtures/astro-assets-dir/package.json index e4c2518a5..6adca7cb2 100644 --- a/packages/astro/test/fixtures/astro-assets-dir/package.json +++ b/packages/astro/test/fixtures/astro-assets-dir/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/react": "workspace:*", "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/astro-assets-prefix/package.json b/packages/astro/test/fixtures/astro-assets-prefix/package.json index 7aa9dd8ec..09e23590c 100644 --- a/packages/astro/test/fixtures/astro-assets-prefix/package.json +++ b/packages/astro/test/fixtures/astro-assets-prefix/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/react": "workspace:*", "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/astro-attrs/package.json b/packages/astro/test/fixtures/astro-attrs/package.json index 41146a6fa..d0085726d 100644 --- a/packages/astro/test/fixtures/astro-attrs/package.json +++ b/packages/astro/test/fixtures/astro-attrs/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/react": "workspace:*", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/astro-basic/package.json b/packages/astro/test/fixtures/astro-basic/package.json index 417636229..777a04aa3 100644 --- a/packages/astro/test/fixtures/astro-basic/package.json +++ b/packages/astro/test/fixtures/astro-basic/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/astro-children/package.json b/packages/astro/test/fixtures/astro-children/package.json index 1ed097ea1..ff2b7c16e 100644 --- a/packages/astro/test/fixtures/astro-children/package.json +++ b/packages/astro/test/fixtures/astro-children/package.json @@ -7,8 +7,8 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2", - "svelte": "^4.2.5", - "vue": "^3.3.8" + "preact": "^10.21.0", + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/test/fixtures/astro-client-only/package.json b/packages/astro/test/fixtures/astro-client-only/package.json index 2d55fe99c..186dbac5c 100644 --- a/packages/astro/test/fixtures/astro-client-only/package.json +++ b/packages/astro/test/fixtures/astro-client-only/package.json @@ -7,8 +7,8 @@ "@astrojs/svelte": "workspace:*", "@test/astro-client-only-pkg": "file:./pkg", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0", - "svelte": "^4.2.5" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "svelte": "^4.2.16" } } diff --git a/packages/astro/test/fixtures/astro-component-bundling/package.json b/packages/astro/test/fixtures/astro-component-bundling/package.json index aedea4d8e..2ad0b9769 100644 --- a/packages/astro/test/fixtures/astro-component-bundling/package.json +++ b/packages/astro/test/fixtures/astro-component-bundling/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/react": "workspace:*", "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/astro-dynamic/package.json b/packages/astro/test/fixtures/astro-dynamic/package.json index 6209dabe9..e4361b07c 100644 --- a/packages/astro/test/fixtures/astro-dynamic/package.json +++ b/packages/astro/test/fixtures/astro-dynamic/package.json @@ -6,8 +6,8 @@ "@astrojs/react": "workspace:*", "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0", - "svelte": "^4.2.5" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "svelte": "^4.2.16" } } diff --git a/packages/astro/test/fixtures/astro-envs/package.json b/packages/astro/test/fixtures/astro-envs/package.json index 86bad5a87..d219856a0 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.3.8" + "vue": "^3.4.27" } } diff --git a/packages/astro/test/fixtures/astro-expr/package.json b/packages/astro/test/fixtures/astro-expr/package.json index ac553abf2..cf1f738fa 100644 --- a/packages/astro/test/fixtures/astro-expr/package.json +++ b/packages/astro/test/fixtures/astro-expr/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/astro-fallback/package.json b/packages/astro/test/fixtures/astro-fallback/package.json index 8726d73a9..4226cac04 100644 --- a/packages/astro/test/fixtures/astro-fallback/package.json +++ b/packages/astro/test/fixtures/astro-fallback/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/astro-partial-html/package.json b/packages/astro/test/fixtures/astro-partial-html/package.json index 2f795916c..081c407ec 100644 --- a/packages/astro/test/fixtures/astro-partial-html/package.json +++ b/packages/astro/test/fixtures/astro-partial-html/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/react": "workspace:*", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/astro-slot-with-client/package.json b/packages/astro/test/fixtures/astro-slot-with-client/package.json index eb88bae98..24c460687 100644 --- a/packages/astro/test/fixtures/astro-slot-with-client/package.json +++ b/packages/astro/test/fixtures/astro-slot-with-client/package.json @@ -4,6 +4,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/astro-slots-nested/package.json b/packages/astro/test/fixtures/astro-slots-nested/package.json index 2e1a6bef9..5bcb0c3d9 100644 --- a/packages/astro/test/fixtures/astro-slots-nested/package.json +++ b/packages/astro/test/fixtures/astro-slots-nested/package.json @@ -9,11 +9,11 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "solid-js": "^1.8.5", - "svelte": "^4.2.5", - "vue": "^3.3.8" + "preact": "^10.21.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "solid-js": "^1.8.17", + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/test/fixtures/before-hydration/package.json b/packages/astro/test/fixtures/before-hydration/package.json index cf419345b..97feab518 100644 --- a/packages/astro/test/fixtures/before-hydration/package.json +++ b/packages/astro/test/fixtures/before-hydration/package.json @@ -4,6 +4,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/build-assets/package.json b/packages/astro/test/fixtures/build-assets/package.json index b09d02c66..278090b3c 100644 --- a/packages/astro/test/fixtures/build-assets/package.json +++ b/packages/astro/test/fixtures/build-assets/package.json @@ -4,6 +4,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/component-library-shared/package.json b/packages/astro/test/fixtures/component-library-shared/package.json index b91ef8216..b16bb859d 100644 --- a/packages/astro/test/fixtures/component-library-shared/package.json +++ b/packages/astro/test/fixtures/component-library-shared/package.json @@ -18,7 +18,7 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.19.2", - "react": "^18.2.0" + "preact": "^10.21.0", + "react": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/component-library/package.json b/packages/astro/test/fixtures/component-library/package.json index 14a8cb44a..4a9f5d649 100644 --- a/packages/astro/test/fixtures/component-library/package.json +++ b/packages/astro/test/fixtures/component-library/package.json @@ -8,9 +8,9 @@ "@astrojs/svelte": "workspace:*", "@test/component-library-shared": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2", - "react": "^18.1.0", - "react-dom": "^18.1.0", - "svelte": "^4.2.5" + "preact": "^10.21.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "svelte": "^4.2.16" } } diff --git a/packages/astro/test/fixtures/css-dangling-references/package.json b/packages/astro/test/fixtures/css-dangling-references/package.json index 03878694e..49a146efd 100644 --- a/packages/astro/test/fixtures/css-dangling-references/package.json +++ b/packages/astro/test/fixtures/css-dangling-references/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^4.2.5" + "svelte": "^4.2.16" } }
\ No newline at end of file diff --git a/packages/astro/test/fixtures/css-order-import/package.json b/packages/astro/test/fixtures/css-order-import/package.json index 4ab8cf8e9..b8aae59eb 100644 --- a/packages/astro/test/fixtures/css-order-import/package.json +++ b/packages/astro/test/fixtures/css-order-import/package.json @@ -4,7 +4,7 @@ "dependencies": { "@astrojs/react": "workspace:*", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/entry-file-names/package.json b/packages/astro/test/fixtures/entry-file-names/package.json index bfd58eae7..e19320ee2 100644 --- a/packages/astro/test/fixtures/entry-file-names/package.json +++ b/packages/astro/test/fixtures/entry-file-names/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/fetch/package.json b/packages/astro/test/fixtures/fetch/package.json index 60cfd4166..647d33204 100644 --- a/packages/astro/test/fixtures/fetch/package.json +++ b/packages/astro/test/fixtures/fetch/package.json @@ -7,8 +7,8 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2", - "svelte": "^4.2.5", - "vue": "^3.3.8" + "preact": "^10.21.0", + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/test/fixtures/hydration-race/package.json b/packages/astro/test/fixtures/hydration-race/package.json index 08319bc2b..d213142dc 100644 --- a/packages/astro/test/fixtures/hydration-race/package.json +++ b/packages/astro/test/fixtures/hydration-race/package.json @@ -9,6 +9,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/impostor-mdx-file/package.json b/packages/astro/test/fixtures/impostor-mdx-file/package.json index af59d3cd6..5217981c2 100644 --- a/packages/astro/test/fixtures/impostor-mdx-file/package.json +++ b/packages/astro/test/fixtures/impostor-mdx-file/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/react": "workspace:*", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/jsx/package.json b/packages/astro/test/fixtures/jsx/package.json index f4b89d76e..54b1f2288 100644 --- a/packages/astro/test/fixtures/jsx/package.json +++ b/packages/astro/test/fixtures/jsx/package.json @@ -12,11 +12,11 @@ "astro": "workspace:*" }, "dependencies": { - "preact": "^10.19.2", - "react": "^18.1.0", - "react-dom": "^18.1.0", - "solid-js": "^1.8.5", - "svelte": "^4.2.5", - "vue": "^3.3.8" + "preact": "^10.21.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "solid-js": "^1.8.17", + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/astro/test/fixtures/large-array/package.json b/packages/astro/test/fixtures/large-array/package.json index 69f74d040..9979c5253 100644 --- a/packages/astro/test/fixtures/large-array/package.json +++ b/packages/astro/test/fixtures/large-array/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/solid-js": "workspace:*", "astro": "workspace:*", - "solid-js": "^1.8.5" + "solid-js": "^1.8.17" } } diff --git a/packages/astro/test/fixtures/postcss/package.json b/packages/astro/test/fixtures/postcss/package.json index db86ba46c..a91d41336 100644 --- a/packages/astro/test/fixtures/postcss/package.json +++ b/packages/astro/test/fixtures/postcss/package.json @@ -9,9 +9,9 @@ "astro": "workspace:*", "autoprefixer": "^10.4.15", "postcss": "^8.4.28", - "solid-js": "^1.8.5", - "svelte": "^4.2.5", - "vue": "^3.3.8" + "solid-js": "^1.8.17", + "svelte": "^4.2.16", + "vue": "^3.4.27" }, "devDependencies": { "postcss-preset-env": "^9.3.0" diff --git a/packages/astro/test/fixtures/preact-compat-component/package.json b/packages/astro/test/fixtures/preact-compat-component/package.json index 68de1f1b7..c7f792e4c 100644 --- a/packages/astro/test/fixtures/preact-compat-component/package.json +++ b/packages/astro/test/fixtures/preact-compat-component/package.json @@ -6,6 +6,6 @@ "@astrojs/preact": "workspace:*", "@test/react-lib": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/preact-compat-component/packages/react-lib/package.json b/packages/astro/test/fixtures/preact-compat-component/packages/react-lib/package.json index 651d1c90e..240d87f4b 100644 --- a/packages/astro/test/fixtures/preact-compat-component/packages/react-lib/package.json +++ b/packages/astro/test/fixtures/preact-compat-component/packages/react-lib/package.json @@ -4,6 +4,6 @@ "private": true, "type": "module", "dependencies": { - "react": "^18.2.0" + "react": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/preact-component/package.json b/packages/astro/test/fixtures/preact-component/package.json index 43e8fd8f8..e8616cc98 100644 --- a/packages/astro/test/fixtures/preact-component/package.json +++ b/packages/astro/test/fixtures/preact-component/package.json @@ -6,6 +6,6 @@ "@astrojs/preact": "workspace:*", "@preact/signals": "1.2.1", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/react-and-solid/package.json b/packages/astro/test/fixtures/react-and-solid/package.json index a585a2c95..0b22d7d1c 100644 --- a/packages/astro/test/fixtures/react-and-solid/package.json +++ b/packages/astro/test/fixtures/react-and-solid/package.json @@ -5,8 +5,8 @@ "@astrojs/react": "workspace:*", "@astrojs/solid-js": "workspace:*", "astro": "workspace:*", - "react": "^18.2.0", - "react-dom": "^18.1.0", - "solid-js": "^1.8.5" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "solid-js": "^1.8.17" } } diff --git a/packages/astro/test/fixtures/react-jsx-export/package.json b/packages/astro/test/fixtures/react-jsx-export/package.json index 1e9c0e303..71d8ba3ac 100644 --- a/packages/astro/test/fixtures/react-jsx-export/package.json +++ b/packages/astro/test/fixtures/react-jsx-export/package.json @@ -3,11 +3,11 @@ "version": "0.0.0", "private": true, "devDependencies": { - "astro": "workspace:*", - "@astrojs/react": "workspace:*" + "@astrojs/react": "workspace:*", + "astro": "workspace:*" }, "dependencies": { - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/reexport-astro-containing-client-component/package.json b/packages/astro/test/fixtures/reexport-astro-containing-client-component/package.json index 1388cc07a..c0632b84d 100644 --- a/packages/astro/test/fixtures/reexport-astro-containing-client-component/package.json +++ b/packages/astro/test/fixtures/reexport-astro-containing-client-component/package.json @@ -4,6 +4,6 @@ "dependencies": { "@astrojs/preact": "workspace:", "astro": "workspace:", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/slots-preact/package.json b/packages/astro/test/fixtures/slots-preact/package.json index bcd612323..eaff96908 100644 --- a/packages/astro/test/fixtures/slots-preact/package.json +++ b/packages/astro/test/fixtures/slots-preact/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/slots-react/package.json b/packages/astro/test/fixtures/slots-react/package.json index bea72fe3d..59b4b026c 100644 --- a/packages/astro/test/fixtures/slots-react/package.json +++ b/packages/astro/test/fixtures/slots-react/package.json @@ -6,7 +6,7 @@ "@astrojs/mdx": "workspace:*", "@astrojs/react": "workspace:*", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/slots-solid/package.json b/packages/astro/test/fixtures/slots-solid/package.json index 688101adf..d545db6c5 100644 --- a/packages/astro/test/fixtures/slots-solid/package.json +++ b/packages/astro/test/fixtures/slots-solid/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/solid-js": "workspace:*", "astro": "workspace:*", - "solid-js": "^1.8.5" + "solid-js": "^1.8.17" } } diff --git a/packages/astro/test/fixtures/slots-svelte/package.json b/packages/astro/test/fixtures/slots-svelte/package.json index 5335dd2ad..9dc0f4c8d 100644 --- a/packages/astro/test/fixtures/slots-svelte/package.json +++ b/packages/astro/test/fixtures/slots-svelte/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^4.2.5" + "svelte": "^4.2.16" } } diff --git a/packages/astro/test/fixtures/slots-vue/package.json b/packages/astro/test/fixtures/slots-vue/package.json index 4beb43ad9..2fb844f99 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.3.8" + "vue": "^3.4.27" } } diff --git a/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json b/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json index 59568a514..22aa5ccdf 100644 --- a/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json +++ b/packages/astro/test/fixtures/solid-component/deps/solid-jsx-component/package.json @@ -10,6 +10,6 @@ } }, "dependencies": { - "solid-js": "^1.8.5" + "solid-js": "^1.8.17" } } diff --git a/packages/astro/test/fixtures/solid-component/package.json b/packages/astro/test/fixtures/solid-component/package.json index 8a8696964..37ebba7f7 100644 --- a/packages/astro/test/fixtures/solid-component/package.json +++ b/packages/astro/test/fixtures/solid-component/package.json @@ -7,6 +7,6 @@ "@solidjs/router": "^0.9.1", "@test/solid-jsx-component": "file:./deps/solid-jsx-component", "astro": "workspace:*", - "solid-js": "^1.8.5" + "solid-js": "^1.8.17" } } diff --git a/packages/astro/test/fixtures/sourcemap/package.json b/packages/astro/test/fixtures/sourcemap/package.json index 34a6086ba..1d7009432 100644 --- a/packages/astro/test/fixtures/sourcemap/package.json +++ b/packages/astro/test/fixtures/sourcemap/package.json @@ -5,7 +5,7 @@ "dependencies": { "@astrojs/react": "workspace:*", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/special-chars-in-component-imports/package.json b/packages/astro/test/fixtures/special-chars-in-component-imports/package.json index d8fbad235..a0233a37c 100644 --- a/packages/astro/test/fixtures/special-chars-in-component-imports/package.json +++ b/packages/astro/test/fixtures/special-chars-in-component-imports/package.json @@ -6,7 +6,7 @@ "@astrojs/mdx": "workspace:*", "@astrojs/react": "workspace:*", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/ssr-env/package.json b/packages/astro/test/fixtures/ssr-env/package.json index 4cc5e8ea5..b57f9b74c 100644 --- a/packages/astro/test/fixtures/ssr-env/package.json +++ b/packages/astro/test/fixtures/ssr-env/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/ssr-scripts/package.json b/packages/astro/test/fixtures/ssr-scripts/package.json index 3489d3ba4..ef24061d7 100644 --- a/packages/astro/test/fixtures/ssr-scripts/package.json +++ b/packages/astro/test/fixtures/ssr-scripts/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/preact": "workspace:", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/static-build-frameworks/package.json b/packages/astro/test/fixtures/static-build-frameworks/package.json index f2ba47078..bc7c4f8ad 100644 --- a/packages/astro/test/fixtures/static-build-frameworks/package.json +++ b/packages/astro/test/fixtures/static-build-frameworks/package.json @@ -6,8 +6,8 @@ "@astrojs/preact": "workspace:*", "@astrojs/react": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2", - "react": "^18.1.0", - "react-dom": "^18.1.0" + "preact": "^10.21.0", + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/static-build/package.json b/packages/astro/test/fixtures/static-build/package.json index e8eaa87d3..f88472b89 100644 --- a/packages/astro/test/fixtures/static-build/package.json +++ b/packages/astro/test/fixtures/static-build/package.json @@ -6,6 +6,6 @@ "@astrojs/preact": "workspace:*", "@test/static-build-pkg": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/astro/test/fixtures/streaming/package.json b/packages/astro/test/fixtures/streaming/package.json index 44c2626d7..313581801 100644 --- a/packages/astro/test/fixtures/streaming/package.json +++ b/packages/astro/test/fixtures/streaming/package.json @@ -6,9 +6,9 @@ "dev": "astro dev" }, "dependencies": { - "astro": "workspace:*", "@astrojs/react": "workspace:*", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "astro": "workspace:*", + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/astro/test/fixtures/svelte-component/package.json b/packages/astro/test/fixtures/svelte-component/package.json index bc4d8b5aa..78c275694 100644 --- a/packages/astro/test/fixtures/svelte-component/package.json +++ b/packages/astro/test/fixtures/svelte-component/package.json @@ -5,6 +5,6 @@ "dependencies": { "@astrojs/svelte": "workspace:*", "astro": "workspace:*", - "svelte": "^4.2.5" + "svelte": "^4.2.16" } } diff --git a/packages/astro/test/fixtures/view-transitions/package.json b/packages/astro/test/fixtures/view-transitions/package.json index 41cee5081..041db4c40 100644 --- a/packages/astro/test/fixtures/view-transitions/package.json +++ b/packages/astro/test/fixtures/view-transitions/package.json @@ -3,9 +3,9 @@ "version": "0.0.0", "private": true, "dependencies": { - "astro": "workspace:*", "@astrojs/react": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0" + "astro": "workspace:*", + "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 7913b7720..73fa51f0a 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.3.8" + "vue": "^3.4.27" } } diff --git a/packages/astro/test/fixtures/vue-jsx/package.json b/packages/astro/test/fixtures/vue-jsx/package.json index 76bd57acf..9f36c92d5 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.3.8" + "vue": "^3.4.27" } } 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 adc755525..0e939c7e5 100644 --- a/packages/astro/test/fixtures/vue-with-multi-renderer/package.json +++ b/packages/astro/test/fixtures/vue-with-multi-renderer/package.json @@ -6,7 +6,7 @@ "@astrojs/svelte": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "svelte": "^4.2.5", - "vue": "^3.3.8" + "svelte": "^4.2.16", + "vue": "^3.4.27" } } diff --git a/packages/db/package.json b/packages/db/package.json index 0604ac934..1a2d9de2e 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -74,7 +74,7 @@ "async-listen": "^3.0.1", "ci-info": "^4.0.0", "deep-diff": "^1.0.2", - "drizzle-orm": "^0.30.9", + "drizzle-orm": "^0.30.10", "github-slugger": "^2.0.0", "kleur": "^4.1.5", "nanoid": "^5.0.7", @@ -83,12 +83,12 @@ "prompts": "^2.4.2", "strip-ansi": "^7.1.0", "yargs-parser": "^21.1.1", - "zod": "^3.23.5" + "zod": "^3.23.8" }, "devDependencies": { - "@types/chai": "^4.3.14", + "@types/chai": "^4.3.16", "@types/deep-diff": "^1.0.5", - "@types/diff": "^5.2.0", + "@types/diff": "^5.2.1", "@types/mocha": "^10.0.6", "@types/prompts": "^2.4.9", "@types/yargs-parser": "^21.0.3", @@ -98,6 +98,6 @@ "cheerio": "1.0.0-rc.12", "mocha": "^10.4.0", "typescript": "^5.4.5", - "vite": "^5.2.10" + "vite": "^5.2.11" } } diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index 6a3101109..994247058 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -18,8 +18,8 @@ "@types/react-dom": "^18.2.19", "astro": "workspace:*", "open-props": "^1.6.17", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "simple-stack-form": "^0.1.10", "typescript": "^5.3.2", "zod": "^3.22.4" diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index 8a650ed3f..81049bcf7 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -38,10 +38,10 @@ "alpinejs": "^3.0.0" }, "devDependencies": { - "@playwright/test": "1.43.1", + "@playwright/test": "1.44.0", "astro": "workspace:*", "astro-scripts": "workspace:*", - "vite": "^5.2.10" + "vite": "^5.2.11" }, "publishConfig": { "provenance": true diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index c5f526cea..1bad5f1d5 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -57,7 +57,7 @@ "astro-scripts": "workspace:*", "cheerio": "1.0.0-rc.12", "lit": "^3.1.3", - "sass": "^1.75.0" + "sass": "^1.77.0" }, "peerDependencies": { "@webcomponents/template-shadowroot": "^0.2.1", diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 5d955e18f..4ba42c5d8 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -66,24 +66,24 @@ "@astrojs/markdown-remark": "workspace:*", "@astrojs/prism": "workspace:*", "@markdoc/markdoc": "^0.4.0", - "esbuild": "^0.20.2", + "esbuild": "^0.21.1", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "htmlparser2": "^9.1.0", "kleur": "^4.1.5", - "zod": "^3.23.5" + "zod": "^3.23.8" }, "peerDependencies": { "astro": "^3.0.0 || ^4.0.0" }, "devDependencies": { "@types/html-escaper": "^3.0.2", - "@types/markdown-it": "^14.0.1", + "@types/markdown-it": "^14.1.1", "astro": "workspace:*", "astro-scripts": "workspace:*", "devalue": "^5.0.0", "linkedom": "^0.16.11", - "vite": "^5.2.10" + "vite": "^5.2.11" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=21.0.0" diff --git a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json index f70e2b6c1..b1e18ad66 100644 --- a/packages/integrations/markdoc/test/fixtures/render-with-components/package.json +++ b/packages/integrations/markdoc/test/fixtures/render-with-components/package.json @@ -6,6 +6,6 @@ "@astrojs/markdoc": "workspace:*", "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.20.1" + "preact": "^10.21.0" } } diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 5ea24d160..a7500433b 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -54,7 +54,7 @@ }, "devDependencies": { "@types/estree": "^1.0.5", - "@types/hast": "^3.0.3", + "@types/hast": "^3.0.4", "@types/mdast": "^4.0.3", "@types/yargs-parser": "^21.0.3", "astro": "workspace:*", @@ -72,7 +72,7 @@ "remark-shiki-twoslash": "^3.1.3", "remark-toc": "^9.0.0", "unified": "^11.0.4", - "vite": "^5.2.10" + "vite": "^5.2.11" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=21.0.0" diff --git a/packages/integrations/mdx/test/fixtures/mdx-images/package.json b/packages/integrations/mdx/test/fixtures/mdx-images/package.json index b32f3d1a6..44b4a9fcf 100644 --- a/packages/integrations/mdx/test/fixtures/mdx-images/package.json +++ b/packages/integrations/mdx/test/fixtures/mdx-images/package.json @@ -4,7 +4,7 @@ "dependencies": { "@astrojs/mdx": "workspace:*", "astro": "workspace:*", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json b/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json index a00e19d5b..1921a139a 100644 --- a/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json +++ b/packages/integrations/mdx/test/fixtures/mdx-infinite-loop/package.json @@ -6,6 +6,6 @@ "@astrojs/mdx": "workspace:*", "@astrojs/preact": "workspace:*", "astro": "workspace:*", - "preact": "^10.19.2" + "preact": "^10.21.0" } } diff --git a/packages/integrations/mdx/test/fixtures/mdx-namespace/package.json b/packages/integrations/mdx/test/fixtures/mdx-namespace/package.json index c8cb139d2..435bb7f54 100644 --- a/packages/integrations/mdx/test/fixtures/mdx-namespace/package.json +++ b/packages/integrations/mdx/test/fixtures/mdx-namespace/package.json @@ -5,7 +5,7 @@ "@astrojs/mdx": "workspace:*", "@astrojs/react": "workspace:*", "astro": "workspace:*", - "react": "^18.2.0", - "react-dom": "^18.1.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/integrations/mdx/test/fixtures/mdx-page/package.json b/packages/integrations/mdx/test/fixtures/mdx-page/package.json index 51eeeed27..0429b4ee4 100644 --- a/packages/integrations/mdx/test/fixtures/mdx-page/package.json +++ b/packages/integrations/mdx/test/fixtures/mdx-page/package.json @@ -4,7 +4,7 @@ "dependencies": { "@astrojs/mdx": "workspace:*", "astro": "workspace:*", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/integrations/mdx/test/fixtures/mdx-plus-react/package.json b/packages/integrations/mdx/test/fixtures/mdx-plus-react/package.json index 6869dca09..a177efaff 100644 --- a/packages/integrations/mdx/test/fixtures/mdx-plus-react/package.json +++ b/packages/integrations/mdx/test/fixtures/mdx-plus-react/package.json @@ -5,7 +5,7 @@ "@astrojs/mdx": "workspace:*", "@astrojs/react": "workspace:*", "astro": "workspace:*", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "react": "^18.3.1", + "react-dom": "^18.3.1" } } diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 7169b6b7e..af1e09d3b 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -46,7 +46,7 @@ "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "preact": "^10.20.2" + "preact": "^10.21.0" }, "peerDependencies": { "preact": "^10.6.5" diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index e088be21d..6753d9b78 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -57,7 +57,7 @@ "cheerio": "1.0.0-rc.12", "react": "^18.3.1", "react-dom": "^18.3.1", - "vite": "^5.2.10" + "vite": "^5.2.11" }, "peerDependencies": { "@types/react": "^17.0.50 || ^18.0.21 || npm:types-react@beta", diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json index e7b7ac5d9..7e01e5dc0 100644 --- a/packages/integrations/react/test/fixtures/react-component/package.json +++ b/packages/integrations/react/test/fixtures/react-component/package.json @@ -6,8 +6,8 @@ "@astrojs/react": "workspace:*", "@astrojs/vue": "workspace:*", "astro": "workspace:*", - "react": "^18.1.0", - "react-dom": "^18.1.0", - "vue": "^3.3.8" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "vue": "^3.4.27" } } diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index d39931c71..cbc9a142a 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -35,7 +35,7 @@ "dependencies": { "sitemap": "^7.1.1", "stream-replace-string": "^2.0.0", - "zod": "^3.23.5" + "zod": "^3.23.8" }, "devDependencies": { "@astrojs/node": "workspace:*", diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 215290a2d..10c0c4eb4 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -41,7 +41,7 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "solid-js": "^1.8.17", - "vite": "^5.2.10" + "vite": "^5.2.11" }, "peerDependencies": { "solid-devtools": "^0.30.1", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index c236d820a..5b4903d6c 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -43,13 +43,13 @@ }, "dependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.0", - "svelte2tsx": "^0.7.7" + "svelte2tsx": "^0.7.8" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "svelte": "^4.2.15", - "vite": "^5.2.10" + "svelte": "^4.2.16", + "vite": "^5.2.11" }, "peerDependencies": { "astro": "^4.0.0", diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 698bf1281..e53bf9425 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -41,7 +41,7 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "tailwindcss": "^3.4.3", - "vite": "^5.2.10" + "vite": "^5.2.11" }, "peerDependencies": { "astro": "^3.0.0 || ^4.0.0", diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index f826f5b8d..93efbb402 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -54,8 +54,8 @@ "@astrojs/internal-helpers": "workspace:*", "@vercel/analytics": "^1.2.2", "@vercel/edge": "^1.1.1", - "@vercel/nft": "^0.26.4", - "esbuild": "^0.20.2", + "@vercel/nft": "^0.26.5", + "esbuild": "^0.21.1", "fast-glob": "^3.3.2", "set-cookie-parser": "^2.6.0", "web-vitals": "^3.5.2" diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 5fcf280a4..f948f183e 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -42,7 +42,7 @@ "dependencies": { "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vue/compiler-sfc": "^3.4.26", + "@vue/compiler-sfc": "^3.4.27", "vite-plugin-vue-devtools": "^7.1.3" }, "devDependencies": { @@ -50,8 +50,8 @@ "astro-scripts": "workspace:*", "cheerio": "1.0.0-rc.12", "linkedom": "^0.16.11", - "vite": "^5.2.10", - "vue": "^3.4.26" + "vite": "^5.2.11", + "vue": "^3.4.27" }, "peerDependencies": { "astro": "^4.0.0", diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index ee52732e7..00d1261fc 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -46,7 +46,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", "remark-smartypants": "^3.0.1", - "shiki": "^1.3.0", + "shiki": "^1.5.0", "unified": "^11.0.4", "unist-util-remove-position": "^5.0.0", "unist-util-visit": "^5.0.0", @@ -59,7 +59,7 @@ "@types/mdast": "^4.0.3", "@types/unist": "^3.0.2", "astro-scripts": "workspace:*", - "esbuild": "^0.20.2", + "esbuild": "^0.21.1", "mdast-util-mdx-expression": "^2.0.0" }, "publishConfig": { diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index a3c3438e2..d47b3cdea 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -30,7 +30,7 @@ "//b": "DEPENDENCIES IS FOR UNBUNDLED PACKAGES", "dependencies": { "@astrojs/cli-kit": "^0.4.1", - "semver": "^7.6.0", + "semver": "^7.6.1", "which-pm-runs": "^1.1.0", "terminal-link": "^3.0.0" }, |