diff options
author | 2024-10-07 17:44:43 +0800 | |
---|---|---|
committer | 2024-10-07 17:44:43 +0800 | |
commit | fef0b8cce1a157edd9a57238c024b08aea102f46 (patch) | |
tree | d119f5c366726f306940249f3db0d3dc01c4b0e3 /packages/integrations | |
parent | de35daa8517555c1b9c72bc7fe9cc955c4997a83 (diff) | |
download | astro-fef0b8cce1a157edd9a57238c024b08aea102f46.tar.gz astro-fef0b8cce1a157edd9a57238c024b08aea102f46.tar.zst astro-fef0b8cce1a157edd9a57238c024b08aea102f46.zip |
fix(deps): update all non-major dependencies (#12140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
10 files changed, 13 insertions, 13 deletions
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 4bf2dba06..65f7b54d8 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.24.1" + "preact": "^10.24.2" } } diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 29c4b4828..bdfd92093 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -68,7 +68,7 @@ "remark-rehype": "^11.1.1", "remark-shiki-twoslash": "^3.1.3", "remark-toc": "^9.0.0", - "shiki": "^1.21.0", + "shiki": "^1.22.0", "unified": "^11.0.5", "vite": "^5.4.8" }, 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 0923f57e2..ac822189a 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.24.1" + "preact": "^10.24.2" } } diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index dcf1fe54a..ed17af46c 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -35,8 +35,8 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.25.2", - "@babel/plugin-transform-react-jsx-development": "^7.24.7", + "@babel/plugin-transform-react-jsx": "^7.25.7", + "@babel/plugin-transform-react-jsx-development": "^7.25.7", "@preact/preset-vite": "2.8.2", "@preact/signals": "^1.3.0", "babel-plugin-transform-hook-names": "^1.0.2", @@ -45,7 +45,7 @@ "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", - "preact": "^10.24.1" + "preact": "^10.24.2" }, "peerDependencies": { "preact": "^10.6.5" diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index a41c18919..1381f8918 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -59,7 +59,7 @@ "ultrahtml": "^1.5.3" }, "devDependencies": { - "@types/react": "^18.3.10", + "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "astro": "workspace:*", "astro-scripts": "workspace:*", diff --git a/packages/integrations/react/test/fixtures/react-component/package.json b/packages/integrations/react/test/fixtures/react-component/package.json index 26d499b96..a75661e59 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.5.10" + "vue": "^3.5.11" } } diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index d4fdadbf6..be8b2bfe1 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -47,7 +47,7 @@ "dependencies": { "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", - "@vue/compiler-sfc": "^3.5.10", + "@vue/compiler-sfc": "^3.5.11", "vite-plugin-vue-devtools": "^7.4.6" }, "devDependencies": { @@ -56,7 +56,7 @@ "cheerio": "1.0.0", "linkedom": "^0.18.5", "vite": "^5.4.8", - "vue": "^3.5.10" + "vue": "^3.5.11" }, "peerDependencies": { "astro": "^4.0.0", diff --git a/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json b/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json index f166907b3..c27920c70 100644 --- a/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json +++ b/packages/integrations/vue/test/fixtures/app-entrypoint-async/package.json @@ -6,6 +6,6 @@ "@astrojs/vue": "workspace:*", "astro": "workspace:*", "vite-svg-loader": "5.1.0", - "vue": "^3.5.10" + "vue": "^3.5.11" } }
\ No newline at end of file diff --git a/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json b/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json index 32eb83ceb..3f14e0b46 100644 --- a/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json +++ b/packages/integrations/vue/test/fixtures/app-entrypoint-no-export-default/package.json @@ -9,6 +9,6 @@ "@astrojs/vue": "workspace:*", "astro": "workspace:*", "vite-svg-loader": "5.1.0", - "vue": "^3.5.10" + "vue": "^3.5.11" } } diff --git a/packages/integrations/vue/test/fixtures/app-entrypoint/package.json b/packages/integrations/vue/test/fixtures/app-entrypoint/package.json index 10abba599..3baf82f97 100644 --- a/packages/integrations/vue/test/fixtures/app-entrypoint/package.json +++ b/packages/integrations/vue/test/fixtures/app-entrypoint/package.json @@ -6,6 +6,6 @@ "@astrojs/vue": "workspace:*", "astro": "workspace:*", "vite-svg-loader": "5.1.0", - "vue": "^3.5.10" + "vue": "^3.5.11" } }
\ No newline at end of file |