aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-21 00:06:55 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-21 00:06:55 +0200
commit122a45228b03ebfaf5ce9b8ef3d9bd764f844d31 (patch)
treee7aab954e87cf1aa435435e4d8286f490beaf583 /package.json
parentd471f977f5ecc4e0c4c677991a36675432af979f (diff)
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index f800603..36499eb 100644
--- a/package.json
+++ b/package.json
@@ -10,14 +10,14 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/check": "^0.5.10",
- "@astrojs/rss": "^4.0.5",
+ "@astrojs/check": "^0.7.0",
+ "@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.4",
"@fontsource-variable/sen": "^5.0.5",
- "astro": "^4.7.1",
+ "astro": "^4.8.6",
"typescript": "^5.4.5"
},
"devDependencies": {
"sass": "^1.76.0"
}
-} \ No newline at end of file
+}