diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-18 00:31:23 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-18 00:33:49 +0300 |
commit | 43f80a7b6ee32f721b5685a206cae78f9f625a12 (patch) | |
tree | f6303baea49b1f20a9f9f5e542afb8c0429f62ad /package.json | |
parent | 5217bcb24ceac2e7d441586edc56feba60b482a9 (diff) | |
download | popov.link-43f80a7b6ee32f721b5685a206cae78f9f625a12.tar.xz popov.link-43f80a7b6ee32f721b5685a206cae78f9f625a12.zip |
Update dependencies and add Cloudflare adapter in configuration
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index a369031..efd85b7 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,10 @@ }, "dependencies": { "@astrojs/check": "^0.9.3", + "@astrojs/cloudflare": "^11.0.4", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.15.4", + "astro": "^4.15.6", "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", |