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

4463
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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