diff options
author | 2024-11-27 18:00:35 +0800 | |
---|---|---|
committer | 2024-11-27 18:00:35 +0800 | |
commit | 9f440196dc39f36fce0198bf4c97131160e5bcc1 (patch) | |
tree | abffe1350064663af8a46c86d819f6429087faac /examples | |
parent | a2f90ced77c18757883a4a060d2b321764a0c60f (diff) | |
download | astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.gz astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.tar.zst astro-9f440196dc39f36fce0198bf4c97131160e5bcc1.zip |
Update Vite to 6.0.0 (#12524)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/container-with-vitest/package.json | 4 | ||||
-rw-r--r-- | examples/with-tailwindcss/package.json | 2 | ||||
-rw-r--r-- | examples/with-vitest/package.json | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index e00c06e01..33fc30545 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -11,11 +11,11 @@ "test": "vitest run" }, "dependencies": { - "astro": "^5.0.0-beta.11", "@astrojs/react": "^3.7.0-beta.1", + "astro": "^5.0.0-beta.11", "react": "^18.3.1", "react-dom": "^18.3.1", - "vitest": "^2.1.4" + "vitest": "^2.1.6" }, "devDependencies": { "@types/react": "^18.3.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 9a899fa60..fadcd6eb8 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -16,7 +16,7 @@ "astro": "^5.0.0-beta.11", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", - "postcss": "^8.4.47", + "postcss": "^8.4.49", "tailwindcss": "^3.4.14" } } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 00ae75d8f..1bf63f4e2 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "astro": "^5.0.0-beta.11", - "vitest": "^2.1.4" + "vitest": "^2.1.6" } } |