diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/with-nanostores/package.json | 4 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 643842873..9cdbc0ea7 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "@astrojs/preact": "^3.5.1", - "@nanostores/preact": "^0.5.1", + "@nanostores/preact": "^0.5.2", "astro": "^4.13.1", - "nanostores": "^0.10.3", + "nanostores": "^0.11.0", "preact": "^10.23.1" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index ec901eb41..c57ee550d 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -15,7 +15,7 @@ "@astrojs/tailwind": "^5.1.0", "@types/canvas-confetti": "^1.6.4", "astro": "^4.13.1", - "autoprefixer": "^10.4.19", + "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.40", "tailwindcss": "^3.4.7" |