Fix Astro integrations version compatibility with Node 20

This commit is contained in:
DanielS
2026-06-30 23:04:35 +02:00
parent 3486145b9f
commit c29497eae4
2 changed files with 1091 additions and 1942 deletions

3029
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,8 +12,8 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/react": "^6.0.0", "@astrojs/react": "^3.6.3",
"@astrojs/tailwind": "^6.0.2", "@astrojs/tailwind": "^5.1.4",
"@types/react": "^19.2.17", "@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"astro": "^4.16.0", "astro": "^4.16.0",