Updated astro

This commit is contained in:
Ignacio 2024-10-16 12:52:07 -06:00
parent 3bcf12b5e7
commit 21e2328dc9
2 changed files with 464 additions and 482 deletions

934
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,10 +13,10 @@
"lint": "eslint ." "lint": "eslint ."
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.3", "@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.9",
"@resvg/resvg-js": "^2.6.2", "@resvg/resvg-js": "^2.6.2",
"astro": "^4.15.6", "astro": "^4.16.5",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"lodash.kebabcase": "^4.1.1", "lodash.kebabcase": "^4.1.1",
"remark-collapse": "^0.1.2", "remark-collapse": "^0.1.2",
@ -27,8 +27,8 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "^3.6.2", "@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.1.6", "@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.2",
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"@types/github-slugger": "^1.3.0", "@types/github-slugger": "^1.3.0",
"@types/lodash.kebabcase": "^4.1.9", "@types/lodash.kebabcase": "^4.1.9",
@ -45,4 +45,4 @@
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"typescript-eslint": "^8.5.0" "typescript-eslint": "^8.5.0"
} }
} }