diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-06 02:16:27 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-06 02:16:27 +0300 |
commit | eb360820872df15e1315e4889a3ba6649c07dace (patch) | |
tree | e7c9c4b0cac83e02d2456f5501fae759aa07d79b /package.json | |
parent | 81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4 (diff) | |
download | popov.link-eb360820872df15e1315e4889a3ba6649c07dace.tar.xz popov.link-eb360820872df15e1315e4889a3ba6649c07dace.zip |
chore(deps): update dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 7e96aaf..ae79782 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/rss": "^4.0.12", "@astrojs/sitemap": "^3.4.1", - "astro": "^5.8.2", + "astro": "^5.9.0", "autoprefixer": "^10.4.21", "cssnano": "^7.0.7", "cssnano-preset-advanced": "^7.0.7", @@ -25,7 +25,7 @@ "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", "sass": "^1.89.1", - "typescript": "^5.8.3" + "typescript": "^5" }, "devDependencies": { "prettier": "^3.5.3", |