RC: (update) astro latest official integrations
Some checks failed
Build and Update Flux / build-push-update (push) Failing after 51s

This commit is contained in:
Raul Costa
2026-04-02 01:03:59 +01:00
parent 2b25b18fc8
commit ada3e2c1b7
2 changed files with 8 additions and 8 deletions

10
package-lock.json generated
View File

@@ -9,8 +9,8 @@
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"@astrojs/mdx": "^5.0.3", "@astrojs/mdx": "^5.0.3",
"@astrojs/sitemap": "^3.1.0", "@astrojs/sitemap": "^3.7.2",
"astro": "^6.1.2", "astro": "^6.1.3",
"gsap": "^3.12.5" "gsap": "^3.12.5"
}, },
"devDependencies": { "devDependencies": {
@@ -1780,9 +1780,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "6.1.2", "version": "6.1.3",
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.2.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.3.tgz",
"integrity": "sha512-r3iIvmB6JvQxsdJLvapybKKq7Bojd1iQK6CCx5P55eRnXJIyUpHx/1UB/GdMm+em/lwaCUasxHCmIO0lCLV2uA==", "integrity": "sha512-FUKbBYOdYYrRNZwDd9I5CVSfR6Nj9aZeNzcjcvh1FgHwR0uXawkYFR3HiGxmdmAB2m8fs0iIkDdsiUfwGeO8qA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^3.0.1", "@astrojs/compiler": "^3.0.1",

View File

@@ -9,9 +9,9 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^4.15.0", "@astrojs/mdx": "^5.0.3",
"@astrojs/mdx": "^3.1.0", "@astrojs/sitemap": "^3.7.2",
"@astrojs/sitemap": "^3.1.0", "astro": "^6.1.3",
"gsap": "^3.12.5" "gsap": "^3.12.5"
}, },
"devDependencies": { "devDependencies": {