diff options
author | 2023-08-23 19:52:13 +0800 | |
---|---|---|
committer | 2023-08-23 19:52:13 +0800 | |
commit | 353dcb23e8035c0fa93f4a1ae83195e371e757f1 (patch) | |
tree | ec6c569cbc7e13e59d077ae6b8c24177ca9dbfc3 /examples | |
parent | 632579dc2094cc342929261c89e689f0dd358284 (diff) | |
download | astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.gz astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.tar.zst astro-353dcb23e8035c0fa93f4a1ae83195e371e757f1.zip |
Update non-major dependencies (#8199)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/framework-alpine/package.json | 4 | ||||
-rw-r--r-- | examples/framework-lit/package.json | 2 | ||||
-rw-r--r-- | examples/framework-multiple/package.json | 6 | ||||
-rw-r--r-- | examples/framework-preact/package.json | 4 | ||||
-rw-r--r-- | examples/framework-react/package.json | 4 | ||||
-rw-r--r-- | examples/framework-solid/package.json | 2 | ||||
-rw-r--r-- | examples/framework-svelte/package.json | 2 | ||||
-rw-r--r-- | examples/ssr/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 | 6 |
11 files changed, 18 insertions, 18 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index e89e8e167..cab850312 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/alpinejs": "^0.3.0-rc.1", - "@types/alpinejs": "^3.7.1", - "alpinejs": "^3.12.2", + "@types/alpinejs": "^3.7.2", + "alpinejs": "^3.12.3", "astro": "^3.0.0-rc.5" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index fd228e123..23bd4c3f4 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -14,6 +14,6 @@ "@astrojs/lit": "^3.0.0-rc.1", "@webcomponents/template-shadowroot": "^0.2.1", "astro": "^3.0.0-rc.5", - "lit": "^2.7.5" + "lit": "^2.8.0" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 9d8d66327..2e00a1d2b 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,11 +17,11 @@ "@astrojs/svelte": "^4.0.0-rc.2", "@astrojs/vue": "^3.0.0-rc.1", "astro": "^3.0.0-rc.5", - "preact": "^10.15.1", + "preact": "^10.17.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "solid-js": "^1.7.6", - "svelte": "^3.59.1", + "solid-js": "^1.7.11", + "svelte": "^3.59.2", "vue": "^3.3.4" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 23916a830..6657ffe3f 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/preact": "^3.0.0-rc.2", - "@preact/signals": "^1.1.3", + "@preact/signals": "^1.2.1", "astro": "^3.0.0-rc.5", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index b5e81d962..cff6a2c00 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/react": "^3.0.0-rc.4", - "@types/react": "^18.2.13", - "@types/react-dom": "^18.2.6", + "@types/react": "^18.2.20", + "@types/react-dom": "^18.2.7", "astro": "^3.0.0-rc.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 4d5251afb..e775fdaf1 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/solid-js": "^3.0.0-rc.3", "astro": "^3.0.0-rc.5", - "solid-js": "^1.7.6" + "solid-js": "^1.7.11" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 25e88edb7..18b60e5b8 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/svelte": "^4.0.0-rc.2", "astro": "^3.0.0-rc.5", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index d2796bb5b..f09785be0 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -15,6 +15,6 @@ "@astrojs/node": "^6.0.0-rc.1", "@astrojs/svelte": "^4.0.0-rc.2", "astro": "^3.0.0-rc.5", - "svelte": "^3.59.1" + "svelte": "^3.59.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 62869ac3b..b60f56a09 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^1.0.0-rc.2", "@astrojs/preact": "^3.0.0-rc.2", "astro": "^3.0.0-rc.5", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index b2f69e2e1..3cc11a0f7 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -15,6 +15,6 @@ "@nanostores/preact": "^0.4.1", "astro": "^3.0.0-rc.5", "nanostores": "^0.8.1", - "preact": "^10.15.1" + "preact": "^10.17.1" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 32ee915d5..edd8b918b 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -15,9 +15,9 @@ "@astrojs/tailwind": "^5.0.0-rc.1", "@types/canvas-confetti": "^1.6.0", "astro": "^3.0.0-rc.5", - "autoprefixer": "^10.4.14", + "autoprefixer": "^10.4.15", "canvas-confetti": "^1.6.0", - "postcss": "^8.4.24", - "tailwindcss": "^3.3.2" + "postcss": "^8.4.28", + "tailwindcss": "^3.3.3" } } |