diff options
author | 2024-09-26 14:57:59 +0100 | |
---|---|---|
committer | 2024-09-26 14:57:59 +0100 | |
commit | 2594eb088d53a98181ac820243bcb1a765856ecf (patch) | |
tree | e812e18ec5151b5e253f17970128eaa7db096401 /examples | |
parent | d7779dfae7bc00ff94b1e4596ff5b4897f65aabe (diff) | |
download | astro-feat/action-on-result.tar.gz astro-feat/action-on-result.tar.zst astro-feat/action-on-result.zip |
fix(deps): update all non-major dependencies (#12003)feat/action-on-result
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | examples/container-with-vitest/package.json | 4 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 8 | ||||
-rw-r--r-- | examples/framework-preact/package.json | 2 | ||||
-rw-r--r-- | examples/framework-react/package.json | 2 | ||||
-rw-r--r-- | examples/framework-solid/package.json | 2 | ||||
-rw-r--r-- | examples/framework-vue/package.json | 2 | ||||
-rw-r--r-- | examples/hackernews/package.json | 2 | ||||
-rw-r--r-- | examples/middleware/package.json | 2 | ||||
-rw-r--r-- | examples/server-islands/package.json | 8 | ||||
-rw-r--r-- | examples/ssr/package.json | 2 | ||||
-rw-r--r-- | examples/starlog/package.json | 2 | ||||
-rw-r--r-- | examples/view-transitions/package.json | 2 | ||||
-rw-r--r-- | examples/with-mdx/package.json | 2 | ||||
-rw-r--r-- | examples/with-nanostores/package.json | 2 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 4 | ||||
-rw-r--r-- | examples/with-vitest/package.json | 2 |
16 files changed, 24 insertions, 24 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 23cde212c..f3946f385 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -16,10 +16,10 @@ "@astrojs/react": "^3.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "vitest": "^2.0.5" + "vitest": "^2.1.1" }, "devDependencies": { - "@types/react": "^18.3.5", + "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 4494adb42..962d51bd8 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -16,14 +16,14 @@ "@astrojs/solid-js": "^4.4.2", "@astrojs/svelte": "^5.7.1", "@astrojs/vue": "^4.5.1", - "@types/react": "^18.3.5", + "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", "astro": "^4.15.9", - "preact": "^10.23.2", + "preact": "^10.24.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "solid-js": "^1.8.22", + "solid-js": "^1.9.1", "svelte": "^4.2.19", - "vue": "^3.5.3" + "vue": "^3.5.8" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index ac84a3f35..870688240 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -14,6 +14,6 @@ "@astrojs/preact": "^3.5.3", "@preact/signals": "^1.3.0", "astro": "^4.15.9", - "preact": "^10.23.2" + "preact": "^10.24.1" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 911bbfa08..4de2d3f12 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^3.6.2", - "@types/react": "^18.3.5", + "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", "astro": "^4.15.9", "react": "^18.3.1", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 11358a0d8..91aa311ab 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/solid-js": "^4.4.2", "astro": "^4.15.9", - "solid-js": "^1.8.22" + "solid-js": "^1.9.1" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index f0161cd31..d57d987fe 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^4.5.1", "astro": "^4.15.9", - "vue": "^3.5.3" + "vue": "^3.5.8" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index c0476d6ed..fa03ef02e 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "astro": "^4.15.9" } } diff --git a/examples/middleware/package.json b/examples/middleware/package.json index 8217aa5cd..faea4911e 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "astro": "^4.15.9", "html-minifier": "^4.0.0" }, diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index df1ba68c5..758e05cd8 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -10,17 +10,17 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^5.1.1", "@fortawesome/fontawesome-free": "^6.6.0", "@tailwindcss/forms": "^0.5.9", - "@types/react": "^18.3.5", + "@types/react": "^18.3.9", "@types/react-dom": "^18.3.0", "astro": "^4.15.9", - "postcss": "^8.4.45", + "postcss": "^8.4.47", "react": "^18.3.1", "react-dom": "^18.3.1", - "tailwindcss": "^3.4.10" + "tailwindcss": "^3.4.13" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 48b3b8121..6abb0bb8a 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "@astrojs/svelte": "^5.7.1", "astro": "^4.15.9", "svelte": "^4.2.19" diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 7a74a1a75..a1744f4d1 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "astro": "^4.15.9", - "sass": "^1.78.0", + "sass": "^1.79.3", "sharp": "^0.33.3" } } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 3613a603b..78b390355 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^5.1.1", - "@astrojs/node": "^8.3.3", + "@astrojs/node": "^8.3.4", "astro": "^4.15.9" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 6b94971ed..b3c2347eb 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.7", "@astrojs/preact": "^3.5.3", "astro": "^4.15.9", - "preact": "^10.23.2" + "preact": "^10.24.1" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index eb19406b4..94536b8e8 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -15,6 +15,6 @@ "@nanostores/preact": "^0.5.2", "astro": "^4.15.9", "nanostores": "^0.11.3", - "preact": "^10.23.2" + "preact": "^10.24.1" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 2e2773ac7..7aedf3581 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -17,7 +17,7 @@ "astro": "^4.15.9", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", - "postcss": "^8.4.45", - "tailwindcss": "^3.4.10" + "postcss": "^8.4.47", + "tailwindcss": "^3.4.13" } } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index fcd99480a..a93d7d0e6 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -13,6 +13,6 @@ }, "dependencies": { "astro": "^4.15.9", - "vitest": "^2.0.5" + "vitest": "^2.1.1" } } |