Update packages

This commit is contained in:
Cassidy Williams
2023-02-27 12:50:01 -06:00
parent c6b3735e16
commit e0d8650f23
2 changed files with 1041 additions and 3437 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@example/blog",
"name": "@cassidoo/blahg",
"version": "0.0.1",
"private": true,
"scripts": {
@@ -10,11 +10,10 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/rss": "^1.2.1",
"@astrojs/sitemap": "^1.0.0",
"astro": "^1.6.11",
"esbuild": "^0.15.12",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.6.0"
"@astrojs/rss": "^2.1.1",
"@astrojs/sitemap": "^1.1.0",
"astro": "^2.0.15",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0"
}
}