astro-sitemap
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "astro-sitemap", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Generate a sitemap for Astro with more control", | ||
@@ -36,15 +36,15 @@ "keywords": [ | ||
"dependencies": { | ||
"deepmerge": "^4.2.2", | ||
"minimatch": "^5.1.2", | ||
"deepmerge": "^4.3.0", | ||
"minimatch": "^6.1.6", | ||
"sitemap": "^7.1.1", | ||
"zod": "^3.20.2" | ||
"zod": "^3.20.6" | ||
}, | ||
"devDependencies": { | ||
"@types/minimatch": "^5.1.2", | ||
"@types/node": "^18.11.18", | ||
"astro": "^1.9.1", | ||
"@types/node": "^18.13.0", | ||
"astro": "^2.0.9", | ||
"c8": "^7.12.0", | ||
"typescript": "^4.9.4", | ||
"vite": "^4.0.4", | ||
"vitest": "^0.27.0", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.1.1", | ||
"vitest": "^0.28.4", | ||
"at-scripts": "0.0.4" | ||
@@ -51,0 +51,0 @@ }, |
43124
+ Addedminimatch@6.2.0(transitive)
- Removedminimatch@5.1.6(transitive)
Updateddeepmerge@^4.3.0
Updatedminimatch@^6.1.6
Updatedzod@^3.20.6