diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-08 15:54:35 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-08 15:54:35 +0300 |
commit | 001585b8a63dfeb1d0ca71ffcc612f65f4fe2b56 (patch) | |
tree | f913fc20ae56aa013f78863be62988a6f4da4250 /package.json | |
parent | 8bce6939d13bc2a071382f947cebc504a8bd06f3 (diff) | |
download | popov.link-001585b8a63dfeb1d0ca71ffcc612f65f4fe2b56.tar.xz popov.link-001585b8a63dfeb1d0ca71ffcc612f65f4fe2b56.zip |
Update dependency
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index e856ce6..29ff4f3 100644 --- a/package.json +++ b/package.json @@ -15,19 +15,19 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/rss": "^4.0.11", - "@astrojs/sitemap": "^3.2.1", - "astro": "^5.1.9", - "autoprefixer": "^10.4.20", - "cssnano": "^7.0.6", - "cssnano-preset-advanced": "^7.0.6", + "@astrojs/sitemap": "^3.3.1", + "astro": "^5.7.11", + "autoprefixer": "^10.4.21", + "cssnano": "^7.0.7", + "cssnano-preset-advanced": "^7.0.7", "dayjs": "^1.11.13", "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", - "sass": "^1.83.4", - "typescript": "^5.7.3" + "sass": "^1.87.0", + "typescript": "^5.8.3" }, "devDependencies": { - "prettier": "^3.4.2", + "prettier": "^3.5.3", "prettier-plugin-astro": "^0.14.1" } } |